@charset "utf-8";

a {
	color: #666;
}
a:hover {
	color: #333;
	text-decoration: none;
}

html {
	overflow-x: auto;
	overflow-y: auto;
}

html,
body{
}
body > #main {
    height: auto;
}
body {
	text-align:left;
	background: url(../img/bg.png) center top no-repeat #000;
	color: #fff;
}

strong {
	font-weight: bold;
	color: #E7000A;
}


#container {
	width:900px;
	position: relative;
	margin: 0 auto;
}

#container header {
	margin-top: 400px;
}
#container header h1 {
	width: 843px;
	height: 120px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../img/title.png) center top no-repeat;
}
#content {
	margin: 50px 0;
	font-size: 116%
}
#content dl {
	margin: 30px 0 0;
}
#content dl dt {
	float: left;
	clear: both;
	width: 220px;
	margin-bottom: 5px;
}
#content dl dd {
	float: left;
	width: 600px;
	margin-bottom: 5px;
}
#container footer {
	font-size: 84%;
	text-align: center;
}
#container .notice {
	clear: both;
	padding-top: 20px;
}