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

#footer *{
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:1.6em;
}

#footer{
	font-size:10px;
	padding-bottom:10px;
	border-bottom:10px solid #DC282B;
	
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif !important;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif;
}

#footer .box01{
	background:#E8E8E8;
	border-bottom:1px solid #A5A5A5;
	padding:5px 15px;
	margin-bottom:10px;
}

#footer .box01 ul li{
	float:left;
	font-size:1.2em;
	line-height:1em;
	margin-right:10px;
	padding-right:10px;
	border-right:1px #666 solid;
}

#footer .box02{
	margin-bottom:6px;
}

#footer .box02 ul{
}

#footer .box02 ul li{
	float:left;
	margin-right:5px;
}

#footer .box02 ul li a{
	padding-left:8px;
	background:url(/common/images/arrow03.png) no-repeat 0px 50%;
}



