@charset "Shift_JIS";

#Foot ul, #Foot li {
	margin: 0px;
	padding: 0px;
}

/*-----------------------------------------------------------*/

#Foot a:link, #Foot a:visited {
	color: #666;
	text-decoration: none;
}
#Foot a:hover, #Foot a:active {
	color: #666;
	text-decoration: none;
}

#Foot {
	margin: 0 auto;
	padding: 10px 0px 20px;
	border-top: 1px solid #aaa;
	font-size: 10px;
	color: #666;
}
#Foot address {
	float: left;
	display: inline;
	font-style: normal;
	margin-left: 5px;
}
#Foot ul {
	float: right;
	display: inline;
}
#Foot ul li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #666;
}
#Foot ul li a {
	font-size: 10px;
}
#Foot ul li.noBorder {
	border: none;
}

/*------------------------------------------*/

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both; 
}



