* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: black;
	background-image: url(/images/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#container {
	position: relative;
	text-align: left;
	width: 950px;
	margin: 0 auto;
}

#header {
	text-indent: -9999px;
	font-size: 1px;
	background-image: url(/images/header.jpg);
	width: 800px;
	height: 120px;
}

#body {
	width: 800px;
	background-color: white;
}

#contents {
	padding:  10px 50px;
}

#footer {
	color: white;
	font-size: 9px;
	letter-spacing: 0;
	text-align: right;
	background-color: #999;
	width: 800px;
	padding: 1px 0;
}

#footer a {
	color: white;
	text-decoration: none;
}

#enter-button-area a {
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	background-image: url(/images/button.jpg);
	width: 700px;
	height: 255px;
}

#enter-button-area p {
	text-indent: -9999px;
	font-size: 1px;
	padding: 0;
}

.imgFL {
	float: left;
	margin-right: 10px;
}

.imgFR {
	float: right;
	margin-left: 10px;
}

h2 {
	color: #f60;
	border-bottom: 2px solid #f60;
	margin: 20px 0 10px 0;
	clear: both;
}

h3 {
	color: #006;
	background-color: #def;
	margin: 20px;
	padding: 3px 10px;
	clear: both;
}

p {
	padding: 0 20px;
}

.banner {
	float: left;
	margin: 0 20px 20px 0;
}

#ad-footer {
	text-align: center;
	background-color: #666;
	width: 800px;
	padding: 20px 0;
}

#ad-side {
	position: absolute;
	left: 830px;
	top: 0;
	background-color: black;
	width: 120px;
	height: 600px;
	
}

ul {
	margin: 15px 50px;
}

dl {
	margin: 15px 20px;
}

dt {
	color: #006;
	font-weight: bold;
}

dd {
	padding: 0 0 20px 14px;
}

body, th, td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
}









body#top.topflash {
	overflow: hidden;
}
body#top.topflash #header {
	display: none;
}

body#top.topflash #body {
	padding: 0;
}