/* 全体ボックス */
#container{
	width:260px;
	height:25px;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url("../img/enterBg.jpg");
	background-repeat:no-repeat;
	margin: 0px auto;
	padding:340px 160px 35px 160px;
	clear:both;
}

p#enter {
	width: 115px;
	height: 25px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	text-indent: -9999px;
	float: left;
}

p#enter a {
	display: block;
	width: 115px;
	height: 25px;
	text-decoration: none;
}

p#enter a:hover {
	display: block;
	width: 115px;
	height: 25px;
	text-decoration: none;
	background-image: url(../img/enterOv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

p#exet {
	width: 115px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	float: left;
}

p#exet a {
	display: block;
	width: 115px;
	height: 25px;
	text-decoration: none;
}

p#exet a:hover {
	display: block;
	width: 115px;
	height: 25px;
	text-decoration: none;
	background-image: url(../img/exetOv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*リンクボタン*/
div#linkBotan{
	margin:20px auto;
	padding:0px;
	width:auto;
	height:auto;
	text-align:center;
	clear:both;
}

div#link_box{
	margin:0px auto;
	padding:0px;
	width:740px;
	height:auto;
	background-color:#FFFFFF;
	clear:both;
}

div.bana1{
	margin:5px 0px;
	padding:0px;
	width:700px;
	height:auto;
	background-color:#FFFFFF;
	text-align:left;
	font-size:11px;
	color:#666666;
	float:left;
}
div.bana2{
	margin:5px 0px;
	padding:0px;
	width:300px;
	height:80px;
	background-color:#FFFFFF;
	text-align:left;
	font-size:11px;
	color:#666666;
	float:left;
}
div.bana{
	margin:3px;
	padding:3px;
	width:130px;
	height:65px;
	background-color:#AC1364;
	border:1px solid #F18DC0;
	text-align:center;
	font-size:11px;
	color:#ffff00;
	float:left;
}