/* ========== 目次 ==========



最終更新日：2010年7月12日



1：各要素のリセット

2：基本レイアウト

3：リンク

4：ヘッダ

5：ナビゲーション

6：メインコンテンツ

7：サイドバー

8：フッタ

9：テキスト関係

============================== */



/* ==============================

■1：各要素のリセット

============================== */

body#top {
	margin: 0px;
	text-align: center;
	background-image: url(none);
	background-color: #FFF;
}

body {
	margin: 0px;
	text-align: center;
	background-image: url(none);
	background-color: #FFF;
}

h1 {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/h1.gif) no-repeat 0px 0px;
}

h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	height: 76px;
	width: 732px;
}

h2.aboutweb {
	background: url(../aboutweb/img/h2.gif) no-repeat 0px 0px;
}

h2.bousai {
	background: url(../bousai/img/h2.gif) no-repeat 0px 0px;
}

h2.camp {
	background: url(../camp/img/h2.gif) no-repeat 0px 0px;
}

h2.camptop {
	background: url(../camp/img/h2-camp.gif) no-repeat 0px 0px;
}

h2.download {
	background: url(../download/img/h2.gif) no-repeat 0px 0px;
}

h2.furusato {
	background: url(../furusato/img/h2.gif) no-repeat 0px 0px;
}

h2.gikai {
	background: url(../gikai/img/h2.gif) no-repeat 0px 0px;
}

h2.gikaitop {
	background: url(../gikai/img/h2-gikai.gif) no-repeat 0px 0px;
}

h2.gyosei {
	background: url(../gyosei/img/h2.gif) no-repeat 0px 0px;
}

h2.info {
	background: url(../info/img/h2.gif) no-repeat 0px 0px;
}

h2.kouho {
	background: url(../kouho/img/h2.gif) no-repeat 0px 0px;
}

h2.kouho {
	background: url(../kouho/img/h2.gif) no-repeat 0px 0px;
}

h2.kurashi {
	background: url(../kurashi/img/h2.gif) no-repeat 0px 0px;
}

h2.link {
	background: url(../link/img/h2.gif) no-repeat 0px 0px;
}

h2.machi {
	background: url(../machi/img/h2.gif) no-repeat 0px 0px;
}

h2.machi {
	background: url(../access/img/h2a.gif) no-repeat 0px 0px;
}

h2.mayor {
	background: url(../mayor/img/h2.gif) no-repeat 0px 0px;
}

h2.nyusatu {
	background: url(../nyusatu/img/h2.gif) no-repeat 0px 0px;
}

h2.shisetu {
	background: url(../shisetu/img/h2.gif) no-repeat 0px 0px;
}

h2.sitemap {
	background: url(../site/img/h2.gif) no-repeat 0px 0px;
}

h2.search {
	background: url(../site/img/h2c.gif) no-repeat 0px 0px;
}

h3 {
	margin: 0px;
	padding: 9px 46px 3px 15px;
	width: 615px;
	background: url(../img_all/bg_h3_g.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	height: 22px;
	clear: both;
}

a h3 {
	background: url(../img_all/bg_h3_g_ya.gif) no-repeat;
	color: #00f;
}

a:hover h3 {
	background: url(../img_all/bg_h3_g_yao.gif) no-repeat;
}

h3.side {
	margin: 0px 0px 0px;
	padding: 9px 20px 10px 10px;
	width: 140px;
	background: url(../img_all/bg_h3s_g_ya.gif) no-repeat;
	font-size: 85%;
	font-weight: bold;
	color: #000;
	height: 22px;
	clear: both;
	text-align: left;
}

a h3.side {
	color: #000;
	background: url(../img_all/bg_h3s_g_ya.gif) no-repeat;
}

h4 {
	margin: 0px 0px 10px;
	padding: 5px 0px 3px;
	font-size: 100%;
	border-bottom: 2px dotted #3C3;
}

h5 {
	margin: 20px 0px 10px;
	padding: 3px 0px 3px 21px;
	font-size: 100%;
	background: url(../img_all/pochi03.gif) no-repeat 0px 7px;
	border-bottom: 3px solid #EEE;
	line-height: 120%;
}

h6 {
	margin: 20px 0px 10px 3px;
	padding: 3px 0px 1px 18px;
	font-size: 100%;
	background: url(../img_all/pochi07.gif) no-repeat 0px 7px;
	line-height: 130%;
}

p {
	font-size: 100%;
	line-height: 150%;
	color: #333333;
	margin: 0px 0px 10px;
}

p.link {
	margin: 0px 0px 10px 20px;
	background: url(../img_all/ya_r_b.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 21px;
}

p.waku1 {
	margin: 0px 0px 10px;
	padding: 15px;
	display: block;
	border: 3px double #CCC;
}

p.waku2 {
	margin: 0px 0px 10px;
	padding: 5px 10px 3px;
	display: block;
	border: 1px solid #CCC;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol {
	line-height: 150%;
}


/* ==============================

■2：基本レイアウト

============================== */
/* -------------------------------------

定番ハック

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

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */



#container {
	width: 972px;
	margin: 0px auto;
	padding: 0px;
}

#sub {
	width: 216px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#main {
	margin: 0px 13px;
	width: 504px;
	padding: 0px;
}

#extra {
	width: 216px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 3カラムレイアウト */
#sub, #main, #extra {
	float: left;
/* IE6 対応 */
	display: inline;
}

#main-sub {
	width: 746px;
	text-align: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

/* 2カラムレイアウト */
#main-sub, #extra {
	float: left;
/* IE6 対応 */
	display: inline;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

#preload {
	visibility: hidden;
/*
display: none;
*/
}

/* ==============================

■3：リンク

============================== */

/* リンク画像 */

a img {
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
}

/* ==============================

■4：ヘッダ

============================== */

#header {
	padding: 0px;
	margin: 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	/* IE6-Win のみに必要 */
	font-size: 0px;
	float: left;
}

#header img {
	margin: 0px;
	padding: 0px;
}

#h1u {
	padding: 0px;
	margin: 0px;
}

#h1u a {
	padding: 0px;
	margin: 0px;
}

#h1u a img {
	padding: 0px;
	margin: 0px;
	/* imgはインライン要素なので、縦幅の小さい画像は、vertical-align: bottom では、上部にスペースができる */
	display: block;
}

.skip {
	margin: 0px;
	padding: 0px;
}

/* IE6-Win のみに必要 */
.skip a {
	display: block;
	font-size: 0px;
}

#header2 {
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 972px;
	height: 264px;
	background: url(../img_top/main.gif) no-repeat 0px 24px;
}

#header2 img {
	padding: 0px;
	margin: 0px;
}

#header3 {
	display: none;
}

#header3 img {
	padding: 0px;
	margin: 0px;
}

#header3_top {
	display: none;
}

#access {
	display: none;
}

#access span {
	margin: 0px 3px 3px;
	padding: 0px;
	vertical-align: bottom;
	display: block;
}

#access img {
	padding: 0px 0px 0px 8px;
	margin: 0px;
	vertical-align: middle;
}

#access form {
	padding: 0px;
	margin: 0px;
	display: block;
}

.btn {
	width: 40px;
}

#access .form-cap {
	margin: 5px 10px 3px 0px;
	padding: 0px;
	display: block;
}

#access form, #access .form-cap {
	float: left;
}

#search {
	display: none;
}

#search form img {
	padding: 0px;
	margin: 4px 0px 0px;
}

#search form span {
	font-size: 80%;
	padding: 7px 0px 2px 20px;
	margin: 0px 0px 0px 125px;
	float: left;
	/* display: block; */
	background: url(../img_all/ya_r_w.png) no-repeat 0px 5px;
}

#navi_u {
	margin: 7px 13px 10px;
	padding: 5px 0px 0px;
	width: 946px;
	background: url(../img_all/bg_pan.png) repeat 0px 0px;
	clear: both;
}

#pan {
	font-size: 80%;
	padding: 0px 3px 2px;
	margin: 0px 20px;
	float: left;
}

#pan span {
	padding: 0px 15px 0px 0px;
	margin: 0px 7px 0px 0px;
	background: url(../img_all/ya_dot_r.gif) no-repeat right center;
	font-weight: bold;
}

#subnavi {
	display: none;
}

#subnavi span a {
	padding: 2px 15px 0px 20px;
	margin: 0px;
	background: url(../img_all/ya_r_b.png) no-repeat 0px 1px;
}

#subnavi span a:hover {
	background: url(../img_all/ya_r_w.png) no-repeat 0px 1px;
}

/* ==============================

■5：ナビゲーション

============================== */

#navi {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 591px;
}

#navi ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	/* これ↓が重要 */
	font-size: 0px;
	float: left;
}

#navi ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#navi ul li a {
	padding: 0px;
	margin: 0px;
	background: url(../preview/css/none);
	float: left;
	display: block;
}

#navi ul li a img {
	padding: 0px;
	margin: 0px;
}

#navi ul li#navi01 a:hover {
	background: url(../img_navi/navi01_o.png) no-repeat 0px 0px;
}

#navi ul li#navi02 a:hover {
	background: url(../img_navi/navi02_o.png) no-repeat 0px 0px;
}

#navi ul li#navi03 a:hover {
	background: url(../img_navi/navi03_o.png) no-repeat 0px 0px;
}

#navi ul li#navi04 a:hover {
	background: url(../img_navi/navi04_o.png) no-repeat 0px 0px;
}

#navi ul li#navi05 a:hover {
	background: url(../img_navi/navi05_o.png) no-repeat 0px 0px;
}

#navi_top ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	list-style: none;
	/* これ↓が重要 */
	font-size: 0px;
	float: left;
}

#navi_top ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#navi_top ul li a {
	padding: 0px;
	margin: 0px;
	background: url(../preview/css/none);
	float: left;
	display: block;
}

#navi_top ul li a img {
	padding: 0px;
	margin: 0px;
}

#navi_top ul li#navi01 a:hover {
	background: url(../img_top/navi01_o.png) no-repeat 0px 0px;
}

#navi_top ul li#navi02 a:hover {
	background: url(../img_top/navi02_o.png) no-repeat 0px 0px;
}

#navi_top ul li#navi03 a:hover {
	background: url(../img_top/navi03_o.png) no-repeat 0px 0px;
}

#navi_top ul li#navi04 a:hover {
	background: url(../img_top/navi04_o.png) no-repeat 0px 0px;
}

#navi_top ul li#navi05 a:hover {
	background: url(../img_top/navi05_o.png) no-repeat 0px 0px;
}


/* ==============================

■6：メインコンテンツ

============================== */

.contents {
	margin: 0px;
	padding: 20px 10px 0px;
	clear: both;
	width: 90%;
}

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

floatをクリアするハック（IE用）

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

.contents {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html .contents {
	height: 1%;
}

.contents {
	display: block;
}

/* End hides from IE-mac */

.contents img.fig {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 0px;
}

.dan2-l {
	margin: 0px 30px 0px 0px;
	padding: 0px;
}

.dan2-r {
	margin: 0px;
	padding: 0px 0px 20px;
}

.dan2-l, .dan2-r {
	float: left;
}

.dan2-50-l {
	margin: 0px 30px 0px 0px;
	padding: 0px;
	width: 47%;
}

.dan2-50-r {
	margin: 0px;
	padding: 0px;
	width: 47%;
}

.dan2-50-l, .dan2-50-r {
	float: left;
}

.dan3-l {
	margin: 0px 30px 0px 0px;
	padding: 0px;
	width: 190px;
}

.dan3-c {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 200px;
}

.dan3-r {
	margin: 0px;
	padding: 0px 0px 20px;
	width: 200px;
}

.dan3-l, .dan3-c, .dan3-r {
	float: left;
}

.newsarea {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 504px;
}

.newsarea .top {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/newsarea_t.png) no-repeat;
	height: 23px;
}

.newsarea .middle {
	margin: 0px;
	padding: 0px 29px;
	background: url(../img_all/newsarea_m.png) repeat;
	width: 446px;
}

.newsarea .bottom {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/newsarea_b.png) no-repeat;
	height: 23px;
}

.newsarea .middle img {
	margin: 0px 0px 5px;
	padding: 0px;
}

.centerarea {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 504px;
}

.centerarea .top {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/center_column_t.png) no-repeat;
	height: 23px;
}

.centerarea .middle {
	margin: 0px;
	padding: 0px 29px;
	background: url(../img_all/center_column_m.png) repeat;
	width: 446px;
}

.centerarea .bottom {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/center_column_b.png) no-repeat;
	height: 23px;
}

.mainsubarea {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 732px;
	clear: both;
}

.mainsubarea .top {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/mainarea_t.png) no-repeat;
	height: 23px;
}

.mainsubarea .middle {
	margin: 0px;
	padding: 0px 28px;
	background: url(../img_all/mainarea_m.png) repeat;
	width: 676px;
}

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

floatをクリアするハック（新しいブラウザ用）

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

.mainsubarea .middle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mainsubarea .bottom {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/mainarea_b.png) no-repeat;
	height: 23px;
	clear: both;
}

.mainsubarea .middle img {
	margin: 0px 0px 5px;
	padding: 0px;
}

ul.news {
	font-size: 90%;
	line-height: 150%;
	color: #000;
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

ul.news li {
	background: url(../img_all/pochi01.gif) no-repeat 0px 7px;
	padding: 3px 0px 10px 24px;
	list-style: none outside;
}

ul.news li span {
	color: #FF6600;
	padding-left: 10px;
}

ul.info {
	font-size: 90%;
	line-height: 150%;
	color: #000;
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

ul.info li {
	background: url(../img_all/pochi02.gif) no-repeat 0px 7px;
	padding: 3px 0px 10px 24px;
	margin: 0px;
	list-style: none outside;
	position: static;
}

ul.info li span {
	color: #FF6600;
	padding-left: 10px;
}

ul.info2 {
	font-size: 85%;
	line-height: 140%;
	color: #000;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left;
}

ul.info2 li {
	background: url(../img_all/pochi06.gif) no-repeat 0px 7px;
	padding: 3px 0px 5px 18px;
	margin: 0px;
	list-style: none outside;
	position: static;
}

ul.info2 li span {
	color: #FF6600;
	padding-left: 10px;
}

ul.info3 {
	font-size: 90%;
	line-height: 140%;
	color: #000;
	margin: 0px 0px 10px 20px;
	padding: 0px;
	text-align: left;
}

ul.info3 li {
	background: url(../img_all/pochi_s_b.gif) no-repeat 0px 9px;
	padding: 3px 0px 5px 12px;
	margin: 0px;
	list-style: none outside;
	position: static;
}

ul.info3 li span {
	color: #FF6600;
	padding-left: 10px;
}

ul.info9 {
	font-size: 90%;
	line-height: 150%;
	color: #000;
	margin: 20px 0px 0px;
	padding: 0px;
	text-align: left;
}

ul.info9 li {
	background: url(../img_all/pochi_q.gif) no-repeat 0px 5px;
	padding: 3px 0px 10px 38px;
	margin: 0px;
	list-style: none outside;
}

ul.info9 li.ans {
	background: url(../img_all/pochi_a.gif) no-repeat 0px 5px;
	padding: 3px 0px 10px 38px;
	margin: 0px 0px 10px;
	list-style: none outside;
	border-bottom: 1px dotted #CCC;
}

ul.info9 li span {
	color: #FF6600;
	padding-left: 10px;
}

ul.info9s {
	font-size: 80%;
	line-height: 140%;
	color: #000;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	text-align: left;
}

ul.info9s li {
	background: url(../img_all/pochi_qs.gif) no-repeat 0px 5px;
	padding: 3px 0px 5px 18px;
	margin: 0px;
	list-style: none outside;
	position: static;
}

ul.info9s li span {
	color: #FF6600;
	padding-left: 10px;
}

ul.link1 {
	font-size: 90%;
	line-height: 140%;
	color: #000;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

ul.link1 li {
	background: url(../img_all/ya1-r.gif) no-repeat 0px 3px;
	padding: 3px 0px 10px 26px;
	margin: 0px;
	list-style: none outside;
}

dl.info2 {
	font-size: 90%;
	line-height: 140%;
	margin: 0px 0px 10px;
	padding: 10px 0px 0px;
}

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

floatをクリアするハック（IE用）

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

dl.info {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html dl.info {
	height: 1%;
}

dl.info {
	display: block;
}

/* End hides from IE-mac */


dl.info dt {
	font-weight: bold;
	color: #666666;
	background: url(../img_all/pochi01.gif) no-repeat right center;
	text-align: right;
	display: block;
	white-space: nowrap;
	width: 10em;
	float: left;
	margin-bottom: 7px;
	padding-right: 20px;
	padding-bottom: 2px;
}

dl.info dd {
	color: #333333;
	padding-left: 9em;
	margin-bottom: 7px;
	padding-bottom: 2px;
}

dl.info dd img {
	margin: 0px;
}

dl.info1 {
	font-size: 90%;
	line-height: 140%;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px;
}

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

floatをクリアするハック（IE用）

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

dl.info1 {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html dl.info1 {
	height: 1%;
}

dl.info1 {
	display: block;
}

/* End hides from IE-mac */


dl.info1 dt {
	font-weight: bold;
	color: #666666;
	background: url(../img_all/pochi02dt.gif) no-repeat right top;
	text-align: right;
	display: block;
	white-space: nowrap;
	width: 10em;
	float: left;
	padding-right: 20px;
	padding-bottom: 0px;
}

dl.info1 dd {
	color: #333333;
	padding-left: 9.5em;
	padding-bottom: 0px;
}

dl.info1 dd img {
	margin: 0px;
}

dl.info2 {
	font-size: 100%;
	line-height: 150%;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px;
}

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

floatをクリアするハック（IE用）

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

dl.info2 {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html dl.info2 {
	height: 1%;
}

dl.info2 {
	display: block;
}

/* End hides from IE-mac */


dl.info2 dt {
	font-weight: bold;
	color: #333333;
	background: url(../img_all/pochi05dt.gif) no-repeat right top;
	display: block;
	width: 10em;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: right;
}

dl.info2 dd {
	color: #333333;
	padding-left: 9.5em;
	padding-bottom: 10px;
}

dl.info2 dd img {
	margin: 0px;
}

dl.info3 {
	font-size: 90%;
	line-height: 180%;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px;
}

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

floatをクリアするハック（IE用）

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

dl.info3 {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html dl.info3 {
	height: 1%;
}

dl.info3 {
	display: block;
}

/* End hides from IE-mac */


dl.info3 dt {
	font-weight: bold;
	color: #333333;
	background: url(../img_all/pochi05dt.gif) no-repeat right top;
	display: block;
	white-space: nowrap;
	width: 4em;
	float: left;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: right;
	margin-bottom: 10px;
}

dl.info3 dd {
	color: #333333;
	padding-left: 3.5em;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

dl.info3 dd img {
	margin: 0px;
}

dl.info9 {
	font-size: 90%;
	line-height: 180%;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px;
}

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

floatをクリアするハック（IE用）

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

dl.info9 {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html dl.info9 {
	height: 1%;
}

dl.info9 {
	display: block;
}

/* End hides from IE-mac */


dl.info9 dt {
	font-weight: bold;
	color: #333333;
	background: url(../img_all/pochi04.gif) no-repeat right center;
	display: block;
	white-space: nowrap;
	width: 4em;
	float: left;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: right;
	margin-bottom: 10px;
}

dl.info9 dd {
	color: #333333;
	padding-left: 3.5em;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

dl.info9 dd img {
	margin: 0px;
}

.waku1 {
	margin: 10px 0px;
	padding: 15px;
	border: 3px double #CCC;
}

/* ==============================

■7：サイドバー

============================== */
.side_column {
	display: none;
}

.side_column .top {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/side_column_t.png) no-repeat;
	height: 23px;
}

.side_column .middle {
	margin: 0px;
	padding: 0px 23px;
	background: url(../img_all/side_column_m.png) repeat;
	width: 170px;
}

.side_column .bottom {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/side_column_b.png) no-repeat;
	height: 23px;
}

.side_column .middle img {
	margin: 0px 0px 5px;
	padding: 0px;
}

.side_column .middle .gallery {
	margin: 10px 0px 0px;
	padding: 0px 0px 20px;
}
.side_column .middle .gallery img {
	margin: 0px;
	padding: 20px 0px 10px;
}

dl.info3s {
	font-size: 83%;
	line-height: 120%;
	margin: 0px;
	padding: 0px 0px 1px;
}

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

floatをクリアするハック（IE用）

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

dl.info3s {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html dl.info3s {
	height: 1%;
}

dl.info3s {
	display: block;
}

/* End hides from IE-mac */


dl.info3s dt {
	font-weight: bold;
	color: #333333;
	background: url(../img_all/pochi05.png) no-repeat right center;
	display: block;
	white-space: nowrap;
	width: 4em;
	float: left;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: right;
	margin-bottom: 10px;
}

dl.info3s dd {
	color: #333333;
	padding-left: 3.5em;
	padding-bottom: 0px;
	margin-bottom: 10px;
	text-align: left;
}

dl.info3s dd img {
	margin: 0px;
}

.w430 {
	width: 425px;
}

.w400 {
	width: 400px;
}

.w390 {
	width: 390px;
}

.w190 {
	width: 190px;
}


/* ==============================

■8：フッタ

============================== */

.ad {
	margin: 0px 0px 0px;
	padding: 20px 0px 0px;
	clear: both;
}

.ad img {
	margin: 0px 14px 14px;
	padding: 0px;
	vertical-align: bottom;
}

.line-1st {
	display: none;
}

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

floatをクリアするハック（新しいブラウザ用）

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

.line-1st:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer {
	width: 962px;
	padding: 0px;
	margin: 0px 5px;
	clear: both;
}

#footer .top {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/footerarea_t.png) no-repeat;
	height: 23px;
}

#footer .middle {
	margin: 0px;
	padding: 0px 23px;
	background: url(../img_all/footerarea_m.png) repeat;
}

#footer .bottom {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/footerarea_b.png) no-repeat;
	height: 23px;
}

#footer dl {
	font-size: 70%;
	line-height: 180%;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left;
}

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

floatをクリアするハック（IE用）

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

#footer dl {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html #footer dl {
	height: 1%;
}

#footer dl {
	display: block;
}

/* End hides from IE-mac */


#footer dl dt {
	font-weight: bold;
	color: #666666;
	background: url(../img_all/pochi04.gif) no-repeat right center;
	text-align: right;
	display: block;
	white-space: nowrap;
	width: 10em;
	float: left;
	padding-right: 20px;
	padding-bottom: 2px;
}

#footer dl dd {
	color: #333333;
	padding-left: 9em;
	padding-bottom: 2px;
}

dl dd img {
	margin: 0px;
}

/* ==============================

■9：テキスト関係

============================== */

.small {
	font-size: 80%;
	font-weight: normal;
}

.small-c {
	font-size: 70%;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
}

.small-r {
	font-size: 70%;
	font-weight: normal;
	float: right;
}

.large {
	font-size: 120%;
	font-weight: bold;
}

.gray {
	color: #999999;
}

.red {
	color: #FF0000;
}

.orange {
	color: #FF9900;
}

.green {
	color: #00CC00;
}

/* ==============================

■10：予約システム関係

============================== */

#reserve p {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
	margin: 0px 0px 10px;
}

#reserve h3 {
	margin: 0px;
	padding: 9px 46px 3px 15px;
	width: 769px;
	background: url(../img_all/bg_h3_gl.jpg) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	height: 22px;
	clear: both;
}

#reserve h4 {
	margin: 10px 0px 10px;
	padding: 5px 0px 3px;
	border-bottom: 2px dotted #090;
	font-size: 160%;
	font-weight: normal;
	color: #0C0;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
}

#reserve h4 span {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	font-size: 60%;
	font-weight: bold;
	color: #000;
}

#reserve h5 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 160%;
	border-bottom: 5px solid #EEE;
	font-weight: normal;
	line-height: 120%;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	background: url(../preview/css/none);
}

#reserve h6 {
	margin: 10px 0px 15px;
	padding: 5px 10px 5px;
	font-size: 90%;
	border-bottom: 1px solid #CCC;
	line-height: 120%;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	background: url(../preview/css/none);
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.one_column {
	width: 962px;
	padding: 0px;
	margin: 0px 5px;
	clear: both;
}

.one_column .top {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/footerarea_t.png) no-repeat;
	height: 23px;
}

.one_column .middle {
	margin: 0px;
	padding: 0px 81px;
	background: url(../img_all/footerarea_m.png) repeat-y;
	width: 800px;
	text-align: left;
}

.one_column .bottom {
	margin: 0px;
	padding: 0px;
	background: url(../img_all/footerarea_b.png) no-repeat;
	height: 23px;
}

ul.month {
	font-size: 90%;
	line-height: 150%;
	color: #000;
	margin: 0px 0px 10px;
	padding: 0px;
	text-align: left;
}

ul.month li.prev {
	background: url(../img_all/ya1-l.gif) no-repeat 0px 0px;
	padding: 3px 0px 10px 28px;
	list-style: none outside;
	display: inline;
}

ul.month li.next {
	background: url(../img_all/ya1-r.gif) no-repeat right top;
	padding: 3px 28px 10px 0px;
	list-style: none outside;
	display: inline;
	margin-left: 30px;
}

.photo-l {
	margin: 0px 0px 20px;
	padding: 0px 40px 0px 0px;
	float: left;
	height: 180px;
	width: 240px;	
}

.photo-r {
	margin: 0px 0px 20px;
	padding: 10px 0px 0px 40px;
	float: right;
	height: 180px;
	width: 240px;	
}

.spec {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 500px;
	float: left;
}

.recalc {
	background: #FFC;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0px 0px 20px;
}

.recalc span {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	float: left;
	display: block;
}

.recalc dl.info2 {
	font-size: 90%;
	line-height: 180%;
	margin: 0px 0px 0px;
	padding: 0px;
	background: #FFF;
	display: block;
	width: 430px;
	float: left;
	border: 1px solid #CCC;
}

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

floatをクリアするハック（IE用）

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

.recalc dl.info2 {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html .recalc dl.info2 {
	height: 1%;
}

.recalc dl.info2 {
	display: block;
}

/* End hides from IE-mac */


.recalc dl.info2 dt {
	font-weight: bold;
	color: #333333;
	background: url(../img_all/pochi05.png) no-repeat right center;
	display: block;
	white-space: nowrap;
	width: 6em;
	float: left;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: right;
}

.recalc dl.info2 dd {
	color: #333333;
	padding-left: 5.5em;
	padding-bottom: 0px;
}

.recalc dl.info2 dd img {
	margin: 0px;
}

.hanrei {
	font-size: 80%;
	color: #333;	
}

.hanrei img {
	margin: 0px;
	padding: 0px 5px 3px 0px;
}


/* ========== 目次 ==========


最終更新日：2010年7月12日


1：緑の表組み
4/19 colgroup.color2 サブヘッダーの右寄せタイプ
4/18 ol を定義

2：青の表組み
4/19 colgroup.color2 サブヘッダーの右寄せタイプ
4/18 ol を定義

3：災害時用伝言版の表組み


============================== */




/* ==============================

■1：緑の表組み

============================== */


table.green1 {
	font-size: 85%;
	line-height: 150%;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 10px;
	border: 1px solid #CCCCCC;
}

table.green1 caption {
	font-size: 90%;
	color: #333333;
	text-align: right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
}

table.green1 colgroup.color {
	background-color: #EEFFEE;
	white-space: nowrap;
}

table.green1 colgroup.color2 {
	background-color: #EEFFEE;
	white-space: nowrap;
	text-align: right;
}

table.green1 colgroup.price {
	white-space: nowrap;
	text-align: right;
}

table.green1 colgroup.nowrap {
	white-space: nowrap;
}

table.green1 tr th {
	color: #000000;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 8px;
	margin: 0px;
	border-bottom: 5px solid #99FF99;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: none;
	background: #CCFFCC;
}

table.green1 tr td {
	vertical-align: top;
	padding: 2px 10px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #99FFCC;
	border-bottom: 5px solid #CCFFCC;
	border-left: 1px solid #FFFFFF;
}

table.green1 tr td span {
}

table.green1 tr td ul {
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

table.green1 tr td ul li {
	background: url(../img_all/pochi_s_g.gif) no-repeat 0px 10px;
	padding: 3px 0px 5px 12px;
	margin: 0px;
	list-style: none outside;
	position: static;
}

table.green1 tr td ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

table.green1 tr td ol li {
	padding: 3px 0px 5px 0px;
	margin: 0px;
}

table.green2 {
	font-size: 85%;
	line-height: 150%;
	color: #333333;
	padding: 0px;
	margin: 0px auto 10px;
	border: 1px solid #CCCCCC;
}

table.green2 caption {
	font-size: 90%;
	color: #333333;
	text-align: right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
}

table.green2 colgroup.color {
	background-color: #EEFFEE;
	white-space: nowrap;
}

table.green2 colgroup.color2 {
	background-color: #EEFFEE;
	white-space: nowrap;
	text-align: right;
}

table.green2 colgroup.price {
	white-space: nowrap;
	text-align: right;
}

table.green2 tr th {
	color: #000000;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 8px;
	margin: 0px;
	border-bottom: 5px solid #99FF99;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: none;
	background: #CCFFCC;
}

table.green2 tr td {
	vertical-align: top;
	padding: 2px 10px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #99FFCC;
	border-bottom: 5px solid #CCFFCC;
	border-left: 1px solid #FFFFFF;
}

table.green2 tr td ul {
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

table.green2 tr td ul li {
	background: url(../img_all/pochi_s_g.gif) no-repeat 0px 10px;
	padding: 3px 0px 5px 12px;
	margin: 0px;
	list-style: none outside;
	position: static;
}

table.green2 tr td ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

table.green2 tr td ol li {
	padding: 3px 0px 5px 0px;
	margin: 0px;
}

table.green2 tbody {
	background-color: #FFFFFF;
}


/* ==============================

■2：青の表組み

============================== */

table.blue1 {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 10px;
	border: 1px solid #CCCCCC;
}

table.blue1 caption {
	font-size: 90%;
	color: #333333;
	text-align: right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
}

table.blue1 colgroup.color {
	background-color: #EEFFFF;
	white-space: nowrap;
}

table.blue1 colgroup.color2 {
	background-color: #EEFFFF;
	white-space: nowrap;
	text-align: right;
}

table.blue1 colgroup.price {
	white-space: nowrap;
	text-align: right;
}

table.blue1 tr th {
	color: #000000;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 8px;
	margin: 0px;
	border-bottom: 5px solid #CCCCFF;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: none;
	background: #DDEEFF;
}

table.blue1 tr td {
	vertical-align: top;
	padding: 2px 10px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCDDFF;
	border-bottom: 5px solid #DDEEFF;
	border-left: 1px solid #FFFFFF;
}

table.blue1 tr td ul {
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

table.blue1 tr td ul li {
	background: url(../img_all/pochi_s_b.gif) no-repeat 0px 10px;
	padding: 3px 0px 5px 12px;
	margin: 0px;
	list-style: none outside;
	position: static;
}

table.blue1 tr td ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

table.blue1 tr td ol li {
	padding: 3px 0px 5px 0px;
	margin: 0px;
}

table.blue2 {
	font-size: 85%;
	line-height: 150%;
	color: #333333;
	padding: 0px;
	margin: 0px auto 10px;
	border: 1px solid #CCCCCC;
}

table.blue2 caption {
	font-size: 90%;
	color: #333333;
	text-align: right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
}

table.blue2 colgroup.color {
	background-color: #EEFFEE;
	white-space: nowrap;
}

table.blue2 colgroup.color2 {
	background-color: #EEFFEE;
	white-space: nowrap;
	text-align: right;
}

table.blue2 colgroup.price {
	white-space: nowrap;
	text-align: right;
}

table.blue2 tr th {
	color: #000000;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 8px;
	margin: 0px;
	border-bottom: 5px solid #CCCCFF;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: none;
	background: #DDEEFF;
}

table.blue2 tr td {
	vertical-align: top;
	padding: 2px 10px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCDDFF;
	border-bottom: 5px solid #DDEEFF;
	border-left: 1px solid #FFFFFF;
}

table.blue2 tr td ul {
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

table.blue2 tr td ul li {
	background: url(../img_all/pochi_s_b.gif) no-repeat 0px 10px;
	padding: 3px 0px 5px 12px;
	margin: 0px;
	list-style: none outside;
	position: static;
}

table.blue2 tr td ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

table.blue2 tr td ol li {
	padding: 3px 0px 5px 0px;
	margin: 0px;
}

table.blue2 tbody {
	background-color: #FFFFFF;
}


/* ==============================

■3：災害時用伝言版の表組み

============================== */

table.saigai {
	font-size: 80%;
	line-height: 120%;
	color: #333333;
	padding: 0px;
	margin: 20px auto;
	width: 170px;
	border: 1px solid #CCC;
}

table.saigai caption {
	font-size: 90%;
	color: #333333;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	text-align: right;
}

table.saigai colgroup.color {
	background-color: #DDEEFF;
	white-space: nowrap;
}

table.saigai colgroup.nowrap {
	white-space: nowrap;
	text-align: right;
}

table.saigai tr th {
	color: #FFF;
	font-weight: normal;
	padding: 2px;
	margin: 0px;
	background: #F00;
}

table.saigai tr td {
	vertical-align: top;
	padding: 2px 10px;
	margin: 0px;
}

table.saigai tbody {
	background-color: #FFFFFF;
}


/* ==============================

■4：町長への手紙の表組み

============================== */


table.letter {
	font-size: 85%;
	line-height: 150%;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 10px;
	border: 1px solid #CCCCCC;
}

table.letter caption {
	font-size: 90%;
	color: #333333;
	text-align: right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
}

table.letter colgroup.color {
	background-color: #EEFFEE;
	white-space: nowrap;
}

table.letter colgroup.color2 {
	background-color: #EEFFEE;
	white-space: nowrap;
	text-align: right;
}

table.letter colgroup.price {
	white-space: nowrap;
	text-align: right;
}

table.letter tr th {
	color: #000000;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 8px;
	margin: 0px;
	border-bottom: 5px solid #99FF99;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: none;
	background: #CCFFCC;
}

table.letter tr td {
	vertical-align: top;
	padding: 2px 10px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #99FFCC;
	border-bottom: 5px solid #CCFFCC;
	border-left: 1px solid #FFFFFF;
}

table.letter tr td span {
}

table.green1 tr td ul {
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

table.letter tr td ul li {
	background: url(../img_all/pochi_s_g.gif) no-repeat 0px 10px;
	padding: 3px 0px 5px 12px;
	margin: 0px;
	list-style: none outside;
	position: static;
}

table.letter tr td ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

table.letter tr td ol li {
	padding: 3px 0px 5px 0px;
	margin: 0px;
}

/* ==============================

■2：予約システム用

============================== */

#reserve table {
	font-size: 90%;
	line-height: 200%;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 10px;
	border: 1px solid #CCCCCC;
}

#reserve table caption {
	font-size: 90%;
	color: #333333;
	text-align: right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
}

#reserve table colgroup.color {
	background-color: #EEFFFF;
	white-space: nowrap;
}

#reserve table colgroup.color2 {
	background-color: #EEFFFF;
	white-space: nowrap;
	text-align: right;
}

#reserve table colgroup.price {
	white-space: nowrap;
	text-align: right;
}

#reserve table tr th {
	color: #000000;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 8px;
	margin: 0px;
	border-bottom: 5px solid #CCCCFF;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: none;
	background: #DDEEFF;
}

#reserve table tr th img {
	padding: 7px 5px 0px 0px;
	margin: 0px;
	vertical-align: top;
}

#reserve table tr td {
	vertical-align: top;
	padding: 2px 10px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCDDFF;
	border-bottom: 5px solid #DDEEFF;
	border-left: 1px solid #FFFFFF;
}

#reserve table tr td ul {
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

#reserve table tr td ul li {
	background: url(../preview/img_all/pochi_s_p.gif) no-repeat 0px 10px;
	padding: 3px 0px 5px 12px;
	margin: 0px;
	list-style: none outside;
	position: static;
}

#reserve table tr td ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

#reserve table tr td ol li {
	padding: 3px 0px 5px 0px;
	margin: 0px;
}

/* ==============================

■3：カレンダー用

============================== */

#reserve .calendar table {
	color: #333333;
	padding: 0px;
	margin: 0px 0px 10px;
	border: 1px solid #CCCCCC;
	font: bold 100%/120% Arial, Helvetica, sans-serif;
	width: 780px;
}

#reserve .calendar table colgroup.sat {
	background-color: #EEFFFF;
}

#reserve .calendar table tr th {
	color: #000000;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	padding: 5px 8px 2px;
	margin: 0px;
	border-bottom: 5px solid #CCCCFF;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: none;
	background: #DDEEFF;
}

#reserve .calendar table tr td {
	vertical-align: top;
	padding: 2px 10px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCDDFF;
	border-bottom: 5px solid #DDEEFF;
	border-left: 1px solid #FFFFFF;
	font-size: 140%;
	width: 89px;
}

#reserve .calendar table tr td img {
	float: right;
	padding: 0px;
	margin: -3px -8px 0px 0px;
}


#reserve .calendar table tr td span {
	font-weight: normal;
	font-size: 60%;
	padding-left: 10px;
	padding-bottom: 24px;
	color: #000;
	width: 40px;
}

#reserve .calendar table tr td span img {
	margin: 0px;
	padding: 0px;
}

#reserve .calendar table tr td div {
	font-size: 60%;
	text-align: center;
}

#reserve .calendar table tr td.sun_holi {
	background: #FFEEDD;
}

#reserve .calendar table tr td:hover {
	background: #FFEE00;
}
