body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	font-size: 14px;
	background-image: url(../img/main_back.jpg);
	background-repeat: repeat-x;
}
header, section, article, nav, aside, dialog, footer {
	display:block;
}
.clear {
	clear: both;
}
footer {
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
	margin-top: 50px;
	background-color: #B4CDB4;
	color: #030;
	line-height: 16px;
	background-image: url(../img/foot_bk2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
footer #footer_wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../img/foot_bk.png);
	background-repeat: no-repeat;
	padding-top: 15px;
}
footer #foot_logo {
	float: right;
}

footer ul {
	margin: 0px;
	padding: 0px;
}
footer li {
	margin-top: 5px;
	margin-bottom: 0px;
	list-style-type: none;
}
footer a {
	text-decoration: none;
	color: #030;
}
footer a:hover {
	text-decoration: none;
	background-color: #B4CDB4;
	color: #FFF;
}




footer img  {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
footer #copyright  {
	margin: 0px;
	text-align: right;
}
