/*=====サブページ（小タイトル）
：お問合せ・FAQ・サイトマップ・プライバシー=====*/

body{
	background-image:url(../image/back_subpage02.jpg);
	background-repeat: repeat-x;
}



/*--------レフト-----------*/
div#sub_left{
	width:638px;
	padding-right:15px;
	padding-bottom:20px;
	float:left;
}
div#sub_contents{
	padding:0 15px;
}


/*--------ライト-----------*/
div#sub_right{
	width:175px;
	float:right;
}
div#sub_right h2{
	text-indent:-9999px;
	background:url(../image/company_side.jpg) no-repeat;
	width:175px;
	height:29px;
	margin:0;
	padding:0;
}
div#sub_right ul.banner li{
	margin-bottom:10px;
	overflow: hidden;
}
div#sub_right ul.banner li a {
	float: left;
}
div#sub_right ul.banner li a:hover{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}