@charset "Shift_JIS";

html{
	height:100%;
}

body{
	height:100%;
	background:#000000;
}


#wrapper{
	height:100%;
	width:80%;
	margin:0 auto;
	background:#000000;
	color:#ffffff;
	line-height:1.5;
}

#main{
	margin:0 auto;
	height:auto;
	background:#000000;
}

#footer{
	clear:both;
	margin:50px auto 0;
}

#top_menu{
	margin:50px auto 150px;
	line-height:1.5;
}

.container{
	margin:85px auto 100px;
}

.caption{
	margin:2px;
	line-height:1.2;
	font-size:65%;
}

.enter{
	margin:10px auto;
	color:#ffffff;
	font-family:serif;
	font-weight:bolder;
	font-size:x-large;
	text-align:center;
	text-decoration:none;
}

.enter:hover{
	color:blue;
}

.cimg1{
	float:left;
	text-align:center;
}

.cimg1 img{
	margin:0 20px;
	border:solid 1px #ffffff;
}

.cimg1 img:hover{
	border:solid 1px blue;
}

.cimg2{
	float:right;
	text-align:center;
}

.cimg2 img{
	margin:0 20px;
	border:solid 1px #ffffff;
}

.cimg2 img:hover{
	border:solid 1px blue;
}

.other_link{
	background:url(../images/link.gif) no-repeat;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.other_link:hover{
	color:blue;
	font-weight:bold;
	text-decoration:none;
}

.bold{
	font-weight:bold;
}

.small{
	font-size:x-small;
}

h1{
	margin:10px auto;
	margin-top:50px;
	text-align:center;
	font-family:serif;
}

h2{
	margin:30px 0;
	font-family:serif;
}

address{
	background:#ffffff;
	color:#000000;
	text-align:center;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}
