@charset "utf-8";

html {
	background-color: #575454;
}

#contents {
	text-align: center;
	background-color:#575454;
}

#contents-inner {
	width: 981px;
	margin-left:auto;
	margin-right:auto;
	background-color:#575454;
}

#upper {
	width: 981px;
}

#lower {
	width: 981px;
}

#logo_row {
	width: 981px;
	height:47px;
	background-color:#575454;
}

#logo_row p {
	float:none;
}

#explanation {
	margin: 15px auto 10px auto;
}

#copyright {
	text-align:left;
	margin-top:20px;
}

.strings10 {
	color:#FFFFFF;
	font-size: 10px;
}

.strings12 {
	color:#FFFFFF;
	font-size: 12px;
}

hr {
	border-bottom: 1px solid #676363;
}

a:link {
	color:#FFFFFF;
	text-decoration:none;
}

a:visit {
	color:#676363;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
