@charset "utf-8";
/* CSS Document */

/*全体囲み用*/
#footer{
	margin: 0px auto;
	padding: 16px 0 5px 0;
 	border-top: 1px solid #CECFCE;
	clear:both;
}

#foot {
	width:760px;
	margin: 0px auto;
	padding: 5px 0 5px 0;
}

#footer .footer-link ul {
	margin:10px auto;
	padding:10px 0;
	background-color:#efebe7;
	text-align:center;
	font-size:10px;
	}

#footer .footer-link ul li {
	display:inline;
	}