@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.ship1{ /*在来船・ブルードルフィン*/
	display:block;
	width:690px;
	height:62px;
	margin-top:25px;
	background:url(img/route_hakodate_aomori.gif) top left no-repeat;
	text-indent:-9999px;
}
h4.ship2{ /*高速船・ナッチャンWorld*/
	display:block;
	width:690px;
	height:62px;
	margin-top:25px;
	background:url(img/route_nacchan.gif) top left no-repeat;
	text-indent:-9999px;
}
h4.ship3{ /*在来船（ばあゆ）*/
	display:block;
	width:690px;
	height:62px;
	background:url(img/route_hakodate_ooma.gif) top left no-repeat;
	text-indent:-9999px;
}


*.td_fare_intro{ /*紹介文のセル設定*/
	padding:0px 20px 0px 0px;
	}


hr.fare_intro{ /*水平線*/
	width:415px;
	margin:1em 0;
	border:none;
	border-top:solid 1px #cecece; /*dotted*/
	height:1px;
	color:#cecece;
	}

a.btn_fare_list{/*「運賃表を見る」ボタン*/
	display:block;
	margin-top:16px;
	width:295px;
	height:40px;
	background:url(img/btn_fare_list.gif) -8px -9px no-repeat;
	text-indent:-9999px;
	}
a:hover.btn_fare_list {
	background:url(img/btn_fare_list.gif) -8px -61px no-repeat;
	}
	

/*--------------------------------乗船モデルへのバナー --------------------------------*/

a.banner_model{
	display:block;
	width:540px;
	height:120px;
	margin:25px 75px 15px 75px;
	background:url(img/banner_model.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	}
a:hover.banner_model{
	background:url(img/banner_model.jpg) 0 -120px no-repeat;
	}
	

/*------------------------------「海割」告知部分------------------------------*/

*.umiwari_about {
	display:block;
	overflow:hidden;
	padding-bottom:10px;
	overflow:hidden;
}

*.umiwari_img_box {
	display:block;
	width:110px;
	margin:0 10px 2px 0;
	float:left;
	overflow:hidden;
}

*.umiwari_text_box {
	display:block;
	width:520px;
	margin-bottom:0 0 2px 20px;
	/*float:left;*/
	overflow:hidden;
}

*.umiwari_text_box p{
	margin-top:10px;
}


/*カテゴリータイトル*/
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;
}
