/*共通ナビゲーション（ヘッダ）部分読み込み用*/
@import "hd1.css";

/*ページ全体の設定　背景白　文字左寄せ　余白0*/
body {
	font-size:small;
	text-align:left;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	background-color:#99CCCC;
	}
	

strong{
	color:red;
	font-weight: normal;
}

strong a:link, strong a:visited, strong a:active {
	color: red;
	}

strong a:hover {
	color: white;
	background-color: red;
	}
}

/* 本文のレイアウトテーブル書式 */
.tb1 {
	background-color: #FFFFFF;
	text-align: left;
	}

.left_td01 {
	width: 170px;
	vertical-align:top;
	}

/*左メニューの書式*/
.left_ul00 {
	margin-left:0.6em;
	margin-top:0.8em;
	}
.left_ul01 {
	margin-top:0.2em;
	}

/*左メニューののリンク部分1*/
.left_ul01 a:link, .left_ul01 a:visited, .left_ul01 a:active {
	color: #000;
	}

/*左メニューののリンク部分2*/
.left_ul01 a:hover {
	color: #fff;
	background-color: #66f;
	}
	
/*左メニューの画像*/
.left_gazo {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:3px;
	}

.right_tb01 {
	vertical-align: top ;
	}

.right_td01 {
	width: 450px;
	vertical-align: top ;
	line-height: 1.2em;
	}
	
.right_td02 {
	width: 250px;
	vertical-align: top ;
	line-height: 1.2em;
	}
	
.right_td03 {
	width: 190px;
	vertical-align: top ;
	line-height: 1.2em;
	}

/*新着情報・イベント情報の書式*/
.right_ul01 {
	margin-left:0.6em;
	}

/*右メニューの書式*/
.right_ul00 {
	margin-top:0.5em;
	margin-left:0.6em;
	margin-bottom:0.5em;
	}
.right_ul02 {
	margin-top:0.2em;
	}
.right_ul22 {
	margin-top:0.2em;
	margin-left:0.8em;
	}

.right_ul03 {
	list-style-type: circle;
	}

.right_ul04 {
	list-style-type: none;
	}

/*ピックアップのリンク部分1*/
/*.pickup a:link, .waku a:visited, .waku a:active {
	color: #000;
	}

/*メニューを囲む枠内のリンク部分2*/
/*.pickup a:hover {
	color: #fff;
	background-color: #66f;
	}


hr {
	color: #FF9900;
	height: 1px;
	}
/*　++++++++++++++++++++++++++++++++++++ここから下を修正した++++++++++++++++++++++++++++++　*/
/*メニューを囲む枠の指定*/
.waku_bottom {
	border: 1px solid #6a5625;
	background-color: #6a5625;
	color:#fff;
	padding:2px 2px 2px 130px;
}

/*メニューを囲む枠内のリンク部分1*/
.waku_top a:link, .waku a:visited, .waku a:active {
	color: #000;
	}

/*メニューを囲む枠内のリンク部分2*/
.waku_top a:hover {
	color: #fff;
	background-color: #66f;
	}

/*新着情報の書式*/
.whatsnew{
	margin-left:0.2em;
}

/* 枠の下部のリンク部分 */
.waku_bottom a:link, .waku_bottom a:visited, .waku_bottom a:hover, .waku_bottom a:active {
	color: #fff;
	text-decoration: none;
	}

/*メニューを囲む枠内のリンク部分1*/
.waku01 a:link, .waku01 a:visited, .waku01 a:active {
	color: #000;
	}

/*メニューを囲む枠内のリンク部分2*/
.waku01 a:hover {
	color: #fff;
	background-color: #66f;
	}

/*クイックリンク箇所*/
.quick {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	width:140px;
	padding:3px;
	margin:5px 3px 5px;
	background-color: #eef;
}

/*クイックリンク箇所のリンク部分1*/
.quick a:link, .quick a:visited, .quick a:active {
	color: #000;
	text-decoration: none;
	}

/*クイックリンク箇所のリンク部分2*/
.quick a:hover {
	color: #fff;
	background-color: #66f;
	text-decoration: none;
	}

/*記事部分全体の書式設定*/
.contents {
	width:750px;
	}

/*　.contents内のブロックの書式設定*/
.block {
	margin-left:15px;
	}

.bg_white {
	background-color: #FFF;
	width: 750px;
	}

p {
	line-height:1.4em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-left:10px;
	}

/*見出し(h1)の書式設定*/
h1 {
	font-size:1.6em;
	font-weight:bold;
	background-image: url(p1/gray_gra.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top:0.5em;
	margin-bottom:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:5px;
	}

.joho {
	text-align: center;
	background-color: #000;
	color: #FFF;
	margin-left:0;
	font-size:0.9em;
	line-height:2.5em;
	}

/*ページ最下部の問い合わせ欄の書式設定*/
address {
	font-style:normal;
	color:#003399;
	text-align:left;
	border-top:solid 10px #B9DCFF;
	margin-top:1em;
	margin-left:0;
	padding-top:4px;
	padding-left:10px;
	width:740px;
	}

/*本文中の挿入画像の書式設定（左位置）*/
.imageL {
	float:left;
	margin-right:10px;
	}

/*右寄せテキスト*/
dt.migi {
	font-size:1.0em;
	text-align:right;
	margin-top:0;
	margin-bottom:0;
	}

/*観光画像の紹介文*/
.text {
	margin-left:20px;
	}

/*上に戻るリンク　下線なし用*/
P.up2 {
	FONT-SIZE: 1.05em;
	MARGIN-TOP: 0.5em;
	MARGIN-BOTTOM: 0.5em;
	MARGIN-LEFT: 0px;
	margin-right: 5px;
	COLOR: #0066cc;
	TEXT-ALIGN: right;
	}
P.up2 A:link {
		COLOR: #0066cc;
	}
P.up2 A:visited {
		COLOR: #0066cc;
	}
P.up2 A:hover {
		COLOR: #6666ff;
	}

/* ++++++++++　ここから下を追加した+++++++++++++++++++++++++++++++++++++++++++++ */

.navibar{
	height:1.5em;
	padding:3px 5px 0px;
	background-color:#dddddd;
}

.ul01 {
	list-style-image: url(../images/ico01.gif);
	line-height:1.1em;
	}

.ul02 {
	list-style-image: url(../images/ico02.gif);
	line-height:1.1em;
	}

h6.title_red {
	font-size:1.3em;
	text-indent:4px;
	width:220px;
	margin-top:0.5em;
	margin-bottom:0.5em;
	border-bottom:gray 1px solid;
	border-left:red 8px solid;
	background-color:#ffffff;
}
.title_red a:link {
	color:#003399;
	text-decoration: none;
	}
.title_red a:visited {
	color:#6633CC;
	text-decoration: none;
	}
.title_red a:hover, .title_red a:active {
	color:#FF3300;
	text-decoration: none;
	}

/*メニューを囲む枠の指定*/
.waku_top {
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	padding:5px;
}

/*メニューを囲む枠の指定*/
.waku {
	width:710px;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	padding:5px;
}

/*メニューを囲む枠内のリンク部分1*/
.waku a:link, .waku a:visited, .waku a:active {
	color: #000;
	}

/*メニューを囲む枠内のリンク部分2*/
.waku a:hover {
	color: #fff;
	background-color: #66f;
	}


.index {
	font-weight:bold;
	width:350px;
	border-left:solid 10px #6a5625;
	margin-top:0.3em;
	margin-bottom:2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
}

.idx {
	font-size:1.3em;
	font-weight:bold;
	width:300px;
	border-bottom:solid 5px #ccc;
	margin-top:0.3em;
	margin-bottom:2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
}

.image_margin {
	MARGIN-TOP: 0.5em;
	}

/*リンク部分*/
.d_none a:link, .d_none a:visited {
	color: #033;
	text-decoration: none;
	}
.d_none a:hover, .d_none a:active {
	color: #f30;
	text-decoration: none;
	}

.ul03 {
	list-style-image: url(../images/ico02.gif);
	line-height:1.1em;
	margin-left:20px;
	}

.ul04 {
	list-style-image: url(../images/yajirushi.gif);
	line-height:1.1em;
	margin-left:0;
	}

.ul05 {
	list-style-image: url(../images/yajirushi_s.gif);
	line-height:1.1em;
	margin-left:10px;
	}

.ul06 {
	list-style-image: url(../images/ico01.gif);
	line-height:1.3em;
	margin-left:20px;
	}

.ul07 {
	list-style-image: url(../images/ico01.gif);
	line-height:1.3em;
	margin-left:20px;
	margin-top:10px;
	}

.ul004 {
	list-style-image: url(../images/yajirushi.gif);
	line-height:1.1em;
	margin-left:10px;
	}

/*「こんなときには」の書式設定*/
.list01 {
	color:#003333;
	width:120px;
	background-color:#eee;
	border-bottom:solid 1px #999;
	margin-left:0.5em;
	padding:2px 3px 1px;
	margin-top:0.3em;
}

/*見出し(h1)の書式設定*/
h1 {
	font-size:1.6em;
	font-weight:bold;
	background-image: url(p1/gray_gra.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top:0.5em;
	margin-bottom:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:5px;
	}

.migi {
	text-align:right;
	}

.system {
	background-color: #fff;
	border:solid 1px #f33;
	font-size:0.8em;
	padding:2px 1px 0px;
	}

/*リンク部分【施設予約】*/
.system a:link, .system a:visited {
	color: #F33;
	text-decoration: none;
	}
.system a:hover, .system a:active {
	color: #033;
	text-decoration: none;
	}

.sonota {
	margin-top: 5px;
	margin-bottom: 0px;
	}

/* ++++++++++　dl dt 方式に変更のため追加 2005/10/24 +++++++++++++++++++++++++++++++++ */

.dl3 {
	margin-left:0.4em;
	margin-top:0;
	}
.dt3 {
	margin-top:0.05em;
	margin-left:0.4em;
	}

.dl4 {
	margin-left:0.4em;
	margin-top:0.05em;
	}
.dt4 {
	margin-top:0.05em;
	margin-left:0.8em;
	}

.dl5 {
	margin-left:0.8em;
	margin-top:0.2em;
	}

.dt5 {
	margin-left:1.4em;
	margin-top:0.2em;
	}

.red {
	color:red;
	}

/*最新の人口*/
.jinko {
	margin-left:3px;
	text-align:center;
	border-top:1px solid #FF9933;
	border-left:1px solid #FF9933;
	border-right:1px solid #FF9933;
	border-bottom:1px solid #FF9933;
	padding-top:5px;
	padding-bottom:5px;
}
.jinko a:link, .jinko a:visited, .jinko a:active {
	color: #000;
}
.jinko a:hover {
	color: #fff;
	background-color: #66f;
	}

.gazo {
	margin-left:55px;
}

.bohan {
	margin-left:0px;
	width: 150px;
	border-top:1px solid #CC0000;
	border-left:1px solid #CC0000;
	border-right:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	padding-top:5px;
}

.bold {
	font-size:1.05em;
}

/*アンダーバナーを囲む枠の指定*/
.waku_banner {
	border-top: 0px solid #bbb;
	border-right: 0px solid #bbb;
	border-bottom: 0px solid #bbb;
	border-left: 0px solid #bbb;
	padding:0px;
}

.text-banner {
	font-size:9pt;
	padding:0;
}
