@charset "utf-8";

*{
	padding:0px;
	margin:0px;
}

body{
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

h1{
	width:966px;
	font-size:12px;
	margin:0px auto;
}

br{
	clear:both;
}

img{
	border:none;
}

div#index0main{
	width:966px;
	height:651px;
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-483px;
	margin-top:-325px;
	border:solid 2px #a6a6a6;
	}

.entrance{
	color:#FFFFFF;
	width:966px;
	height:362px;
	background-image:url("../img/entrancebg.jpg");
	background-repeat:no-repeat;
}

.atttxt{
	padding:108px 0px 0px 70px;
	float:left;
}

.enterexitbt{
	padding:316px 0px 0px 286px;
	float:left;
}

.enter{
	float:left;
}

.enter a{
	display:block;
	width:153px;
	height:43px;
	background-image:url("../img/enter_bt.jpg");
	background-repeat:no-repeat;
	background-position:left top;
}

.enter a:hover{
	background-position:left bottom;
}

.exit{
	padding-left:90px;
	float:left;
}

.exit a{
	display:block;
	width:153px;
	height:43px;
	background-image:url("../img/exit_bt.jpg");
	background-repeat:no-repeat;
	background-position:left top;
}

.exit a:hover{
	background-position:left bottom;
}

div#footer{
	text-align:center;
	height:32px;
	background-color:#191919;
	}

div#footer p{
	font-size:12px;
	letter-spacing:1px;
	line-height:130%;
	color:#a0a0a0;
	padding-top:9px;
	}
	
.coomingsoon{
	padding:0px 0px 0px 100px;
}


