@charset "utf-8";
/* CSS Document */


#footer {
	clear: both;
	width: 974px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 67px;
	padding-top: 15px;
}
#footer_full {
	width: 100%;
	position: relative;
	background-image: url(../image/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 82px;
	clear: both;
	padding-top: 0px;
	margin-top: 0px;
}
#footer p {
	font-size: 10px;
	color: #e3d9c8;
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer p a {
	color: #f0c96c;
	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: 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
}
#footer_menu a:hover {
	text-decoration: underline;
}
