@charset "utf-8";

/* footer styles */

#footer {
	width: 100%;
	background-color: #420000;
	padding-top: 50px;
	padding-bottom: 150px;
}
#footer-inner {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#footer #okotowari {
	text-align: center;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
#footer a {
	color: #ffffff;
}
#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover,
 a:focus,
 a:active {
	color: #ffffff;
}
