/* ---------- エンター背景 ---------- */
div#enterBox{
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/enter.png");
	background-repeat:no-repeat;
	background-position:center top;
	width:470px;
	height:385px;
	margin:0px auto;
	padding:0px 190px;
	clear:both;
	}


div#enterText{
	width:470px;
	height:330px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	clear:both;
	}

/*enter*/
div#enter{
	width:235px;
	height:55px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	float:left;
	}
div#enter a {
	display:block;
	width:235px;
	height:55px;
	text-decoration:none;
	}
div#enter a.this {
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/enterBotan.png");
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	width:235px;
	height:55px;
	}
div#enter a:hover {
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/enterBotan.png");
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	width:235px;
	height:55px;
	}

/*exit*/
div#exit{
	width:235px;
	height:55px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	float:left;
	}
div#exit a {
	display:block;
	width:235px;
	height:55px;
	text-decoration:none;
	}
div#exit a.this {
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/exitBotan.png");
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	width:235px;
	height:55px;
	}
div#exit a:hover {
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/exitBotan.png");
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	width:235px;
	height:55px;
	}

/*enterComment*/
div#enterComment{
	width:850px;
	height:155px;
	margin:0px;
	padding:10px 0px;
	font-size:12px;
	color:#000000;
	text-align:center;
	line-height:150%;
	clear:both;
	}

/*enterLinkBotan*/
div#enterLinkBotan{
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/enterLinkBotan.png");
	background-repeat:no-repeat;
	margin:0px auto;
	padding:0px;
	width:445px;
	height:25px;
	text-indent:-9999px;
	clear:both;
	}
div#enterLinkBotan a {
	display: block;
	width:445px;
	height:25px;
	text-decoration: none;
	}
div#enterLinkBotan a:hover {
	display: block;
	width:445px;
	height:25px;
	text-decoration: none;
	}

/*enterLink*/
div#enterLink{
	margin:0px;
	padding:40px 15px 20px 15px;
	width:825px;
	height:60px;
	clear:both;
	}
div#enterLink p{
	margin:0px;
	padding:5px;
	width:100px;
	height:70px;
	text-align:center;
	float:left;
}
div#enterLink p a{
	font-size:11px;
	color:#FF4493;
}

/*enterCopyright*/
div#enterCopyright{
	margin:0px;
	padding:0px;
	width:850px;
	height:30px;
	text-align:center;
	font-size:11px;
	color:#FF4493;
	clear:both;
	}