@charset "shift_jis";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align:center;
	font-size:12px;
	font-family: Verdana;
	scrollbar-face-color: #ffffff;			/*バー本体*/
	scrollbar-3dlight-color: #ffd9a8;		/*バー外側の明*/
	scrollbar-darkshadow-color: #ffd9a8;	/*バー外側の暗*/
	scrollbar-highlight-color: #ffffff;		/*バー内側の明*/
	scrollbar-shadow-color: #ffffff;		/*バー内側の暗*/
	scrollbar-track-color: #ffffe3;			/*バーの下地*/
	scrollbar-arrow-color: #ffd9a8;			/*矢印*/
	line-height:1.3em;
	color:#3f3f3f;
	background-color: #FFF;
	background-image: url(../img/enter/bg_enter.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1 {
	font-size:10px;
	color: #FFF;
	height: 14px;
	line-height: 12px;
	display: block;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/enter/enter1.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
#age {
	height: 100px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#enter {
	font-size: 24px;
	font-weight: bold;
}


div.link_box_big{
	width:630px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
}
div.link_box_big div{
	text-align:center;
	float:left;
	width:200px;
	margin-right: 10px;
}
div.link_box_big span{
	font-size:10px;
	width: 200px;
	height: 12px;
	text-align: center;
	overflow: hidden;
	color: #000000;
	line-height: 10px;
	display: block;
}


div.link_box{
	width:600px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
}
div.link_box div{
	text-align:center;
	float:left;
	width:88px;
	margin-right: 10px;
}
div.link_box span{
	font-size:10px;
	width: 88px;
	height: 12px;
	text-align: center;
	overflow: hidden;
	color: #000000;
	line-height: 10px;
	display: block;
}


.c_both {
	width:100%;
	float:none;
	clear:both;
	margin-right: 0px;
}
