@charset "utf-8";
/* CSS Document */

body {
	background-color: #331100;
	font-size: 11px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #F6F6F6;
}

h1 {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 11px;
}
#main {
	background-image: url(index_image/main.jpg);
	background-repeat: no-repeat;
	height: 256px;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#button {
	width: 526px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	padding-left: 270px;
}
#wrapper {
	overflow:auto;
	height:550px;
	width:796px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-398px;
}


#enter {
	background-repeat: no-repeat;
	height: 52px;
	width: 106px;
	float: left;
	margin-right: 50px;
}
#under {
	background-repeat: no-repeat;
	height: 52px;
	width: 106px;
	float: left;
}
#footer {
	clear: both;
	padding-top: 20px;
}

