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

#wrap #footer {
	margin: 20px 0px 30px;
	padding: 0px;
	height: 64px;
	clear: both;
}
#footer #bar01 {
	height: 29px;
	background: #ff8000;
	text-align: center;
	margin-bottom: 22px;
}
#bar01 address {
	font-size: 12px;
	color: #FFF;
	width: 950px;
	text-align: center;
	padding-top: 7px;
}
#footer #footlink {
	font-size: 12px;
	font-weight: bold;
}

#footer a:link {
	text-decoration: none;
	color: #0000FF;
}


#footer a:visited {
	color: #0000FF;
}


#footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}
