@charset "Shift_JIS";

/* normal settings */
body {
	background: transparent;
	padding: 0;
	margin: 0;
	color: #5d5d5d;
	font-family: '‚l‚r ‚oƒSƒVƒbƒN','MS PƒSƒVƒbƒN','ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	text-align: center;
}
a:link, a:visited, a:hover, a:active {
	color: #5d5d5d;
	text-decoration: none;
	outline: none;
}
img {
	border: 0;
	outline: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}

/* header */
#header{
	margin:0 auto;
	width:824px;
	height:65px;
	position:relative;
	text-align:left;
}
#header img#closeBtn{
	position:absolute;
	top:0;
	right:0;;
}

/* wrap */
#wrap {
	margin: 0 auto;
	width:824px;
	text-align:left;
}
#wraptop{
	width:824px;
	height: 10px;
	background: url(../img/bg_wraptop.png) 0 0 no-repeat;
}
#wrapbody{
	width:824px;
	background:url(../img/bg_wrapbody.png) 0 0 repeat-y;
}
#wrapbottom{
	width:824px;
	height: 10px;
	background: url(../img/bg_wrapbottom.png) 0 0 no-repeat;
}

#systemversioncheck {
	width:824px;
	height: 480px;
	position: relative;
}
#systemversioncheck p {
	font-size: 12px;
	line-height: 1.6;
}
#systemversioncheck h1 img{
	position: absolute;
	left:46px;
}
#systemversioncheck .img01 {
	position: absolute;
	left:46px;
	top:140px;
}

#systemversioncheck .text01 {
	position: absolute;
	left:546px;
	top:260px;
	width:200px;
}


