@charset "UTF-8";


/*--------------------------------
運送約款サブトップ
--------------------------------*/

/*------------------------------カテゴリータイトル------------------------------*/
div#category_title{
	display:block;
	width:690px;
	height:105px;
	margin:0px 0px 20px 0px;
	padding:0px;
	background:url(img/category_title.jpg) no-repeat;
}

div#category_title h3{
	text-indent:-9999px;
}


h4.stipulation{ /*運送約款*/
	display:block;
	width:690px;
	height:50px;
	margin-top:5px;
	background:url(img/box_gray_title_stipulation.gif) top left no-repeat;
	text-indent:-9999px;
}


/*------------------------------リンクボタンの設定------------------------------*/


*.left_box{/*左寄せ*/
	display:block;
	width:320px;
	float:left;
}

*.right_box{/*右寄せ*/
	display:block;
	width:320px;
	float:left;
	margin-left:10px;
}
	
*.link_passenger,*.link_car,*.link_special_baggage,*.link_trust_baggage,*.link_option{/*各リンクボタンのサイズや間隔などをまとめて指定*/
	display:block;
	width:310px;
	height:37px;
	text-indent:-9999px;
	margin:20px 0px 10px 0px;
}

*.btn_stipulation{/*ボタンをセンターに寄せる*/
 	display:block;
	margin:0px 0px 0px 25px;
}

*html *.btn_stipulation{/*ボタンをセンターに寄せる*/
 	display:block;
	margin:0px 0px 0px 30px;
	padding-bottom:30px;
}

/*各ボタン内の補足説明*/
*.btn_comment{
	padding-left:28px;
	}

/*ボタン下の間隔*/
*.button_box1{/*上段のボタン*/
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

/*ボタン下の間隔*/
*.button_box2{/*2段目のボタン*/
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

*.button_box3{/*3段目のボタン*/
	margin:0px 0px 20px 0px;
	overflow:hidden;
}


/*旅客運送に関して*/
a.link_passenger{
	width:310px;
	background:url(img/link_btn_stipulation_passenger.gif) no-repeat 0px 0px;
}

a:hover.link_passenger{
	width:310px;
	background:url(img/link_btn_stipulation_passenger.gif) no-repeat 0px -37px;
}

/*自動車運送に関して*/
a.link_car{
	width:310px;
	background:url(img/link_btn_stipulation_car.gif) no-repeat 0px 0px;
}

a:hover.link_car{
	width:310px;
	background:url(img/link_btn_stipulation_car.gif) no-repeat 0px -37px;
}

/*特殊手荷物運送に関して*/
a.link_special_baggage{
	width:310px;
	background:url(img/link_btn_stipulation_special_baggage.gif) no-repeat 0px 0px;
}

a:hover.link_special_baggage{
	width:310px;
	background:url(img/link_btn_stipulation_special_baggage.gif) no-repeat 0px -37px;
}

/*受託手荷物及び小荷物運送に関して*/
a.link_trust_baggage{
	width:310px;
	background:url(img/link_btn_stipulation_trust_baggage.gif) no-repeat 0px 0px;
}

a:hover.link_trust_baggage{
	width:310px;
	background:url(img/link_btn_stipulation_trust_baggage.gif) no-repeat 0px -37px;
}

/*付属規約*/
a.link_option{
	width:310px;
	background:url(img/link_btn_stipulation_option.gif) no-repeat 0px 0px;
}

a:hover.link_option{
	width:310px;
	background:url(img/link_btn_stipulation_option.gif) no-repeat 0px -37px;
}
