@charset "Shift_JIS";


#footer {
	text-align:center;
	width: 100%;
	clear: both;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	padding-top: 10px;
}

#footer ul{
	margin:10px 0px 5px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	font-size: 10px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 5px;
}
#footer .copyright {
	font-size: 12px;
	color: #666666;
}

