@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 File name:      footer.css
 Style Info:     フッター
----------------------------------------------------------- */




/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer_box {
	background:url(../img/footer/footer_line.gif) repeat-x ;
	margin:8px 0 5px 0;
}

#footer {
	margin:0 auto;
	text-align:center;	
	width: 940px;
	height:76px;
	padding:0 0 0 10px;
}

/*	max-width / min-width IE6対応

* html #footer {
	margin:0 auto;
	text-align:center;	
	min-width: 650px;
	max-width: 960px;
	width: expression(document.body.clientWidth < 650? "650px" : document.body.clientWidth > 960? "960px" : "auto");
	height:75px;
}
----------------------------------------------------*/


#footer_link li {
	font-size:85%;
	float:left;
	color:#999999;
	margin:19px 15px 0 0;
	padding:0 0 0 10px;
	background:url(../img/share/link_icon_other.gif) no-repeat 0 6px;
}



#footer_logo {
	margin:7px 0 0 0;
	width:250px;
	float:right;
	padding:0 0 5px 0;
}


#footer_logo li {
	float:right;
	margin:9px 0 0 0;
	padding:0;
}
#footer #copy{
	clear:right;
	float:right;
	padding:7px 10px 0 0;
}
#footer div {
	height:auto;
}
/*----------------------------------------------------
	#index_footer
----------------------------------------------------*/

#footer #footerNaviArea {
	margin:0;
	float:left;
	text-align:left;
}