﻿@charset "UTF-8";

/* **************************************
*Since: 2007-12-03
*Modified: 2008-01-08
************************************** */

/* -----------------------------------------------
 * 調査済
----------------------------------------------- */


/*pageNavi
-------------------------------------------------------------------*/

/* 観光情報のナビゲーション */

#contentMain .pageNavi {
	float: left;
	width: 720px;
	margin: 20px 0 0 0;
	border-bottom: solid 2px #BAA98C;
}

	#contentMain .pageNavi li {
		float: left;
		margin: 0 0 0 5px;
	}

		#contentMain .pageNavi li a {
			display: block;
		}

			#contentMain .pageNavi li a:hover {
				background-color: transparent;
			}

				#contentMain .pageNavi li a:hover img {
					visibility: hidden;
				}

		#contentMain .pageNavi .pageNavi01 {
			background: url("../images/pagenavi01.gif") no-repeat;
		}

		#contentMain .pageNavi .pageNavi04 {
			background: url("../images/pagenavi04.gif") no-repeat;
		}

		#contentMain .pageNavi .pageNavi03 {
			background: url("../images/pagenavi03.gif") no-repeat;
		}

/*contentMain
-------------------------------------------------------------------*/

#contentMain h4 {
	float: left;
	width: 710px;
	height: 35px;
	padding: 0 0 0 5px;
	color: #856E4B;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	background: url("../images/bg_headline.gif") no-repeat bottom;
}

/* 記事を囲むボックス */
#contentMain .box01 {
	float: left;
	width: 720px;
	margin-bottom: 15px;
}

	/*観光スポット
	-------------------------------------------------------------------*/

	/* box01内の画像の各種設定 */
	
	/* 左余白を10pxあけたい時 */
	#contentMain .box01 .ph01 {
		float: left;
		margin-left: 10px;
	}

	/* 左余白を50pxあけたい時 */
	#contentMain .box01 .ph02 {
		float: left;
		margin-left: 50px;
	}

	/* 右余白を10pxあけたい時 */
	#contentMain .box01 .ph03 {
		float: left;
		margin-right: 10px;
	}

	/* 右余白を2pxあけたい時 */
	#contentMain .box01 .ph04 {
		float: left;
		margin-right: 2px;
	}

	/* box01内のパラグラフ */
	#contentMain .box01 p {
		margin: 0px 0px 10px 10px!important;
		margin: 0px 0px 10px 5px;
	}

	/* 横幅450pxのテキスト包括エリア等で使用 */
	#contentMain .box01 .text01 {
		float: left;
		width: 450px;
	}

	/* 横幅460pxのテキスト包括エリア等で使用 */
	#contentMain .box01 .text02 {
		float: left;
		width: 460px;
	}

	/* 横幅560pxのテキスト包括エリア等で使用 */
	#contentMain .box01 .text03 {
		float: left;
		width: 560px;
	}

	/* 横幅300pxのテキスト包括エリア等で使用 */
	#contentMain .box01 .text04 {
		float: left;
		width: 300px;
		margin-right: 10px!important;
		margin-right: 5px;
	}

	/* 横幅160pxのテキスト包括エリア等で使用 */
	#contentMain .box01 .text05 {
		float: left;
		width: 160px;
	}

	/* 横幅435pxのテキスト包括エリア等で使用 */
	#contentMain .box01 .text06 {
		float: left;
		width: 435px;
	}

	/* 横幅390pxのテキスト包括エリア等で使用 */
	#contentMain .box01 .text07 {
		float: left;
		width: 390px;
	}




	/* 横幅470pxの写真等で使用 */
	#contentMain .box01 .box_ph01 {
		float: left;
		width: 470px;
		margin: 0 0 0 0;
	}

	/* 横幅570pxの写真等で使用 */
	#contentMain .box01 .box_ph02 {
		float: left;
		width: 570px;
		margin: 0 0 0 0;
	}

	/* 横幅310pxの写真等で使用 */
	#contentMain .box01 .box_ph03 {
		float: left;
		width: 310px;
		margin: 0 0 0 0;
	}

	/* 横幅110pxの写真等で使用 */
	#contentMain .box01 .box_ph04 {
		float: left;
		width: 110px;
		margin: 0 0 0 0;
	}



/* テーブルの設定 */

#contentMain .table02 {
	float: left;
	margin-bottom: 5px;
	border-right: 1px solid #746144;
	border-bottom: 1px solid #746144; 
	background-color: #fff;
}

	#contentMain .table02 th {
		vertical-align: middle;
		padding: 3px;
		color: #746144;
		font-weight: normal;
		text-align: center;
		border-top: 1px solid #746144;
		border-left: 1px solid #746144;
		background-color: #DFD6C6;
	}

	#contentMain .table02 td {
		padding: 3px;
	}

		#contentMain .table02 .td01 {
			vertical-align: middle;
			border-top: 1px solid #746144;
		}

			#contentMain .table02 .td01 img {
				 margin: 0;
			}

		#contentMain .table02 .td02 {
			vertical-align: top;
			border-top: 1px solid #746144;
			border-left: 1px solid #746144;
		}






/*函館湯の川関連リンク
-------------------------------------------------------------------*/

#contentMain .mainColumn ul {
	float: left;
	margin-bottom: 10px;
}

	#contentMain .mainColumn ul li {
		float: left;
		width: 215px;
		margin-bottom: 15px;
		padding-left: 15px;
		line-height: 1.1;
		background: url("../images/icon_link.gif") no-repeat left;
	}
	
		#contentMain .mainColumn ul li a {
			color: #856E4B;
		}
