@charset "utf-8";
/* ---------------
石川丸
--------------- */
/* body背景画像 */
body {
	background: #1C80CC url(../images/topBodyBg.gif) repeat-x;
	font-size: 14px;
}

a:link{
	color: #0066FF;
}

a:hover{
	opacity:0.6;
}

a:visited{
	color: #003772;
}

/* ページのtopに戻る */
#toTop {
	font-size:0.84em;
	text-align:right;
	clear:both;
}

	#toTop a:link{
		color: #FFFFFF;
	}

#toTop a:visited, a:active{
	color: #FFFFFF;
}

/* コンテンツ全体のボックス */
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	_text-align: center;
}

/* ログイン後のadminボタン囲み */
#adminBoxIshikawamaru {
	min-height: 30px;
	margin: 10px 20px;
	padding: 10px 10px 5px 10px;
	_padding: 10px;
	border: #CCCCCC 1px solid;
	background-color: #E9E9E9;
}


/* ヘッダー */
#header {
	margin-top: 18px;
	font-size: 1em;
	text-align: left;
}

/* サイトのロゴ */
#siteTitle {
	float: left;
	width: 254px;
	margin:14px 0 3px 20px;
	_margin:14px 0 3px 10px;
}	

/* 予約用バナー */
#inquiryBanner {
	float: right;
	width: 397px;
}

/* ナビゲーション */
#Nav {
	width: 800px;
	height: 50px;
	margin:14px 0px 19px 0px;
	_margin-top: -19px;
}

/* IE7対策 */
*:first-child+html #Nav{
	margin: -28px 0px 11px 0px;
}

	ul#Nav li {
		float: left;
	}

/* ナビゲーションリンクの共通項目 */
ul#Nav li a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	opacity:1;
}

/* 釣果ブログ ナビゲーション */
#headMenuBlog a {
	width: 134px;
	background-image: url(../images/headMenuBlog.gif);
}
	#headMenuBlog a:hover {
		background-position: 0 100px;
	}
	#headMenuBlog a:active {
		background-position: 0 50px;
	}

/* 料金表 ナビゲーション */
#headMenuPrice a {
	width: 133px;
	background-image: url(../images/headMenuPrice.gif);
}	
	#headMenuPrice a:hover {
		background-position: 0 100px;
	}
	#headMenuPrice a:active {
		background-position: 0 50px;
	}
	
/* 石川丸について ナビゲーション */
#headMenuAbout a{
	width: 134px;
	background-image: url(../images/headMenuAbout.gif);
}
	#headMenuAbout a:hover{
		background-position: 0 100px;
	}
	#headMenuAbout a:active {
		background-position: 0 50px;
	}

/* 地図 ナビゲーション */
#headMenuAccessmap a{
	width: 133px;
	background-image: url(../images/headMenuAccessmap.gif);
}
	#headMenuAccessmap a:hover{
		background-position: 0 100px;
	}
	#headMenuAccessmap a:active {
		background-position: 0 50px;
	}

/* よくある質問 ナビゲーション */
#headMenuQanda a {
	width: 133px;
	background-image: url(../images/headMenuQanda.gif);
}
	#headMenuQanda a:hover {
		background-position: 0 100px;
	}
	#headMenuQanda a:active {
		background-position: 0 50px;
	}
	
/* お問い合わせ ナビゲーション */
#headMenuContact a {
	width: 133px;
	background-image: url(../images/headMenuContact.gif);
}
	#headMenuContact a:hover {
		background-position: 0 100px;
	}
	#headMenuContact a:active {
		background-position: 0 50px;
	}
	
/* IE6対策　ナビゲーション */
#headMenuBlog{
	_width:134px;
	_height: 50px;
	_background-image: url(../images/headMenuBlog.gif);
}

#headMenuPrice{
	_width:133px;
	_height: 50px;
	_background-image: url(../images/headMenuPrice.gif);
}

#headMenuAbout{
	_width:134px;
	_height: 50px;
	_background-image: url(../images/headMenuAbout.gif);
}

#headMenuAccessmap{
	_width:133px;
	_height: 50px;
	_background-image: url(../images/headMenuAccessmap.gif);
}

#headMenuQanda{
	_width:133px;
	_height: 50px;
	_background-image: url(../images/headMenuQanda.gif);
}

#headMenuContact{
	_width:133px;
	_height: 50px;
	_background-image: url(../images/headMenuContact.gif);
}


/* 本文エリアのボックス */
#main {
	display: inline;
	float: left;
	width: 740px;
	_width: 770px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align:left;
	padding: 31px 30px 24px 30px;
	_padding: 31px 0px 24px 30px;
}



/* 本文エリア 見出し3 */
.entryBox h3{
	font-size: 18px;
	color: #1B7FCC;
}
	.entryBox{
		width: 316px;
		padding: 12px;
		background-color: #BEDBF7;
	}

/* インフォメーション（TOPページ） */
#infoBox{
	float: left;
	width: 340px;
}

/* タイトル */
.entryTitleTop {
	font-size: 20px;
	line-height: 1.5;
	background: url(../images/entryTitleTop.gif) repeat-y left;
	border-bottom: 1px solid #0066CC;
	padding:0px 0px 5px 16px;
	color: #0066CC;
}

/* 大型乗合船３隻（超大型船定員５０人） */
#topShipsBox{
	margin-top: 3px;
	margin-bottom: 8px;
}

.topShipImg{
	margin-right: 10px;
}

/* インフォメーションのコンテント */
.infoEntry{
	margin-top: 20px;
}

.entryWrapper {
	margin-top: 20px;
	_margin-top: 0px;
}

.infoContent dt{
	background: url(../images/midasi01.gif) repeat-x top;
	padding: 10px 0px;
	font-size: 14px;
	color: #003772;
	font-weight:bold;
}

	.infoContent dd{
		padding: 10px 0px 20px 0px;
		border-top: 1px dotted #CCCCCC;
	}

.infoEdit li{
	background:url(../images/blogPlanIcon.gif) no-repeat left 5px;
	padding-left:20px;
}

/* 石川丸（TOPページ） */
/* 大漁旗 */
#topFlag{
	margin-bottom: 20px;
}

#ishikawaBox{
	float: left;
	width: 357px;
	margin-left: 40px;
	color: #333333;
}
	/* 石川丸（TOPページ）の囲い*/
	#topIshikawa{
		margin-left: 17px;
	}
	/* コンテンツ全体 */	
	#ishikawaText{
		margin: 20px 0px 0px 10px;
	}
	/* 石川丸の詳細データ */
	.ishikawaMain{
		margin-bottom: 20px;
	}

/* 竿レンタルの項目 */
#ishikawaTopics{
	width: 223px;
	margin-right: 15px;
	float: left;
}
	#ishikawaText li{
		font-size: 13px;
		margin-bottom: 20px;
	}
	/*　レール画像　*/
	#ishikawaTopicsImg{
		float: right;
		width: 90px;
	}
	
/*　定休日　*/
#ishikawaBox h3{
	font-size: 15px;
	margin: 10px 0px 5px 0px;
}
	#holidayMonth{
	font-size: 18px;
	color: #1B7FCC;
	margin-left: 30px;
	}

/* フッター */
#footerBox {
	background-color:#26424F;
	clear:both;
	margin:0 auto;
	padding:0 0 20px;
	text-align:left;
}

	#footerData {
	margin:0 auto;
	width:800px;
	color: #FFFFFF;
	}
	
.footerAddress{
	margin-top: 5px;
	
}
#footerDataBox{
	margin: -28px 0 0 34px;
	_position: relative;
}

/* 電話番号 */
#phoneDate{
	margin: 0px 0px 8px 12px;
}

/* 船の画像用 */
#shipBGBox{
	background: url(../images/shipBGBox.gif) repeat-x;
	height: 255px;
	clear: both;
}

	#shipBG{
		background: url(../images/shipBG.gif)  repeat-x;
		width: 800px;
		height: 255px;
		margin: 0 auto;
		padding: 0px;
		_text-align:center;
	}
	
	#isikawamaruShipImg{
		_margin-left:-340px;
	}

	
.footerShipImg{
	margin-left: 14px;
}

/* QRコード */
#qrBox {
	margin-bottom: -140px;
	padding:20px;
	width:200px;
	_position: relative;
}
	
*:first-child+html #qrBox{
	position: relative;
}

/* ---------------
ブログ独自（独自）
--------------- */
/* タイトル */
.entryTitle {
	font-size: 1.5em;/* 18px相当 */
	line-height: 1.4;
	background: url(../images/entryTitleTop.gif) no-repeat left;
	width: 425px;
	border-bottom: 1px solid #0066CC;
	padding-left: 10px;
}

/* 添付画像 */
.columnImage {
	padding: 5px;
	border-top: solid 1px #C0C0C0;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-left: solid 1px #C0C0C0;
	background-color: #FFFFFF;
}

	/* 添付画像配置（左） */
	div.column-image-left {
		float: left;
		margin-right: 10px;
		display: inline;
	}
	
	/* 添付ファイルのキャプション */
.caption {
	margin: 2px 0 5px;
	padding: 0 5px;
	color: #666666;
	font-size: 88% !important;
	text-align: center;
	line-height: 1.2;
}

/* 記事フッター */
.entryFooter {
	border-top: 1px dotted #333333;
}

/* ライター名と日付 */
.entryIncident {
	font-size:12px;
	text-align:left;
	color: #333333;
	margin: 32px 0px 24px 12px;
}

/* -------------------

	記事編集

 -------------------*/

#mainAdmin {
	background-color:#FFFFFF;
	display:inline;
	float:left;
	margin:0;
	padding:31px 30px 24px 30px;
	text-align:left;
	width:740px;
}

.textareaBox{
	height: 180px;
	width: 580px;
	margin-bottom: 20px;
}

.adminTopInfo{
	background:transparent url(../images/midasi01.gif) repeat-x scroll center top;
	color:#003772;
	font-size:14px;
	padding:10px 0;
}

.editInfo h2{
	margin-top: 20px;
	margin-bottom: 20px;
}

.formEntryActionBox{
	background-color:#CCCCCC;
	border:1px solid #AAAAAA;
	margin-top:10px;
	min-height:30px;
	padding:10px 10px 5px;
}