@charset "utf-8";
#wrapper #Footer #FooterNavi {
	float: left;
	width: 900px;
	margin: 0px;
}

#wrapper #Footer #FooterBottom {
	float: left;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33CCFF;
	text-align: center;
	color: #666666;
}

#wrapper #Footer #FooterBottom a {
	color: #666666;
	text-decoration: none;
}
#wrapper  #Footer  #FooterBottom  a:hover {
	color: #000000;
	text-decoration: underline;
}

