@charset "UTF-8";
body {
	background: #FFFFFF url(../images/index_01.gif) repeat-x;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-size: 13px;
	line-height: 150%;
}

.twoColFixRtHdr #container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.twoColFixRtHdr #header {
	background: url(../images/index_32.gif) no-repeat;
	padding: 0 20px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height: 123px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColFixRtHdr   #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 300px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0px 0px 20px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.twoColFixRtHdr #mainContent {
	margin: 0px 310px 0px 0px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/*新着情報リスト部分*/

.twoColFixRtHdr #sidebar2 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 250px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
.twoColFixRtHdr #mainContent2 {
	margin: 0px 0px 0px 265px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 

/*新着情報メイン部分*/

.twoColFixRtHdr #sidebar3 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 270px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
.twoColFixRtHdr #mainContent3 {
	margin: 0px 0px 0px 280px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


.twoColFixRtHdr #sidebar4 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 560px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
.twoColFixRtHdr #mainContent4 {
	margin: 0px 0px 0px 575px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


.twoColFixRtHdr #sidebar5 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 290px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
.twoColFixRtHdr #mainContent5 {
	margin: 0px 0px 0px 295px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.twoColFixRtHdr #sidebar6 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 415px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
.twoColFixRtHdr #mainContent6 {
	margin: 0px 0px 0px 430px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.twoColFixRtHdr #sidebar7 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 415px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
.twoColFixRtHdr #mainContent7 {
	margin: 0px 430px 0px 0px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.twoColFixRtHdr #footer {
	padding: 0;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ページ基本 */

a {
	text-decoration: none;
	color: #008cd7;
	}
a:visited {
	text-decoration: none;
	color: #3058a3;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	color: #78a5d4;
	}
img{
	border:0px;
}
h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0 0px 10px;
	color: #FFFFFF;
	padding-top: 10px;
}

/* ヘッダエリア */

.canpany {
	margin-top: 10px;
	width: 810px;
	height: 43px;
}
#telno {
	float: none;
	height: 56px;
	width: 159px;
	margin-left: 100px;
}
.flash {
	margin: 20px 0px;
}
.sub_btn {
	padding-bottom: 20px;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0px 10px;
	text-align: left;
}

/* パンくずリスト */

.pankuzu {
	width: 850px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 12px;
}

/* 各タイトル画像 */

.title_p {
	width: 850px;
	padding-bottom: 20px;
}

/* ページ番号部分 */

.page_no {
	padding: 0px 0px 5px;
	font-weight: bold;
	text-align: right;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* メニュー用設定 */

ul{
	margin:0px;
	list-style:none outside;
	padding:0px
}
#menu-li{
	display:inline;
	padding: 0px;
}
.menu{
	text-align:left;
	width:850px;
	margin:0px;
	padding: 0px;
			}
#limenu1{
	width:149px;
	height:34px;
	background:url(../images/index_01_on.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#limenu2{
	width:144px;
	height:34px;
	background:url(../images/index_02_on.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#limenu3{
	width:121px;
	height:34px;
	background:url(../images/index_03_on.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#limenu4{
	width:105px;
	height:34px;
	background:url(../images/index_04_on.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#limenu5{
	width:78px;
	height:34px;
	background:url(../images/index_05_on.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#limenu6{
	width:78px;
	height:34px;
	background:url(../images/index_06_on.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#limenu7{
	width:89px;
	height:34px;
	background:url(../images/index_07_on.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0px 10px;
	color: #FFFFFF;
	text-align: left;
}
.keitai {
	width: 300px;
	margin: 0px;
	background: #A7C5E2;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 100%;
	color: #FFFFFF;
}
.qr {
	padding-right: 10px;
	padding-bottom: 5px;
}

/*新着情報テーブル*/

.table_new {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background: #FAFAFA;
	border-bottom: 1px dotted #CCCCCC;
}
.table_new1 {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px dotted #CCCCCC;
}

/*サブメニューテーブル*/
.img20 {
	margin-bottom: 20px;
}

/*フッタエリア*/

.gotop {
	width: 850px;
	height: 22px;
	margin: 0px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
#limenu8{
	width:85px;
	height:23px;
	margin: 0px;
	padding: 0px;
}
#limenu9{
	width:66px;
	height:23px;
	margin: 0px;
	padding: 0px;
}
#limenu10{
	width:51px;
	height:23px;
	margin: 0px;
	padding: 0px;
}
#limenu11{
	width:67px;
	height:23px;
	margin: 0px;
	padding: 0px;
}
#limenu12{
	width:125px;
	height:23px;
	margin: 0px;
	padding: 0px;
}
#limenu13{
	width:84px;
	height:23px;
	margin: 0px;
	padding: 0px;
}
#limenu21{
	width:98px;
	height:23px;
	margin: 0px;
	padding: 0px;
}
#limenu22{
	width:130px;
	height:23px;
	margin: 0px;
	padding: 0px;
}
.footer_banner {
	width: 100%;
	height: 120px;
	margin: 0px;
	text-align: left;
	background: #a7c5e2;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* 新着タイトル部分 */

.info_title {
	padding: 0px 0px 5px;
	border-top: none;
	border-right: none;
	border-bottom: thin dotted #CCCCCC;
	border-left: none;
}
.info_date {
	padding: 0px;
	font-size: 110%;
	font-weight: bold;
	color: #336699;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
h4 {
	font-size: 130%;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	color: #006699;
	line-height: 150%;
}

/*ページ送りナビボタン*/

.pnavi {
	margin: 0px;
	text-align: center;
	padding: 20px 0px 0px;
}
#limenu14{
	width:100px;
	height:24px;
	margin: 0px;
	padding: 0px;
	background: url(../images/info_01_on.gif) no-repeat;
}
#limenu15{
	width:102px;
	height:24px;
	margin: 0px;
	padding: 0px;
	background: url(../images/info_02_off.gif) no-repeat;
}
#limenu16{
	width:100px;
	height:24px;
	margin: 0px;
	padding: 0px;
	background: url(../images/info_03_off.gif) no-repeat;
}

/*お客様の声*/

.voice_body {
	margin: 0px;
	padding: 0px;
	width: 850px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.voice_title {
	width: 415px;
	padding: 0px 0px 5px;
	border-top: none;
	border-right: none;
	border-bottom: thin dotted #CCCCCC;
	border-left: none;
	float: none;
	margin-bottom: 10px;
	color: #336699;
}
.voice_p {
	margin: 0px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px 0px 20px;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.voice {
	margin: 0px 0px 20px 20px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float: right;
	width: 415px;
}

/*お問合せ*/

.inquiry_body {
	margin: 0px 0px 0px 75px;
	padding: 0px;
	width: 700px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.rd_b {
	font-weight: bold;
	color: #FF0000;
}

/*ご予約*/

.reserve_body {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	width: 800px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.present_body {
	margin: 0px 0px 0px 125px;
	padding: 0px;
	width: 600px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.present_title {
	font-size: 150%;
	font-weight: bolder;
	color: #336699;
	line-height: 150%;
	margin-bottom: 20px;
}

/*PNG表示*/

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

/*イルカウォッチングのご案内*/

#limenu17{
	width:250px;
	height:40px;
	margin: 0px;
	padding: 0px 0px 20px;
	background: url(../images/guide_01_on.gif) no-repeat;
}
#limenu18{
	width:250px;
	height:40px;
	margin: 0px;
	padding: 0px 0px 20px;
	background: url(../images/guide_02_on.gif) no-repeat;
}
#limenu19{
	width:250px;
	height:40px;
	margin: 0px;
	padding: 0px 0px 20px;
	background: url(../images/guide_03_on.gif) no-repeat;
}
#limenu20{
	width:250px;
	height:40px;
	margin: 0px;
	padding: 0px 0px 20px;
	background: url(../images/guide_04_on.gif) no-repeat;
}
.iruka_sp {
	padding: 0px;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#img_L_20 {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}
#rule01 UL {
	padding: 10px;
	text-align: left;
	border: 1px dotted #CCCCCC;
	background: #f5f5f5;
	color: #ff6633;
	font-weight: bold;
	font-size: 110%;
	line-height: 150%;
	list-style: disc url(none) inside;
}
#rule02 UL {
	padding: 10px;
	text-align: left;
	border: 1px dotted #CCCCCC;
	background: #f5f5f5;
	color: #336666;
	font-weight: bold;
	font-size: 110%;
	line-height: 150%;
	list-style: disc url(none) inside;
}

/*恵丸と船長*/

.cap_img
 {
	float: left;
	width: 260px;
	padding: 0px;
	margin-right: 20px;
}

/*ご利用料金*/

.charge_table00
 {
	font-size: 110%;
	font-weight: bold;
	text-indent: 10px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
.charge_table00b
 {
	font-size: 110%;
	font-weight: bold;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
}
.charge_table01
 {
	border-bottom: 1px dotted #CCCCCC;
	font-size: 110%;
	font-weight: bold;
	text-indent: 10px;
}
.charge_table02
 {
	border-bottom: 1px dotted #CCCCCC;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
.charge_table00c
 {
	font-size: 110%;
	font-weight: bold;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
}
.charge_table01b
 {
	border-bottom: 1px dotted #CCCCCC;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

#charge UL {
	text-align: left;
	list-style: disc url(none) inside;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/*ムービー*/

#movie_body
 {
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
}

/*割引券*/

.discount_body {
	margin: 0px;
	padding: 0px;
	width: 850px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.dis_img01 {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	width: 415px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float: left;
}
#waku {
	border: 1px solid #CCCCCC;
}
.print_btn {
	margin: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
	font-weight: bold;
}

/*海鮮丼*/

#seafood_img00
 {
	padding-bottom: 20px;
}
#seafood_img01
 {
	padding-left: 20px;
	padding-bottom: 20px;
}
#seafood_body {
}

/*漁師市場*/

#market_body {
}
#market_img00
 {
	padding-right: 20px;
	padding-left: 20px;
}

/*アクセス*/


.time_table01 {
	font-size: 110%;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
.time_table02 {
}
.time_table03 {
	color: #FF6600;
	border-bottom: 1px dotted #CCCCCC;
}
.time_table04 {
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
}
.time_table05 {
	width: 400px;
}

/*よくある質問*/
#q_box {
	padding: 20px;
	border: 1px dotted #CCCCCC;
}
.q_box01 {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.q_box02 {
	border-bottom: 1px solid #CCCCCC;
}
.q_box03 {
	border-right: 1px solid #CCCCCC;
}
.q_box04 {
}
.answer_w {
	padding: 20px;
	border: 1px dotted #CCCCCC;
}
.f150Q {
	font-size: 150%;
	font-weight: bold;
	color: #006699;
}
.f110 {
	font-size: 120%;
	font-weight: bold;
	color: #006699;
	line-height: 200%;
}
.f150A {
	font-size: 150%;
	font-weight: bold;
	color: #6699cc;
}
.img_center {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*リンク*/

.link_title {
	margin: 0px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 410px;
	text-align: right;
}
.link_main {
	margin: 0px 0px 20px 20px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float: right;
	width: 415px;
	font-weight: bold;
	font-size: 110%;
}
#img_middle {
vertical-align:middle;
margin-right:5px;}
.line {
	border-top: 1px solid #CCCCCC;
}

/*会社概要*/

.c_table01 {
	border-right: none;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 110%;
	font-weight: bold;
	padding: 20px 40px 5px;
}
.c_table02 {
	border-right: none;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 110%;
	font-weight: bold;
	padding: 20px 40px 10px;
}
.c_table03 {
	border-right: 1px solid #CCCCCC;
}
.c_table04 {
	font-size: 110%;
	font-weight: bold;
	padding: 20px 40px 10px;
	color: #FF0000;
}
.twoColFixRtHdr #sidebar8 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 270px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
	font-size: 110%;
	font-weight: bold;
}
.twoColFixRtHdr   #sidebar9 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 270px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 110%;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent8 {
	margin: 0 280px; /* この div エレメントの右マージンと左マージンにより、ページの両側に 2 つのサイドバーが設定されます。#sidebar1 div と #sidebar2 div に含まれるコンテンツの量に関係なく、列のスペースは維持されます。サイドバーのコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	font-size: 110%;
	font-weight: bold;
}
.line_dot {
	border-top: 1px dotted #CCCCCC;
	margin-top: 10px;
}

/*プライバシーポリシー*/

#pp ol {
	list-style: decimal outside;
	text-align: left;
	margin-right: 30px;
}

/*リンク*/

.line_dot02 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
}

/*観光情報*/

.site_p {
	margin: 0px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px 0px 30px;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.site {
	margin: 0px 0px 30px 20px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float: right;
	width: 625px;
}
.site_title {
	padding: 0px 0px 5px;
	border-top: none;
	border-right: none;
	border-bottom: thin dotted #CCCCCC;
	border-left: none;
	margin-bottom: 10px;
	color: #336699;
}
.site_add {
	padding: 0px 0px 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

/*旅行代理店様専用ページ*/

#a_box {
	padding: 20px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
.agent_table01 {
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
	font-weight: bold;
	text-indent: 20px;
}
.agent_table02 {
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
	font-weight: bold;
	text-indent: 20px;
}
.twoColFixRtHdr #sidebar10 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 270px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
.twoColFixRtHdr   #sidebar11 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 270px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.twoColFixRtHdr #mainContent9 {
	margin: 0 0px 0 290px; /* この div エレメントの右マージンと左マージンにより、ページの両側に 2 つのサイドバーが設定されます。#sidebar1 div と #sidebar2 div に含まれるコンテンツの量に関係なく、列のスペースは維持されます。サイドバーのコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0;
	width: 270px;
}
.menu_title {
	font-size: 110%;
	font-weight: bold;
	color: #FF6600;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu_charge {
	font-weight: bold;
}
.img10 {
	margin-bottom: 10px;
	margin-top: 10px;
}
#g_map {
}
.twoColFixRtHdr  #map01{
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 415px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
.twoColFixRtHdr  #map02{
	margin: 0px 0px 0px 430px; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 415px;
}
.r10 {
	padding-right: 10px;
}
.r20 {
	padding-right: 20px;
}
.t20 {
	padding-top: 20px;
}
.t10 {
	padding-top: 10px;
}
.u20 {
	padding-bottom: 20px;
}
.u10 {
	padding-bottom: 10px;
}
.kb14b {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}
.kb18b {
	font-size: 18px;
	font-weight: bolder;
	line-height: 150%;
}
.recipe_title {
	font-size: 150%;
	font-weight: bolder;
	color: #FF6600;
	line-height: 150%;
}

