#body-footer {
	position: relative;
	clear: both;
	width: 800px;
	border-top: 3px solid #ffdd46;
}

#footer-navi {
	width: 800px;
}

#footer-navi ul {
	list-style: none;
}

#footer-navi li {
	display: inline;
}

#footer-navi li a {
	display: inline;
	font-size: 12px;
	text-decoration: none;
	color: #444;
	background-color: #fff;
	margin-left: 3px;
	margin-right: 3px;
}

#footer-navi li a:hover {
	color: #000;
	background-color: #eee;
}

#footer-copyright {
	position: relative;
	top: -5px;
	clear: both;
	text-align: right;
}

#footer-copyright p {
	font-size: 14px;
}

