@charset "shift_jis";






/*/////////////////////////////////////////////////////////////////基本CSS*/
body {
	font: 75%/1.5em "ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ";
	color: #626262;
	text-align: center;
}
#container {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 800px;
	overflow: hidden;
}







/*/////////////////////////////////////////////////////////////////footerの範囲CSS*/
#footer {
	background: url(../images/footer.gif) no-repeat top;
	margin-top: 33px;
	height: 108px;
	clear: both;
	color: #FFFFFF;
}
/*\*/
body:first-of-type #footer {
font-size: 71%;
}
/**/
#footer ul {
	height: 15px;
	padding-top: 20px;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright {
	margin-bottom: 10px;
}

