@charset "shift_jis";

/* footer styles */

#footer {
	position:absolute;
	bottom:0px;
	clear: both;
	width: 100%;
	background-color: #c0a26c;
	height: 250px;
}
#footer #footer-inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer #seisaku {
	font-size: 12px;
	line-height: 18px;
	color: #fcf8f1;
	float: left;
	width: 625px;
}
#footer #seisaku th,
#footer #seisaku td {
	font-size: 12px;
	line-height: 18px;
	color: #fcf8f1;
	font-weight: normal;
}

#footer #okotowari {
	text-align: center;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	padding-top: 44px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:link {
	color: #000000;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover,
 a:focus,
 a:active {
	color: #FF0000;
}

