@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
.none{
	display:none;
}





#wrapper{
	width:900px;
	height:auto;
	margin:0 auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#454545;
}







h1{
	font-size:11px;
	color:#8f8f8f;
	font-weight:normal;
	margin-top:80px;
	margin-left:40px;
	float:left;
	display:inline;
}
h1 strong{
	font-weight:normal;
}
#header{
	width:900px;
	height:145px;
	float:left;
	margin-top:30px;
	margin-bottom:40px;
}
#contents{
	float:left;
	width:900px;
	height:auto;
}
#contents:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#enter18{
	float:left;
	margin-left:90px;
	margin-right:20px;
	display:inline;
}
#contents p{
	float:left;
	font-size:12px;
	margin-top:33px;
	text-align:center;
}
#enterbutton{
	float:right;
	margin-right:180px;
	margin-top:25px;
	display:inline;
}
/*
#navi{
	float:left;
	width:900px;
	margin-top:60px;
}
*/


#virtualgear{
	width:900px;
	margin-top:80px;
	float:left;
	border-top:dashed 1px #666666;
	
}
#gearimg{
	margin-top:20px;
	margin-bottom:30px;
}











#footer{
	clear:both;
	width:900px;
	height:auto;
	border-top:dashed 1px #666666;
	margin-bottom:100px;
	
}

#logobox{
	border:1px solid #c7c9cd;
	padding:15px;
	width:820px;
	margin-left:22px;
	margin-top:30px;
	margin-bottom:30px;
}
#logobox:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#logobox img{
	float:left;
	margin-left:10px;
}
#logobox h2{
	font-size:12px;
	width:640px;
	float:right;
	font-weight:normal;
	margin-top:25px;
	margin-right:10px
}



























