@charset "UTF-8";


/*******************************************************************************
#1	基本タグCSS
*******************************************************************************/
/*==========================================================
#2	初期化
==========================================================*/
*
{
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: baseline;
}




/*==========================================================
#2	HTML
==========================================================*/
html
{
  height: 100%;
}




/*==========================================================
#2	本文
==========================================================*/
body
{
  height: 100%;
  color: #333;
  background: #fff url(../images/body_bg.gif);
  font-family: 'ＭＳ Ｐゴシック', 'Osaka', 'ヒラギノ角ゴ Pro W3', sans-serif;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}




/*==========================================================
#2	表
==========================================================*/
table
{
  border-collapse: collapse;
}
caption
{
  text-align: left;
}




/*==========================================================
#2	見出し
==========================================================*/
h1
{
  font-size: 18px;
}
h2
{
  font-size: 17px;
}
h3
{
  font-size: 16px;
}
h4
{
  font-size: 15px;
}
h5
{
  font-size: 14px;
}
h6
{
  font-size: 13px;
}




/*==========================================================
#2	画像
==========================================================*/
img
{
  border: none;
  vertical-align: bottom;
}




/*==========================================================
#2	フォーム
==========================================================*/
fieldset
{
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}
legend
{
  padding-left: 2px;
  padding-right: 2px;
}
input
{
  padding-left: 2px;
  padding-right: 2px;
}
option
{
  padding-left: 2px;
  padding-right: 5px;
}




/*==========================================================
#2	その他
==========================================================*/
/*--------------------------------------
#3	区切り
--------------------------------------*/
hr
{
  height: 1px; /* IE用 */
  border: none 0; /* Mozilla用 */
  border-bottom: solid 1px #666;
}




/*******************************************************************************
#1	基本コンテナCSS
*******************************************************************************/
/*==========================================================
#2	コンテナ
==========================================================*/
#container-base
{
  width: 817px;
  min-height: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #fff url(../images/base_bg.gif) repeat-y;

  /* WinIE対策 */
  height: auto !important;
  height: 100%;
}

/* 内部 */
#container-base-inner
{
  width: 815px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}




/*******************************************************************************
#1	ヘッダコンテナCSS
*******************************************************************************/
/*==========================================================
#2	コンテナ
==========================================================*/
#container-header
{
  min-height: 82px;
  background: #f7b249 url(../images/header_bg.gif) repeat-x top;

  /* WinIE対策 */
  height: auto !important;
  height: 82px;
}




/*==========================================================
#2	タイトル
==========================================================*/
#container-header .header-title
{
  float: left;
  margin: 0;
  padding: 20px 0 0 15px;
}




/*==========================================================
#2	ヘッダメニュー
==========================================================*/
#container-header .header-menu
{
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 55px 15px 0 0;
}

#container-header .header-menu li
{
  display: inline;
  margin: 0 0 0 15px;
  padding: 0 0 0 12px;
  background: url(../images/header_menu_bg.gif) no-repeat left 50%;
}

#container-header .header-menu a:link
{
  color: #000;
}
#container-header .header-menu a:visited
{
  color: #666;
}
#container-header .header-menu a:hover,
#container-header .header-menu a:active
{
  color: #000;
  text-decoration: underline;
}





/*******************************************************************************
#1	ヘッダナビゲーションコンテナCSS
*******************************************************************************/
/*==========================================================
#2	コンテナ
==========================================================*/
#container-headernavi
{
  min-height: 41px;
  background: url(../images/headernavi_bg.gif) repeat-x top;

  /* WinIE対策 */
  height: auto !important;
  height: 41px;
}




/*==========================================================
#2	ナビ
==========================================================*/
#container-headernavi .headernavi-navi
{
  float: left;
  margin-top: 10px;
  list-style-type: none;
}
#container-headernavi .headernavi-navi li
{
  display: inline;
  margin: 0 0 0 15px;
  padding: 0;
}

/* リンク */
#container-headernavi .headernavi-navi a:link
{
  color: #715E5B;
}
#container-headernavi .headernavi-navi a:visited
{
  color: #715E5B;
}
#container-headernavi .headernavi-navi a:hover,
#container-headernavi .headernavi-navi a:active
{
  color: #715E5B;
  text-decoration: underline;
}




/*==========================================================
#2	検索
==========================================================*/
#container-headernavi .headernavi-search
{
  float: right;
  margin-top: 10px;
}

#container-headernavi .headernavi-search td
{
  vertical-align: middle;
}

#container-headernavi .headernavi-search input.headernavi-search-txt
{
  width: 150px;
}




/*******************************************************************************
#1	トップイメージコンテナCSS
*******************************************************************************/
/*==========================================================
#2	コンテナ
==========================================================*/
#container-topimage
{
}




/*******************************************************************************
#1	メインコンテナCSS
*******************************************************************************/
/*==========================================================
#2	コンテナ
==========================================================*/
#container-main
{
  width: 570px;
  float: right;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}


/* 内部 */
#container-main-inner
{
  width: 522px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}




/*==========================================================
#2	基本
==========================================================*/
/*--------------------------------------
#3	リンク
--------------------------------------*/
#container-main a:link
{
  color: #8B7A76;
}
#container-main a:visited
{
  color: #bBaAa6;
}
#container-main a:hover,
#container-main a:active
{
  color: #8B7A76;
  text-decoration: underline;
}


/*--------------------------------------
#3	見出し
--------------------------------------*/
#container-main h1
{
  margin-bottom: 1em;
}
#container-main h2
{
  margin-bottom: 1em;
  color: #fff;
  background: #ADA19D;
  font-weight: bold;
  padding: 3px;
}
#container-main h2.h2-img
{
  background: none;
  padding: 0;
}
#container-main h3
{
  margin-bottom: 1em;
/* 09.10.22追記ここから */
	border-bottom: solid 2px #f63;
	font-weight: bold;
/* 09.10.22追記ここまで */
}
#container-main h4
{
	margin-bottom: 1em;

/* 09.10.22追記ここから */
	font-weight: bold;
	color: #930;
	border-bottom: solid 1px #ccc;
/* 09.10.22追記ここまで */
}
#container-main h5
{
  margin-bottom: 1em;
}
#container-main h6
{
  margin-bottom: 1em;
}


/*--------------------------------------
#3	テキスト
--------------------------------------*/
/* 段落 */
#container-main p
{
  margin-bottom: 1em;
}

/* 整形済みテキスト */
#container-main pre
{
  margin-bottom: 1em;
}

/* 連絡先 */
#container-main address
{
  margin-bottom: 1em;
}

/* 引用文 */
#container-main blockquote
{
  margin: 0 0 1em 1em;
}

/* 強調 */
#container-main strong
{
  font-weight: bold;
}


/*--------------------------------------
#3	表
--------------------------------------*/
#container-main table
{
  margin-bottom: 1em;
  padding: 0;
}
#container-main th
{
  text-align: left;
  vertical-align: top;
  padding: 2px;
  white-space: nowrap;
}
#container-main td
{
  text-align: left;
  vertical-align: top;
  padding: 2px;
}

/* 09.10.22追記ここから */
#container-main table.tbl-border
{
	width: 200px;
}
#container-main table.tbl-border th
{
	border: solid 1px #ccc;
}
#container-main table.tbl-border td
{
	border: solid 1px #ccc;
}

#container-main table.tbl-pic
{
	width: 100%;
}
#container-main table.tbl-pic td
{
	text-align: center;
}
/* 09.10.22追記ここまで */

/*--------------------------------------
#3	リスト
--------------------------------------*/
#container-main ul
{
  margin: 0 0 1em 2em;
  padding: 0;
}
#container-main ol
{
  margin: 0 0 1em 2em;
  padding: 0;
}
#container-main li
{
  margin: 0;
  padding: 0;
}

#container-main dl
{
  margin-bottom: 1em;
  padding: 0;
}
#container-main dt
{
  margin: 0;
  padding: 0;
}
#container-main dd
{
  margin: 0 0 0 2em;
  padding: 0;
}





/*==========================================================
#2	共通クラス
==========================================================*/
/* 節 */
#container-main .box-section
{
  margin-bottom: 3em;
}

/* トピックパス */
#container-main .topicpath
{
  color: #ED6D00;
}




/*==========================================================
#2	相談しよう
==========================================================*/
#container-main .box-sodan
{
  width: 250px;
  float: left;
}




/*==========================================================
#2	利用しよう
==========================================================*/
#container-main .box-riyo
{
  width: 250px;
  float: right;
}




/*==========================================================
#2	参加しよう
==========================================================*/
#container-main .box-sanka
{
}

/* 表 */
#container-main .box-sanka table
{
  width: 100%;
}
#container-main .box-sanka th
{
  text-align: center;
  border: solid 1px #DCDDDD;
}
#container-main .box-sanka td
{
  border: solid 1px #DCDDDD;
}
#container-main .box-sanka td.sanka-tbl-odd
{	/* 奇数行 */
  background: #FEECD2;
}


#container-main .event-tbl tr.sanka-tbl-odd
{	/* 奇数行 */
  background: #FEECD2;
  border: solid 1px #DCDDDD;
}

#container-main .event-tbl tr.sanka-tbl
{	/* 偶数行 */
  background: #fff;
  border: solid 1px #DCDDDD;
}

/*--------------------------------------
#3	切り替え
--------------------------------------*/
#container-main .box-sanka .sanka-change
{
  text-align: center;
}
#container-main .box-sanka .sanka-change img
{
  vertical-align: middle;
}

/*--------------------------------------
#3	インナーコンテナ
--------------------------------------*/
#container-main-inner .box-table
{
  #border: solid 1px #ccc;
  font-size: 11.5px
}
#container-main-inner .box-table td
{
  border: solid 1px #ccc;
  vertical-align: middle;
}


/*--------------------------------------
#3	サイトマップ
--------------------------------------*/
#container-main .box-sitemap ul
{
  margin: 0 0 0.5em 2em;
  padding: 0;
  line-height: 1em;
}
#container-main .box-sitemap li
{
  margin: 0.5em 0.5em 0.5em 2em;
  padding: 0;
  line-height: 1em;
}




/*******************************************************************************
#1	サイドコンテナCSS
*******************************************************************************/
/*==========================================================
#2	コンテナ
==========================================================*/
#container-side
{
  width: 244px;
  float: left;
  margin-top: 1em;
  margin-bottom: 1em;
}




/*==========================================================
#2	サイド基本
==========================================================*/
/*--------------------------------------
#3	リンク
--------------------------------------*/
#container-side a:link
{
  color: #000;
}
#container-side a:visited
{
  color: #666;
}
#container-side a:hover,
#container-side a:active
{
  color: #000;
  text-decoration: underline;
}




/*==========================================================
#2	施設予約状況
==========================================================*/
#container-side .side-box-reserve
{
  margin-bottom: 1em;
}

#container-side .side-box-reserve h2
{
  text-align: center;
}

#container-side .side-box-reserve ul
{
  list-style-type: none;
  margin-left: 38px;
  /* margin-left: 20px; */
}
#container-side .side-box-reserve li
{
  margin: 0;
  padding: 0;
}




/*==========================================================
#2	サイドメニュー
==========================================================*/
#container-side .side-box-menu
{
  margin-bottom: 1em;
}

#container-side .side-box-menu h2
{
  text-align: center;
}

#container-side .side-box-menu ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#container-side .side-box-menu li
{
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #fff;
}
#container-side .side-box-menu a
{
  display: block;
  margin: 0;
  padding: 5px 0 5px 30px;
  background: #E6E2E0 url(../images/side_menu_bg.gif) no-repeat 15px 50%;
}
#container-side .side-box-menu a.side-box-menu-orange
{	/* オレンジ背景 */
  display: block;
  margin: 0;
  padding: 5px 0 5px 30px;
  background: #facc88 url(../images/side_menu_bg_orange.gif) no-repeat 15px 50%;
}




/*==========================================================
#2	サイドバナー
==========================================================*/
#container-side .side-bnr
{
  margin: 0 0 1em 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#container-side .side-bnr li
{
  margin: 0 0 1em 0;
  padding: 0;
}




/*******************************************************************************
#1	フッタナビゲーションコンテナCSS
*******************************************************************************/
/*==========================================================
#2	コンテナ
==========================================================*/
#container-footernavi
{
  text-align: right;
}




/*==========================================================
#2	ナビゲーション
==========================================================*/
/* リスト */
#container-footernavi ul
{
  list-style-type: none;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: right;
}
#container-footernavi li
{
  display: inline;
  margin: 0;
  padding: 0 5px 0 5px;
  border-left: solid 1px #555;
}
#container-footernavi li.footernavi-end
{
  border-right: solid 1px #555;
}

/* リンク */
#container-footernavi a:link
{
  color: #000;
}
#container-footernavi a:visited
{
  color: #666;
}
#container-footernavi a:hover,
#container-footernavi a:active
{
  color: #000;
  text-decoration: underline;
}





/*******************************************************************************
#1	フッタコンテナCSS
*******************************************************************************/
/*==========================================================
#2	コンテナ
==========================================================*/
#container-footer
{
  background: #fff;
  border-top: solid 1px #dadada;
  padding-top: 5px;
}




/*==========================================================
#2	認証
==========================================================*/
#container-footer .footer-certify
{
  float: right;
  padding-right: 15px;
}




/*==========================================================
#2	管理者
==========================================================*/
#container-footer .footer-master
{
  margin-left: 15px;
  font-size: 90%;
  line-height: 150%;
  color: #595757;
}
#container-footer .footer-master strong
{
  font-weight: bold;
}




/*==========================================================
#2	コピーライト
==========================================================*/
#container-footer .footer-copyright
{
  color: #fff;
  background: #ADA19D;
  text-align: right;
  padding-right: 15px;
  font-size: 90%;
}




/*******************************************************************************
#1	基本クラスCSS
*******************************************************************************/
/*==========================================================
#2	位置
==========================================================*/
.pos-left
{
  text-align: left;
}
.pos-center
{
  text-align: center;
}
.pos-right
{
  text-align: right;
}




/*==========================================================
#2	フロート
==========================================================*/
.float-left
{
  float: left;
  margin-right: 10px;
}
.float-right
{
  float: right;
  margin-left: 10px;
}
.float-clear
{
  clear: both;

  /* IE7対策 */
  height: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  /* /IE7対策 */
}
.float-clear-after:after	/* IE6非対応 */
{
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}




/*==========================================================
#2	表示
==========================================================*/
.hide
{
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute; /* IE5対策 */
}



/*==========================================================
#	施設予約 表
==========================================================*/
#container-main .box-yoyaku
{
}

#container-main .box-yoyaku table
{
  width: 100%;
}

#container-main .box-yoyaku tr
{
  border: 1px solid #DCDDDD;
}

#container-main .box-yoyaku td
{
  border: 1px solid #DCDDDD;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px;
}

#container-main .box-yoyaku .item
{
  color: #000;
  background-color: #feecd2;
}

#container-main .box-yoyaku .hiduke
{
  color: #000;
  background-color: #efefef;
}

#container-main .box-yoyaku .red
{
  color: #f00;
}

#container-main .box-yoyaku .blue
{
  color: #00f;
}

