@charset "UTF-8";


/*--------------------------------
船舶のご紹介　ナッチャンWorld
--------------------------------*/

/*カテゴリータイトル*/
div#category_title{
	display:block;
	width:690px;
	height:105px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background:url(../img/category_title.jpg) no-repeat;
}

div#category_title h3{
	text-indent:-9999px;
}



/*-------------------------------- ページタイトル：船名 --------------------------------*/

h4.ship_name{
	display:block;
	width:690px;
	height:42px;
	margin:0px 0px 20px 0px;
	background:url(img/title_ferry_name.gif) no-repeat 0 0;
	text-indent:-9999px;
	}


/*-------------------------------- フェリーのコピー --------------------------------*/

*.ferry_copy{
	display:block;
	width:333px;
	height:55px;/*2行の場合55pxに、1行の場合35pxに*/
	background:url(img/ferry_copy.gif) no-repeat 0 0 ;
	text-indent:-9999px;
	}

/*-------------------------------- ペットのボタン --------------------------------*/
	
a.btn_pet{
	display:block;
	margin-top:5px;
	width:295px;
	height:40px;
	background:url(img/btn_pet.gif) -8px -9px no-repeat;
	text-indent:-9999px;
	}
a:hover.btn_pet {
	background:url(img/btn_pet.gif) -8px -61px no-repeat;
	}	





/*-------------------------------- 「ドッグルーム」「ドッグバルコニー」のご利用 --------------------------------*/

/* スライド部分全体のくくり */

#slide_area {
 	width:690px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	clear:both; 
	}


/* スライド部分のタイトル */

div#slide_area h4{/* 「各種割引のご案内」などのスライドバータイトル */
	display:block;
	width:690px;
	height:28px; *height:38px;
	padding:12px 0px 0px 40px;
	font-size:123%; *font-size:108%;
	background:url(../../img_new/all/titlebar_dot.gif) no-repeat 0px 0px;
	color:#009fe8;
}

*.ferry_headline{ /* h4の背景画像指定 */
	display:block;
	width:690px;
	height:40px;
	margin: 0px;
	text-align:left;
	margin-bottom:10px;
	/*background:url(../../img_new/all/titlebar_dot.gif) no-repeat;*/
	}
*.ferry_headline a{
	text-decoration:none;
	}
*.ferry_headline a:hover{
	text-decoration:none;
	}
* html*.ferry_headline{
	margin-bottom:10px;
	}



/* 各種注意書き部分の見出し、リスト設定 */

*.hr_about_horizon{/* 区切の水平線…点線 */
	width:625px;
	height:7px;
	margin:1em 0;
	background:url(../../img_new/all/dotline_gray.gif) repeat-x center center;
	}

hr.about__horizon{/* 区切の水平線 */
	width:625px;
	margin:1em 0;
	border:none;
	border-top:solid 1px #cccccc; /*dotted*/
	height:1px;
	color:#ccccc;
	}

div#slide_area h6{/* 注意書き部分の見出し */
	color:#009fe8;
	font-weight:bold;
	margin:0.5em 0 0.5em 1em;
	text-indent:-1em;
	}

ul.rule_ferry{/*注意事項リスト*/
	list-style:none;
	margin:0.5em 0;
	padding-left:1em;
	text-indent:-1em;
	overflow:hidden;
	}
*.rule_ferry li{
	margin-top:0.3em;
	}

*.rule_ferry_marker{/*注意事項のマーカー色*/
	color:#009fe8;
	}

*.shop_box{/* 予約支店の囲み */
	/*width:100%;*/
	margin-top:1em;
	padding:20px;
	border:5px solid #dddddd;
	line-height:1.8;
	}

*.ferry_shop{/* 支店の文字色 */
	margin:0.5em 0 0 0;
	font-weight:bold;
	color:#009fe8;
	}
*.ferry_shop2{/* 支店の文字色 */
	margin:0 0 0 2em;
	font-weight:bold;
	color:#009fe8;
	}

ol.dog_caution{/* ご利用の際は、下記の事項をお守り下さい。 */
	list-style:decimal inside;
	margin:0.5em 0 0 1.5em;
	text-indent:-1.3em;
	line-height:1.6;
	}



/*スライド関連設定*/

dl.close_area_DOGBALCONY{ 
	width:690px;
	margin: 0px;
	text-align:left;
	clear:both; 
	}

dl.close_area_DOGBALCONY.dt { /*閉じてる部分のエリア*/
	width:690px;
	margin: 0px;
	text-align:left;
	clear:both; 
	}

*.btn_open-close_DOGBALCONY {/*表示切り替えボタン*/
	/*cursor: s-resize;*/
	cursor: pointer;
	}
*.btn_open-close_DOGBALCONY a {
    display:block;
	height:35px;
	}
*.btn_open-close_DOGBALCONY a:hover {
    display:block;
	height:35px;
	}

dd.data_open_DOGBALCONY { /*開いたエリア*/
	width:690px;
	padding: 0px 0px 15px 0px;
	text-align:left;
	clear:both;
	}

*.moviebtn{/*動画ボタン*/
	margin:10px 0px;
	text-align:right;
}
