/* ---------- エンター背景 ---------- */
div#enter{
	position: relative;
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url(../img/enter_bg.png);
	background-repeat:no-repeat;
	background-position: center top;
	width:520px;
	height:35px;
	margin:60px auto 0px auto;
	padding:250px 145px 75px 145px;
	clear:both;
	}
div#enter p#logo {
	width:252px;
	height:256px;
	position: absolute;
    top: 51px;
    left: 284px;
	float:left;
}
	
div#enter p#enter {
	width:160px;
	height:35px;
	margin:0px;
	padding-right:200px;
	text-indent: -9999px;
	float:left;
}
div#enter p#enter a {
	display: block;
	width:160px;
	height:35px;
	text-decoration: none;
}
div#enter p#enter a:hover {
	display: block;
	width:160px;
	height:35px;
	text-decoration: none;
}
div#enter p#exit {
	width:160px;
	height:35px;
	margin:0px;
	padding:0px;
	text-indent: -9999px;
	float:left;
}
div#enter p#exit a {
	display: block;
	width:160px;
	height:35px;
	text-decoration: none;
}
div#enter p#exit a:hover {
	display: block;
	width:160px;
	height:35px;
	text-decoration: none;
}
/* ---------- text ---------- */
div#text{
	width:800px;
	height:60px;
	margin:10px auto;
	padding:0px;
	text-align:center;
	color:#EB3F97;
	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;
	}

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