@charset "utf-8";
/* CSS Document */

html,body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:auto;
	background:#030B2F;
}

body#indexBody {
	background-position: center center;
	background-image: url(../../images/pc/common/bg.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}
#wrapper2{
	display: none;
}
#wrapper{
	width: 100%;
	height: 100%;
	position:relative; top:0px; left:0px;
	color:#999;
}

a:link{
color:#FFFFFF;
}

a:visited{
color:#FFFFFF;
}


a:hover, a:active{
color:#AAAAAA;
}


#indexpage{
	position:absolute;
	top:50%;
	height: 640px;
	width: 100%;
}

#container{
	width:100%;
	height:100%;
	overflow:visible;
	position:absolute;
	top:-50%;
}

/* header */
#header{}
h1{
	height: 0px;
	width: 560px;
	padding-top: 110px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 34px;
	margin-bottom: 41px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../../images/pc/index/index_logo.png);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 4px;
	line-height: 200%;
}

/* main img */
#mainimg{
	background-image: url(../../images/pc/index/index_main_img2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 300px;
	width: 100%;
}

.attention{
	background-image: url(../../images/pc/index/attention.png);
	background-repeat: no-repeat;
	background-position: 50% 0 ;
	height: 0px;
	width: 311px;
	padding-top: 66px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 32px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	overflow: hidden;
}

/* enterbox */


ul#enterbox{
list-style:none;
width:310px;
height:60px;
margin:0 auto;
padding:0;
/*
background:#333333;
*/
}

ul#enterbox li.enter {
    display:block;
	float:left;
	height: 54px;
	width: 154px;
	padding:0;
	margin:0;
}

ul#enterbox li.leave {
    display:block;
	float:left;
	height: 54px;
	width: 154px;
	margin:0 2px 0 0;
	padding:0;
}


div.caution{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	margin-top: 10px;
	overflow: hidden;
	font-size:10px;
	text-align:center;
}

/* footer */
#footer{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size:10px;
}
#copr{
	line-height: 100%;
	/*background-image: url(../../images/pc/index/copr.png);
	background-repeat: no-repeat;*/
	margin: 0px;
	height: 12px;
	width: 200px;
	padding-top: 5px;
	overflow: hidden;
	font-size:10px;
}
