@charset "utf-8";

/* footer styles */

#footer {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #010103;
}
#footer-inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#footer #okotowari {
	text-align: center;
	clear: both;
	font-size: 12px;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:active,
#footer a:hover {
	color: #FF0000;
}
#footer a:focus {
	color: #FF0000;
}