@charset "UTF-8";
/* 文字コード：UTF-8 */


div#footer {
	position:relative;
	width:100%;
	height: 114px;
	background: url(../image/footer/bg.gif) left top repeat-x;
}

div#footer div.footer_inner{
	width: 1000px;
	height: 114px;
	margin: 0 auto;
	position: relative;
}

div#footer img.logo_ja{
	position: absolute;
	left: 0px;
	top: 10px;
}

div#footer img.logo_eisei{
	position: absolute;
	top: 20px;
	left: 90px;
}

div#footer img.logo_xbs{
	position: absolute;
	bottom: 20px;
	left: 90px;
}

div#footer div.info{
	position: absolute;
	top: 20px;
	right: 10px;
	text-align: left;
}


div#footer ul.sub_navigation{
	/*position: absolute;*/
	right: 0;
	top: 20px;
}

div#footer ul.sub_navigation li{
	display: block;
	padding: 0 15px 0 10px;
	background: url(../image/common/arrow.gif) no-repeat scroll 0 5px;
	float: left;
}