@charset "utf-8";
/* CSS Document */


#footer {
	clear: both;
	width: 974px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	padding-top: 15px;
}
#footer_full {
	width: 100%;
	position: relative;
	background-color: #e6e5e9;
	/* background-image: url(../image/footer_bg.gif); */
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	clear: both;
	padding-top: 0px;
	margin-top: 0px;
}
#footer p {
	font-size: 12px;
	color: #212121;
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer p a {
	color: #8a642c;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
#footer_menu li {
	float: left;
}
#footer_menu a {
	font-size: 12px;
	color: #212121;
	text-decoration: none;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
}
#footer_menu a:hover {
	text-decoration: underline;
}

