@charset "utf-8";
#footer {
	clear: both;
	width: 1000px;
	position: relative;
	padding-top: 30px;
	float: left;
}
#footer_menu {
	list-style-type: none;
	width: 990px;
	position: relative;
	float: left;
	background-image: url(../image/bg_footer_menu.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#footer_menu li {
	float: left;
}
#footer_menu a {
	text-decoration: none;
	color: #334807;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 0px;
	height: 48px;
	float: left;
	background-image: url(../image/bg_footer_menu_02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer_menu a:hover {
	background-image: url(../image/bg_footer_menu_01.gif);
	text-decoration: none;
	color: #000000;
}
.footer_text1 {
	color: #334807;
	margin: 0px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 35px;
	width: 350px;
}
.footer_text2  {
	color: #334807;
	margin: 0px;
	float: right;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_text2 a {
	text-decoration: none;
	color: #334807;
}
.footer_text2 a:hover {
	text-decoration: underline;
	color: #334807;
}
