#footer {
	clear: both;
	width: 800px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 0px;
}
#footer_info {
	font-size: 12px;
}
#footer_info a {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#footer_info a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#footer_navi {
	font-size: 12px;
}
#footer_navi a {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}
#footer_navi a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#copyright {
	font-size: 10px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}