/* CSS Document */
a:link{
	color:0066ff;
	text-decoration:none;
	}
a:visited {
	color:#ff4daa;
	text-decoration:none;
}
a:hover {
	color:#ff558c;
	text-decoration:underline;
}
a:active {
	color:#ff6500;
	text-decoration:none;
}
body{
	background-image:url(../img/entar_bg.jpg);
	background-repeat:repeat-x;
	}


div#container{
	width:100%;
	}
p#kuzu{
	width:846px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-right:20px;
	color:#ffffff;
	text-align:right;
	clear: both;
	}
div#header{
	background-image:url(../img/entar_header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height:227px;
	padding-bottom:18px;
	border-bottom:12px solid #ff558c;
	}
div#btn_box{
	width:846px;
	padding-top:8px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	}
img.enter_btn{
	margin-left:35px;
	}
img.tyui{
	margin-left:80px;
	margin-top:6px;
	}
img.leave{
	margin-left:72px;
	}
div#link_box{
	background-image:url(../img/link_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:6px;
	}
div#link_box h3{
	background-image:url(../img/link_img.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:52px;
	margin-bottom:7px;
	text-indent:-9999px;
	}
p#link_pop{
	text-align:center;
	margin-bottom:7px;
	}
div#link_bnbox{
	width:846px;
	margin-left:auto;
	margin-right:auto;
	padding-left:29px;
	margin-bottom:10px;
	}
div.banner_box{
	color:#0066ff;
	font-size:12px;
	text-align:center;
	width:120px;
	height:59px;
	margin-right:47px;
	margin-bottom:10px;
	float:left;
	display:inline;
	}
p.bn_img{
	margin-bottom:3px;
	}
p.bn_title{
	height:26px;
	}
div#footer{
	width:846px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}


/*-----  別ページ用リンクタイトル  -----*/
div#linkBox {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 12px;
	line-height: 135%;
	clear: both;
}
div#linkBox div {
	text-align: center;
}
div#linkBox table {
	width: 100%;
}
div#linkBox table td {
	width: 16%;
	padding: 3px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	line-height: 135%;
	color: #666666;
}
div#linkBox table td a {
	color: #FF3399;
}
