@charset "Shift_JIS";

/* style foot */

#foot{
	background: #f9e500;
	padding:10px 20px;
	border-top:#000 solid 3px;
	border-bottom:#000 solid 3px;
	text-align:left;
}

#foot ul {
}
#foot ul li {
	display:inline;
	padding-right:2px;
}
#foot ul li + li {
	background:url("../img/seplate.gif") 
	no-repeat scroll left center transparent;
	padding-left:7px;
}
#foot a:link {
	color:#0078aa;
	text-decoration:none;
}
#foot a:visited {
	color:#0078aa;
	text-decoration:none;
}
#foot a:hover {
	color:#000;
	text-decoration:underline;
}





