/* ---------- エンター背景 ---------- */
body{
	background-image:url("../img/enter_bg.jpg");
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#AA0000;
	color:#555555;
	font-size:12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	scrollbar-face-color: #ffffff;			/*バー本体*/
	scrollbar-3dlight-color: #bcbcc2;		/*バー外側の明*/
	scrollbar-darkshadow-color: #bcbcc2;	/*バー外側の暗*/
	scrollbar-highlight-color: #ffffff;		/*バー内側の明*/
	scrollbar-shadow-color: #ffffff;		/*バー内側の暗*/
	scrollbar-track-color: #ffffff;			/*バーの下地*/
	scrollbar-arrow-color: #ffffff;			/*矢印*/
	letter-spacing:0.05em;
	line-height:1.3em;
	}

div#enter{
	background-image:url(../img/enter.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	width:420px;
	height:165px;
	margin:0px auto;
	padding:380px 190px 0px 190px;
	clear:both;
	}
div#enter p {
	width:110px;
	height:50px;
	margin:0px;
	padding:0px 50px;
	text-indent: -9999px;
	float:left;
}
div#enter p a {
	display: block;
	width:110px;
	height:50px;
	text-decoration: none;
}
div#enter p a:hover {
	display: block;
	width:110px;
	height:50px;
	text-decoration: none;
}

/* ---------- text ---------- */
div#text{
	width:420px;
	height:65px;
	margin:0px auto;
	padding-top:50px;
	text-align:center;
	color:#ffffff;
	font-size:11px;
	clear:both;
	}

/* ---------- enter_bana ---------- */
div#enter_bana{
	width:800px;
	height:auto;
	margin:0px auto;
	padding:0px;
	clear:both;
	}
div#enter_bana p{
	width:110px;
	height:auto;
	margin:0px;
	padding:10px;
	float:left;
	}

.Enter-Banner01{

    width:468px;

	margin:0px auto;

	margin-bottom:30px;

}


/* ---------- table ---------- */
table{
	width:800px;
	height:auto;
	margin:10px auto;
	padding:0px;
	clear:both;
	}