@charset "utf-8";

#footer {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	/*position: relative;*/	/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	/*clear: both;*/ /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
/*	vertical-align: bottom;	*/
	font-weight: normal;
	float:none;
}

#footer_area {
	width: 100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:15px;*/
	padding-top: 7px;
	padding-bottom:5px;
	background-color: #263246;
	/*background-color: orange;*/	/* test */
	text-align: center;
	color: #FFF;
	/*float:left;*/
}
#footer_area a:link, #footer_area a:visited{
	color: #FFF;
}
.footer_list {
	text-align:center;
}
.footer_list li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
.footer_list li+li {
	border-left:1px solid #999;
}
#footer_last {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
	text-align:center;
}
#footer_img {
	width: auto;
	height:0px;
	top:-20px;
	background-image:url(../img/back/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
	background-attachment:scroll;
	background-color:#A99F96;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
}
#footer_img_repeat {
	width: auto;
	height:0px;
	background-image:url(../img/back/footer_repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: auto;
	background-attachment:scroll;
	background-color:#A99F96;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
}
