@charset "utf-8";
#footer {
	height: 30px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	clear: both;
}
#bottomSpace {
	clear: both;
	height: 30px;
	width: 100%;
}

#footerInner {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	color: #FFF;
}
/* CSS Document */

#fnavi {
	text-align:left;
}
#fnavi ul {
	display:inline;
	padding-left:5px;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#fnavi li {
	display:inline;
	padding-left:3px;
	padding-right:5px;
	font-size: 0.9em;
	color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	text-align: center;
	height: 30px;
	width: 127px;
}
#fnavi li a{
	color: #999;
	text-decoration: none;
}
#fnavi li a:hover{
	color: #0C9;
}
