* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}

/*---------------------------------*/

body {
	background-color: #E8E8E8;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
}
#clear {
	clear: both;
	float: none;
}
#wrapper {
	text-align: left;
	height: auto;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper h1 {
	margin-top: 14px;
	margin-bottom: 5px;
	text-indent: 12px;
}
#wrapper h2 {
	margin-bottom: 4px;
	text-indent: 12px;
}

#enter_fla {
	background-image: url(index_image/bg_fla.jpg);
	background-repeat: no-repeat;
	height: 380px;
	width: 900px;
	padding: 12px;
	margin-bottom: 20px;
}

#over {
	background-image: url(index_image/18over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	width: 61px;
}

#enter a {
	float: left;
	height: 23px;
	width: 68px;
	background-image: url(index_image/button_enter.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#enter a:hover {
	float: left;
	height: 23px;
	width: 68px;
	background-image: url(index_image/button_enter.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	background-position: 0px -23px;
}

#under {
	background-image: url(index_image/18under.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	width: 71px;
}

#leave a {
	background-image: url(index_image/button_leave.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 68px;
	float: left;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#leave a:hover {
	background-image: url(index_image/button_leave.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 68px;
	float: left;
	text-indent: -9999px;
	display: block;
	background-position: 0px -23px;

}
#footer {
	line-height: 16px;
	margin-top: 10px;
	padding-left: 12px;
	margin-bottom: 20px;
}
#wrapper #footer a {
	color: #666666;
	text-decoration: none;
}
