/*---------------------------------------------*/
/* 01.レイアウトボックス定義
-----------------------------------------------*/
/* 全体ボックス */
div#container {
	width:700px;
	height:390px;
	margin:0px auto;
	padding:0px;
	background-image: url("../img/enterBg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	clear:both;
}

div#enter a {
	width:700px;
	height:316px;
	padding:0px;
	margin:0px;
	border: none;
	text-indent: -9999px;
	float: left;
}

div#exit a {
	width:110px;
	height:20px;
	margin:10px 0px 45px 590px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	float: left;
}

div#linkBox {
	width:700px;
	height:auto;
	padding:0px;
	margin:0px auto;
	border: none;
	clear: both;
}

div.bana {
	width:100px;
	height:auto;
	padding:0px;
	margin:0px;
	float: left;
}

div.bana a{
	color:#ffffff;
}

div.bana a:hover {
	color:#ffffff;
}

div.bana a:link {
	color:#ffffff;
}

div.bana a:visited {
	color:#ffffff;
}

