/* CSS Document */

html{height: 100%;}

/* --------------- BODY ----------------------*/
body {
  /* Firefox, Safari, Opera, MacIE5 */
  font:13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  /* WinIE6(Standard) */
  *font-size:small;
  /* WinIE6(Quirks), WinIE5.5 */
  *font:x-small;
  
  text-align:center;
  margin : 0;
  background:#FFF;
  color:#333;
  border-top: solid 5px #555;
  background-color:#fff;
}

/* デフォルト属性 */
img, a, h1, h2, h3, h4, h5, h6, form, blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

.clear br{
  margin: 0;
  padding: 0;
  border: 0;
}

p{
	margin-top:7px;
	margin-bottom:12px;
}

strong {font-weight: bold;}
hr {color:#deb068}

a:hover{color: #FF6699;}



a img{
opacity:1.0;
filter: alpha(opacity=100);
}
a:hover img{
opacity:0.5;
filter: alpha(opacity=50);
}



/* --------- 基本設定 ----------------- */

#container{
  background-color:#FFFFFF;
  width:800px;
  margin:0 auto;
}

#wrapper {
  width: 800px;
  height:400px;
  text-align: left;
  background:url(../img/top.gif);
  background-color:#FFFFFF;
  background-repeat:no-repeat;
}

/* 検索フォーム */
.searchFormBox {padding:8px;}
.searchForm {display:inline;}

/* ----- ヘッダー部分 ----- */
#header-l {
  margin : 0px;
  padding: 0px;
  width:800px;
  height : 200px;
  float:left;
}

 
#header-l a {
  margin-top : 0px;
  margin-bottom: 0px;
  text-indent: -1000px;
  width:800px;
  height:200px;
  overflow: hidden;
  background-image:url(../img/top.gif);
  background-repeat: no-repeat;
  display: block;
}

#header-l a:hover {
  background-image:url(../img/top.gif);
}

#header-r {
  margin : 0px;
  padding: 0px;
  padding-top:10px;
  width:545px;
  height:95px;
  float:right;
  text-align:right;
}



/* パンくずリスト */
#headerNavi {
  padding:10px;
  text-align: left;
  color:#333333;
  font-weight:bold;
  background-color:#fff;
 

}
#headerNavi a {
  text-decoration:none;
  border-bottom:dotted 1px;
}


/* Menu */

#menu {
	width: 800px;
	height: 65px;
	margin: 0 auto;
	border-top: 1px solid #EDEBD5;
	border-bottom: 1px solid #EDEBD5;
	border-right: 1px solid #EDEBD5;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 132px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #999;
}

#menu a:hover {
background-image:url(../img/menu_hover.gif);
}

#menu .active a {
	background: #F49A24;
	color: #FFFFFF;
}




/* 一行広告スペース */

#line{
	padding:5px;
}

#line ul{
	text-align:left;
	list-style-position:inside;
	margin:0;
	padding:0;
}
#line li{
	text-indent:10px;
	list-style-image:url(../img/cool.gif);
	line-height:0.8em;
}


/* ----- 本文(content) ----- */
#content{
  width: 545px;
  float: right;
  overflow-x:auto;
  background-color:#FFFFFF;
  font-size:13px;
  line-height:170%;
}

#content h1 {
  margin: 0 0 5px 0;
  font-size:150%;
  font-weight:bold;
  line-height: 2em;
  height:32px;
  text-indent: 20px;
  color: #666666;
  background-image:url(../img/h1.jpg);
  background-repeat:no-repeat;
  border-bottom: 10px green;
}


#content h2 {
  margin: 10px 0 10px 0;
  font-size:110%;
  font-weight:bold;
  line-height: 1.5;
  text-indent: 25px;
  color: #666666;
  background-image:url(../img/h2.gif);
  background-repeat:no-repeat;
  border-bottom:2px;
  border-bottom-color:#99BF00;
  border-bottom-style:dashed;
  }


#content h3{
  margin: 10px 0 10px 0;
  font-size:100%;
  font-weight: bold;
  text-indent: 10px;
  line-height: 1;
  font-family: Verdana,Helvetica,sans-serif;
  padding: 2px;
  color: #666666;
  border-color:#FFFFEC;
  border-bottom:3px solid;
  border-bottom-color:#FFBBBB;
}

#content h3 a:link, #content h3 a:visited, #content h3 a:active {
}

#content h3 a:hover {
  color: #FFF;
  background: #333;
  text-decoration:underline;
}

#content h4 {
  margin: 10px 0px 10px 0px;
  color: #666;
  background-color:#DEF0EE;
  font-size:100%;
  font-weight:bold;
  text-indent: 2px;
  line-height: 1.5em;
  padding: 3px;
  border-bottom:2px solid;
  border-bottom-color:#ECE9D8;

  }

#content h5 {
  border:solid #CCCCCC;
  border-width:1px 1px 1px 12px;
  padding-top:0.4em;
  padding-bottom:0.4em;
  padding-left:0.4em;
}

.contentBody{
	padding:3px;
	border:2px dotted;
	border-color:#990100;
}

.contentChild {
  margin: 10px 5px 10px 10px;
}


#content a:link, a:active {color:#0000FF; text-decoration: none;}
#content a:visited{color: #FF8A15;}
#content a:hover{color: #FF6699;}

/* ページングナビゲーション */
.naviToTop {
  text-align:right;
  font-size: 90%;
}
.naviPageBar {
  background-color:#ebeff9;
  padding:1px;
  border-top:2px #FFCC00 solid;
}
.naviPage {
  float:left;
  margin:0;
  padding:5px 6px 6px 6px;
}
.naviInfo {
  text-align:right;
  font-weight:bold;
  padding-top:2px;
  margin:0;
  padding:6px;
}
.naviLink {text-decoration:none}
.naviArrow {margin:0 1px; vertical-align:text-bottom;}


/* 一覧表 */
.itemNameBox {margin:10px}
.itemName {font-weight:bold;}
.itemDesc {padding-left:3em; text-indent:-2.5em;}
.itemTable {border-collapse:collapse;}
.itemTable th{border:1px solid #999999;}
.itemTable td{border:1px solid #999999;}

/* 施設データ一覧 */
.itemSpec dt {
  font-weight: bold;
  color: #666;
}
.itemSpec dd {
  margin-left:20px;
  margin-bottom:10px;
}


/* ボタンっぽいリンク */
.squareLink {
    vertical-align: 0.3em;
    background-color:#ffe4c4;
    border:1px solid #ddaa99;
    padding:1px;
}
.squareLink {font-size:xx-small;}
a.squareLink:link {text-decoration:none; color:#339900}
a.squareLink:visited {text-decoration:none; color:#006600}

/* ボタンっぽいリンク GoogleMap用 */
.squareLinkGMap {
    display: inline-block;
    vertical-align: text-bottom;
    background-color: #fe756a;
    border:1px solid #000000;
    padding: 1px;
    text-align: center;
    line-height: 1.2;
    width: 1.2em;
}
.squareLinkGMap {font-size:x-small; font-weight:bold; font-family:sans-serif;}
a.squareLinkGMap:link {text-decoration:none; color:#000000}
a.squareLinkGMap:visited {text-decoration:none; color:#000000}

/* ----------- サイド(left) ---------- */
#left { 
  width: 240PX;
  float: left;
  margin: 0px;
  font-size:13px;
  color: #666666;
  line-height: 1.5;
  display:block;
  font-family: Verdana,Helvetica,sans-serif;
  background-image:url(../img/test.gif);
  background-repeat:repeat;
  
  
}

#left ul {
   margin:0;
   padding:5px 5px 1px 5px;
   border:1px solid #fff;
   }

#left li {   list-style:none;}


#left li a {
   display:block;
   padding-left:5px;
   line-height:2.0;
   border-left:solid 5px #FFFFAA;
}



#left li a:hover {
   background:#FFF0F0;
   color:#666;
}

#left h2 {
  margin: 10px 0px 5px 5px;
  text-indent: 10px;
  height: 17px;
  color: #FFF;
  font-weight:bold;
  background-color: #6C6E6D;
  display:block;
}

#left h3{
  font-size:100%;
  text-indent: 20px;
  font-weight: bold;
  line-height: 2.2em;
  font-family: Verdana,Helvetica,sans-serif;
  padding: 5px;
  color:#666;
  background-image:url(../img/left_h3.jpg);
  background-repeat:no repeat;
  display: block;
  text-decoration: none;
  
}



#left p {
  color:#666;
}

/* メニュー */
#left .left-search{
  display:block;
  border:1px solid;
  padding:3px;
  border-color:#fff;
}

#left .idx{
  width:100%;
  margin : 15px 0 0 0;
  text-align: left;
  text-indent: 5px;
  line-height: 2.5;
  display: block;
  color:#666666;
  font-weight: bold;
  font-size: 150%;

}

#left strong{
  width:100%;
  display: block;
  border-bottom:1px dotted;
}


#left a:link, a:active {color:#999; text-decoration: none;}
#left a:visited{color: #999;}
#left a:hover{color: #FF5BAD;}
#left a:hover{background:url(../img/h3_hover.gif);}



/* ---------- フッター ------------- */
#footer {
  height: 100px;
  width: 800px;
  border-top:dotted 2px #5D5F5A;
  padding-top:5px;
  margin-top:15px;
}
#footer div {
}
#footer a:link, #footer a:visited,{color:#0000FF;text-decoration:none}
#footer a:active {color: #FF8A15;text-decoration: none;}
#footer a:hover{color : #FF5BAD;text-decoration: underline;}

/* フッターナビ */
#footerNavi {
  width: 790px;
  padding: 5px;
  text-align: right;
  color: #999;
}
#footerNavi img{margin: 0 5px;border-style: none; vertical-align: middle;}

/*  左カラムツリー表示  */
ul.accordion, dl.accordion {
  margin: 0 0 0 3px;
  padding: 0;
  list-style: none;
}
ul.accordion {
  margin: 0;
  padding: 0;
}
dl.accordion dt, dl.accordion dd, ul.accordion li {
  margin: 0;
  padding: 1px 0 1px 20px;
  background: url("../img/tree_lst_dotted.gif") no-repeat 2px 0;
  list-style: none;
}
dl.accordion dt {
  cursor: pointer;
}
dl.accordion dd {
  overflow: hidden;
  padding: 0 0 0 20px;
  background: url("../img/tree_lst_dotted.gif") no-repeat 2px bottom;
}
ul.accordion li a{
  text-decoration:none;
}
ul.accordion li a:visited{
  border-bottom: 1px dotted #003366;
}
ul.accordion li a:hover{
  color:#013467;
  text-decoration:none;
}

ul.accordion li.accordion_end {
  background: url("../img/tree_end_dotted.gif") no-repeat 2px 0;
  list-style: none;
}

ul.accordion li.accordion_first {
  font-weight:bold;
}

ul.accordion li.accordion_sub {
  background: url("../img/tree_end_dotted2.gif") no-repeat 20px 0;
  padding: 0 0 0 25px;
  text-indent:15px;
}

.accordion dt {cursor:pointer;}
.accordion dd {overflow:hidden; background:#fff}

/* ---------- テーブル ------------- */
#table{
  rules:rows #99881C;
  border: 1px dashed #99881C;
  }

/* ---------- テーブル（一覧） ------------- */
#table_1 th {
    padding: 5px;
    border: #013467;
    border-width: 0 0 1px 0px;
    background:url(icon/kirakira1.gif) repeat-x 0 100%;
    color: #003366;
    font-weight: bold;
}
table_1 td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    background:url(icon/icon_sakaku.gif) ;
    color: #003366;
}
#table_2{
  border: 1px dashed #99881C;
  background:url(img/h1_2.jpg) ;

  }
  
.end
{ color:#DD0000;
  font-size:13px;
  font-weight:bold;
  margin:auto;
}