/*-----  メイン  -----*/
div#mainBox{
	background-image:url("../img/enter.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	width:900px;
	height:808px;
	margin:0px auto;
	padding:0px;
	clear:both;
	}

/*enter*/
div#enter{
	width:290px;
	height:100px;
	position:relative;
	top:539px;
	left:77px;
	text-indent:-9999px;
}
div#enter a {
	display:block;
	width:290px;
	height:100px;
	text-decoration:none;
}
div#enter a.this {
	background-image:url("../img/botan_enter.jpg");
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	width:290px;
	height:100px;
}
div#enter a:hover {
	background-image:url("../img/botan_enter.jpg");
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	width:290px;
	height:100px;
}

/*exit*/
div#exit{
	width:290px;
	height:100px;
	position:relative;
	top:439px;
	left:534px;
	text-indent:-9999px;
}
div#exit a {
	display:block;
	width:290px;
	height:100px;
	text-decoration:none;
}
div#exit a.this {
	background-image:url("../img/botan_exit.jpg");
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	width:290px;
	height:100px;
}
div#exit a:hover {
	background-image:url("../img/botan_exit.jpg");
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	width:290px;
	height:100px;
}

/*linkTop*/
div#linkTop{
	background-image:url("../img/enter_linkTop.jpg");
	background-repeat:no-repeat;
	text-decoration:none;
	width:900px;
	height:15px;
	margin:0px auto;
	padding-top:15px;
	text-align:center;
	font-size:12px;
	clear:both;
}

/*linkMain*/
div#linkMain{
	background-image:url("../img/enter_linkBg.gif");
	background-repeat:repeat-y;
	text-decoration:none;
	width:860px;
	height:auto;
	margin:0px auto;
	padding:0px 25px 0px 15px;
	text-align:center;
	font-size:12px;
	clear:both;
}
div#linkMain p{
	text-align: center;
	padding-bottom:15px;
}

/*linkBottom*/
div#linkBottom{
	background-image:url("../img/enter_linkBottom.jpg");
	background-repeat:no-repeat;
	text-decoration:none;
	width:900px;
	height:39px;
	margin:0px auto;
	padding:0px;
	text-indent:-999999px;
	clear:both;
}

/*-----  別ページ用リンク  -----*/
/*-----  コンテナ  -----*/
div#linkDataContainer{
	/*
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	/*
	background-image:url("../img/container_bg.png");
	background-repeat:no-repeat;
	background-position:center top;
	*/
	width:1300px;
	height:auto;
	margin:0px auto;
	padding:0px;
	clear:both;
	}
/*-----  タイトル  -----*/
p#linkTitle {
	width: 100%;
	height: 20px;
	margin:0px auto;
	padding-top:20px;
	text-align:center;
	font-size:16px;
	line-height:110%;
	color: #FF3399;
	font-weight:bold;
	clear:both;
}




table {
	width: 100%;
}
table td {
	width: 16%;
	padding: 3px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	line-height: 135%;
	color: #666666;
}
table td a {
	color: #FF3399;
}
