@charset "euc-jp";

* {
	margin:			0px;
	padding:		0px;
	font-size:		10pt;
	font-style:		normal;
	text-decoration:	none;
}

body {
	background-color:	#fed;
	min-width:		800px;
	text-align:		center;
	margin:			0px auto;
	color:			#fff;
	font-family:		"Century",serif;
}

h1{
	display:		block;
	width:			800px;
	font-weight:		300;
	margin:			5px auto 15px;
}

h2{
	display:		block;
	width:			800px;
	height:			400px;
	text-indent:		-9999px;
	background:		#252525 url("../img/index/top.jpg") top left no-repeat;
}

#mainbody {
	width:			800px;
	margin:			0px auto;
	padding:		10px 0px 30px 0px;
	background-color:	#252525;
}

#top {
	width:			800px;
	margin:			0px auto;
	padding-top:		10px;
	font-size:		9pt;
	line-height:		200%;
	background:		#252525 url("../img/index/back.jpg") top 50% no-repeat;
}
#enter {
	width:			500px;
	margin:			0px auto;
	zoom:			100%;
}
#enter:after{
	content:		".";
	display:		block;
	height:			0;
	clear:			both;
	visibility:		hidden;
}
#enter a {
	width:			250px;
	float:			left;
	color:			#00f;
	font-size:		12pt;
	text-decoration:	underline;
}
#link {
	width:			400px;
	height:			90px;
	text-align:		left;
	vertical-align:		middle;
	font-size:		12pt;
	margin:			5px auto 15px;
}
#link img {
	margin-right:		20px;
}
