@charset "utf-8";
/* CSS Document */


#footer a:link {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	color: #ad0a17;
	text-decoration: underline;
}
#footer a:visited {
	color: #999;
	text-decoration: underline;
}

#footer a:active {
	color: #ad0a17;
	text-decoration: underline;
}

#footer {
	height: 70px;
	width: 100%;
	padding-top: 20px;
	background-image:url(../../images/fuder_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	margin-top: 5px;
}
#footer #footer_contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
}

#footer #coppy {
	width: 900px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
