@charset "utf-8";

/* footer styles */

#footer {
	width: 980px;
	background-color: #dff1a8;
}
#footer-inner {
	clear: both;
	width: 980px;
	padding-top: 30px;
	padding-bottom: 50px;
}

#footer #okotowari {
	text-align: center;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
}
#footer .pageup {
	text-align: right;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	width: 900px;
}
#footer .pageup a {
	color: #0000ff;
	text-decoration: none;
}
#footer .pageup a:link {
	color: #0000ff;
}
#footer .pageup a:visited {
	color: #0000ff;
}
#footer .pageup a:hover,
#footer .pageup a:focus,
#footer .pageup a:active {
	color: #0000ff;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:link {
	color: #000000;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
	color: #000000;
}
