@charset "utf-8";

/* ページ全体
=============================================================================*/
html {
   overflow-y: scroll;
}

body {
   margin: 0;
   padding: 0;
   font-family: Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
   background-color: #fbf9e9;
   font-size: 75%;
   color: #555;
}

a {
   text-decoration: underline;
}
a:link {
   color: #7bab26;
}
a:visited {
   color: #7bab26;
}
a:hover {
   text-decoration: none;
   color: #f1a571;
}
a:active {
   color: #7bab26;
}

a:focus {
   outline:none;
}

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

h1, h2, h3, p, div, ul, ol, li, dl, dd, dt, form {
   margin: 0;
   padding: 0;
}

ul {
   list-style-type: none;
}

.clear {
   clear: both;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}


/* ヘッダー
=============================================================================*/
#header {
   margin: 0 auto;
   width: 840px;
   min-height: 100px;
   text-align: left;
   background: url("../images/header_bg.gif") center top;
   overflow: hidden;
}

h1 {
	float: left;
	padding: 26px 0 0 15px;
}


/* メイン
=============================================================================*/
#main {
	clear: both;
	margin: 0 auto;
	width: 840px;
	background: url("../images/main_bg.gif") repeat-y;
}


/* ナビ
=============================================================================*/
#navi {
   float: left;
   width: 183px;
   text-align: left;
   padding: 0 0 0 15px
}

#navi li a{
   display: block;
   text-indent: -9999px;
   width: 153px;
   height: 34px;
   margin: 0 0 4px 13px;
}

#navi li#menu01 a{
   background: url("../images/navi01.gif") no-repeat;
}
#navi li#menu02 a{
   background: url("../images/navi02.gif") no-repeat;
}
#navi li#menu03 a{
   background: url("../images/navi03.gif") no-repeat;
}
#navi li#menu04 a{
   background: url("../images/navi04.gif") no-repeat;
}
#navi li#menu05 a{
   background: url("../images/navi05.gif") no-repeat;
}
#navi li#menu06 a{
   background: url("../images/navi06.gif") no-repeat;
}
#navi li#menu07 a{
   background: url("../images/navi07.gif") no-repeat;
}
#navi li#menu08 a{
   background: url("../images/navi08.gif") no-repeat;
}
#navi li#menu09 a{
   background: url("../images/navi09.gif") no-repeat;
}
#navi li#menu10 a{
   background: url("../images/navi10.gif") no-repeat;
}

#navi ul li.active a {
   background-position: 0 -34px !important;
}
#navi ul li a:hover {
   background-position: 0 -34px !important;
   text-decoration: none;
}

#access,
#use {
   margin: 10px 0 0 13px;
   padding: 0 0 10px 0;
   width: 151px;
   background: url("../images/ttl_access_bottom.gif") no-repeat bottom;
   background-color: #fff;
}

#access p {
   width: 146px;
   line-height: 1.2;
   padding: 5px 0 0 5px;
}
#use p {
   width: 131px;
   line-height: 1.2;
   padding: 5px 5px 0 10px;
}

#access p.f10 {
	font-size: 10px;
}

#use p.f10 {
	font-size: 10px;
   line-height: 1.3;
}

#boast-map {
   padding: 10px 5px 0 0;
   text-align: center;
}


/* コンテンツ
=============================================================================*/
#content {
   float: right;
   width: 642px;
   text-align: left;
}

#content .ttl h2 {
	margin: 15px 0 0 0;
}

#content .ttl {
	clear: both;
	position: relative;
}

#content .ttl .backnumber {
	position: absolute;
	top: 8px;
	right: 20px;
}
#content .ttl .backnumber2 {
	position: absolute;
	top: 8px;
	right: -10px;
}

#content div.photo {
   width: 612px;
   margin: 0;
   padding: 0 0 8px;
   *padding: 0 0 10px;
   background: url("../images/news_bottom.gif") no-repeat left bottom;
   background-color: #fff;
}
#content div.photo ul {
	float: left;
}
#content div.photo ul li {
	margin-left: 18px;
	padding: 10px 0 0;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	width: 130px;
}
#content div.photo ul li div {
	width: 130px;
}
#content div.photo ul li div.pic {
	margin-bottom: 4px;
	min-width: 130px;
	min-height: 98px;
}
#content div.photo ul li a:hover img {
	margin: -3px;
	border: 3px solid #6ecde3;
}

#content #new {
	clear: both;
	float: left;
	width: 300px;
}

#content #topics {
	float: right;
	width: 300px;
	padding: 0 30px 0 0;
}

#content div.new {
   width: 300px;
   margin: 0 0 15px;
   padding: 5px 0 7px 0;
   line-height: 1.5;

	scrollbar-arrow-color:#ccc;
	scrollbar-base-color: #ccc;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3d-light-color: #ccc;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-darkshadow-color: #ccc;
	overflow-y:scroll;
	height:137px;

   background: url("../images/news_bottom.gif") no-repeat left bottom;
   background-color: #fff;
}

#content div.new dl {
    margin: 0 0 0 10px;
    padding: 5px 0 8px;
    width: 260px;
    background: url("../images/line2.gif") repeat-x left bottom;
}

.no-contents {
	padding: 4px 0 0;
}


/* ページトップ
=============================================================================*/
#main .pagetop {
   clear: both;
   padding: 10px 30px 0 0;
  *padding: 5px 30px 0 0;
   text-align: right;
}


/* フッターナビ
=============================================================================*/
#fnavi {
   margin: 10px auto 0 auto;
   width: 790px;
   color: #666;
   font-size: 12px;
   text-align: center;
   padding: 10px 0 6px 0;
   font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, Arial, Verdana, sans-serif;
   background: url("../images/line.gif") no-repeat center top;
}

#fnavi li {
   display: inline;
   line-height: 1.8;
}

#fnavi a {
   text-decoration: underline;
}
#fnavi a:link {
   color: #2b96b5;
}
#fnavi a:visited {
   color: #2b96b5;
}
#fnavi a:hover {
   text-decoration: none;
   color: #eeac10;
   position: relative; top: 1px; left: 1px;
}
#fnavi a:active {
   color: #2b96b5;
}



/* フッター
=============================================================================*/
#footer {
   margin: 0 auto;
   width: 840px;
   padding: 15px 0 0 0;
   background: url("../images/footer_bg.gif") no-repeat left top;
}

#footer #snavi {
	float: left;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, Arial, Verdana, sans-serif;
	padding: 5px 0 0 20px;
}

#footer #snavi li {
   display: inline;
   line-height: 1.8;
}

#footer .copyright {
	float: right;
	padding: 10px 25px 20px 0;
	font-size: 12px;
	color: #74aa33;
	text-align: right;
}



/* パンくずリスト
=============================================================================*/
#topicPath {
   float:right;
   padding: 83px 35px 3px 3px;
   width: 400px;
}
*:first-child+html #topicPath {
   float:right;
   padding: 82px 35px 3px 3px;
   width: 400px;
}

#topicPath li {
   float:right;
   color: #88a664;
   font-size: 10px;
   padding: 0 0 0 3px;
   *padding: 2px 0 0 3px;
}
#topicPath a:link {
   color: #a72e40;
   text-decoration: none;
}
#topicPath a:visited {
   text-decoration: none;
   color: #a72e40;
}
#topicPath a:hover {
   text-decoration: none;
   color: #ddb0b6;
}
#topicPath a:active {
   text-decoration: none;
   color: #a72e40;
}

#topicPath li img {
	*padding-bottom: 2px;
}



/* 下層ページ共通
=============================================================================*/
#content p {
   margin: 0 20px 10px 20px;
   line-height: 1.7;
}

#content .bg {
   background: url("../images/news_bottom.gif") no-repeat left bottom;
   background-color: #fff;
   width: 612px;
   min-height: 648px;
   padding: 15px 0 20px;
}

#content .bg h3 {
	margin: 0px 20px 0 20px;
    background: url("../images/h3_bg.gif") left top;
	padding: 5px 10px;
	font-size: 120%;
	color: #fff;
}

/*#content .txt {
   margin: 10px 20px 0 20px;
   line-height: 1.7;
}*/

#content .bg .pagetop {
   margin: 0 5px 0 0;
   text-align: right;
}





/* 広場の概要
=============================================================================*/
.pictures {
	margin: 0 0 5px 14px;
}

.pictures img {
	margin: 5px 0 5px 6px;
	padding: 3px;
	border: 1px solid #ccc;
	min-width: 204px;
}

table.photo_mikusa {
   width: 580px;
   margin: 0 0 5px 14px;
}

table.photo_mikusa td {
   padding: 6px;
   text-align: center;
}

table.gaiyo {
   width: 579px;
   margin: 0 0 12px 17px;
   background-color: #ccc;
   font-size: 12px;
}

table.gaiyo th {
   padding: 10px 7px 7px;
   background-color: #f9f8eb;
   text-align: center;
   font-weight: normal;
}

table.gaiyo td {
   padding: 10px 7px 7px;
   background-color: #fff;
}

.img_r {
	float: right;
	padding: 0 60px 0 0;
}

.gaiyo_list {
   margin: 25px 0;
   font-size: 120%;
}

.gaiyo_list li {
   margin: 10px 0 0 55px;
   color: #ff6666;
   font-weight: bold;
}

#content div.pdf {
    background: url("../images/line2.gif") repeat-x left top;
	padding: 15px 0 0;
	margin: 15px 20px 0 15px;
}

.pdf_icon img,
.pdf_icon2 img {
	vertical-align: middle;
}

.pdf_icon {
	padding: 0 5px 0 0;
}
.pdf_icon2 {
	padding: 0 5px 0 20px;
}

.add {
	padding: 5px 0 0 0;
	margin: 15px 20px 0 15px;
	line-height: 1.5;
}


/* 施設利用について
=============================================================================*/
.center {
	text-align: center;
}

#content p.txt_i {
	margin: 0 0 0 33px;
	text-indent: -1em;
	line-height: 1.3;
}

#content p.rule {
	margin: 20px 0 0;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

div.rule {
	width: 500px;
	height: 277px;
	margin: 0 auto 20px;
	padding: 10px 10px 10px 15px;
	line-height: 1.5;
	overflow-y: scroll;
	border: 1px solid #ccc;
}

#content div.rule p {
	margin: 0 0 5px;
}

div.rule ol {
	margin: 0 0 0 25px;
	line-height: 1.7;
}

div.rule ol li ol.no_use {
	margin: 0 0 0 35px;
}

div.rule ol li ol li.not_no {
	list-style-type: none;
	margin: 0 0 0 -25px;
}




/* 施設利用申込み
=============================================================================*/
h4.use {
	margin: 10px 0 0 30px;
	font-size: 100%;
	color: #74aa33;
}

table.request td select {
	margin-top: 5px;
}



/* お知らせ
=============================================================================*/
h2.eventnews {
	background: url(../images/ttl_news2.gif) no-repeat;
	height: 30px;
	font-size: 16px;
	color: #fff;
	padding: 11px 0 0 125px;
}

.new_topi dl {
	clear: both;
    margin: 0 20px 5px;
    padding: 0 0 5px 5px;
    background: url("../images/line2.gif") repeat-x left bottom;
}

.new_topi dl.news {
    margin: 0 20px 10px;
    padding: 0 0 20px 5px;
}

.new_topi dl dt {
	margin: 0;
    padding: 3px 0 5px;
	font-weight: bold;
}

.new_topi dl dd {
	margin-left: 45px;
	padding: 0 5px;
	line-height: 1.8;
}

.new_topi dl dd.btn {
	float: right;
	padding: 10px 20px 0 0;
}

.new_topi dl dd.link {
	margin-left: 45px;
	padding: 0 5px;
	line-height: 2;
}

.new_topi dl.gallery {
	clear: both;
    margin: 0 20px 5px;
    padding: 0 0 15px 5px;
    background: url("../images/line2.gif") repeat-x left bottom;
}
.new_topi dl dd.gallery {
	width: 230px;
	margin-left: 10px;
	padding: 0 5px 10px;
	font-size: 120%;
}
.new_topi dl dd.gallery_img {
	float: right;
	margin: -20px 150px 0 5px;
	padding: 5px;
	border: 1px solid #ccc;
}
.new_topi dl dd.gallery a:hover img {
	border: 1px solid #6ecde3;
	background: #c6ecf5;
}





table.event_photo {
   width: 570px;
   margin: 5px auto;
}

table.event_photo td {
   padding: 7px;
   text-align: center;
}

table.event_photo td img {
	border: 1px solid #ccc;
	padding: 7px;
}



/* 行事予定表
=============================================================================*/
h2.gyouji {
	background: url(../images/ttl_gyouji.gif) no-repeat;
	height: 30px;
	font-size: 16px;
	color: #fff;
	padding: 11px 0 0 180px;
}

ul.year_navi {
	margin: -5px 20px 9px 20px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ccc;
}

ul.year_navi li.float-left {
	float: left;
}
ul.year_navi li.float-right {
	float: right;
}

ul.year_navi li span a {
	display: block;
	padding: 3px 7px;
	color: #fff;
	text-decoration: none;
	background: #5fc1e1;
}
ul.year_navi li span a:hover {
	background: #f5b75a;
}

.moshikomi {
	clear: both;
}

.moshikomi div.img_l {
	float: right;
	padding: 2px 0 12px 0;
}

.moshikomi div.txt_m {
	float: right;
	padding: 4px 15px 12px 15px;
	line-height: 1.4;
	text-align: left;
}

table.gyoujiyotei {
	clear: both;
	width: 573px;
	margin: 0 0 3px 20px;
	background-color: #ccc;
	font-size: 12px;
}
table.gyoujiyotei_top {
	clear: both;
	width: 595px;
	background-color: #ccc;
	font-size: 12px;
}

table.gyoujiyotei th,
table.gyoujiyotei_top th {
	padding: 5px 5px 4px;
	background-color: #f9f8eb;
	text-align: center;
	font-weight: normal;
}

table.gyoujiyotei td,
table.gyoujiyotei_top td {
	padding: 5px 7px 4px;
	background-color: #fff;
	text-align: right;
	vertical-align: top;
}
table.gyoujiyotei td.center,
table.gyoujiyotei_top td.center {
	padding-top: 7px;
	text-align: center;
}
table.gyoujiyotei td.left,
table.gyoujiyotei_top td.left {
	text-align: left;
}
table.gyoujiyotei .bg_color,
table.gyoujiyotei_top .bg_color{
	background-color: #f9f9f9;
}

table.gyoujiyotei .even,
table.gyoujiyotei_top .even {
	background-color: #f9f9f9;
}
table.gyoujiyotei td.month,
table.gyoujiyotei_top td.month {
        width: 5%;
}
table.gyoujiyotei td.day,
table.gyoujiyotei_top td.day {
        width: 10%;
}
table.gyoujiyotei td.time,
table.gyoujiyotei_top td.time {
        width: 18%;
}
table.gyoujiyotei td.event,
table.gyoujiyotei_top td.event {
        width: 45%;
}
table.gyoujiyotei td.place,
table.gyoujiyotei_top td.place {
        width: 22%;
        text-align: left;
}
table.gyoujiyotei tbody td.month,
table.gyoujiyotei_top tbody td.month {
	text-align: right;
}
table.gyoujiyotei tbody td.day,
table.gyoujiyotei_top tbody td.day {
	text-align: center;
}
table.gyoujiyotei tbody td.time,
table.gyoujiyotei_top tbody td.time {
	text-align: left;
}
table.gyoujiyotei tbody td.event,
table.gyoujiyotei_top tbody td.event {
	text-align: left;
}
/*table.gyoujiyotei .weekday {  }*/
table.gyoujiyotei .holiday,
table.gyoujiyotei_top .holiday { color: #db5353; }

table.gyoujiyotei .saturday,
table.gyoujiyotei_top .saturday { color: #43a6c3; }


.schedule {
   width: 570px;
   margin: 0px 0 10px 20px;
   padding: 10px 0;
   background-color: #fff;
   border: 1px solid #dedede;
}

.schedule dt {
   margin: 0 15px;
   padding: 3px 0px 10px 10px;
   font-weight: bold;
   color: #d25b3a;
   background: url("../images/line2.gif") repeat-x left bottom;
}

.schedule dd {
   margin: 0px 15px 20px 15px;
   padding: 3px 15px;
   line-height: 1.8;
}



/* 役員・委員・推進員
=============================================================================*/
#content .bg .meibo_top {
	margin: 0 0 3px 0;
	text-align: center;
}

#content .bg .meibo {
	margin: 10px 0 3px 0;
	text-align: center;
}

table.member {
   width: 520px;
   margin: 0 auto 0;
   background-color: #ccc;
   font-size: 12px;
}

table.member th {
   padding: 5px;
   background-color: #f9f8eb;
   text-align: center;
   font-weight: normal;
}

table.member td {
   padding: 5px 10px;
   background-color: #fff;
}

table.member td.center {
	text-align: center;
}

table.member td.ttl {
	color: #74aa33;
	padding: 8px;
	font-weight: bold;
}

table.member .f8 {
	font-size: 8px;
}



/* 各種団体紹介
=============================================================================*/
.group {
   width: 580px;
   margin: 0 0 15px 15px;
   padding: 10px 0;
   background-color: #fff;
   border: 1px solid #dedede;
}

.group dt {
   margin: 0 15px;
   padding: 5px 0px 5px 10px;
   font-weight: bold;
   color: #5ca314;
}

.group dd {
   margin: 2px 15px 0 15px;
   padding: 10px 15px;
   background: url("../images/line2.gif") repeat-x left top;
   line-height: 1.5;
}

ul.group_pdf {
   margin: 10px 0 0;
   padding: 5px 10px;
   line-height: 1.3;
   background: #f2f2f2;
}

ul.group_pdf li {
   padding: 5px;
}


/* お問い合わせ
=============================================================================*/
table.request {
	width: 550px;
	margin: 10px 0 10px 30px;
	border: 1px solid #CCC;
}
table.request td {
	padding:0px 0px 0px 5px;
}
table.request th {
	text-align:right;
	padding:0px 10px;
	white-space:nowrap;
	font-weight:normal;
	width:7em;
	border-right:3px solid #90c56f;
}
th.request {
	border-right:3px solid #db5353 !important;
}
span.request {
	color:#db5353;
}
textarea.request , input.request {
	width:95%;
}
div.request {
	text-align:center;
	margin: 0px 30px;
}
table.request td ul {
	padding:0px;
	margin:0px;
}
table.request td ul li {
	padding:0px 0px 0px 1.8em;
	text-indent:-1.8em;
	margin:0px 0px 5px;
	list-style:none outside none;
	line-height:normal;
}

.txterea p {
	margin: 10px 0 0 30px;
	line-height: 1.5;
}

.thanks  {
	margin: 50px 0 200px;
	text-align: center;
}

input{
	margin: 2px 0;
}

#content .thanks p {
	padding: 10px 0 0;
	line-height: 2.5;
}

/* error message */
.warn {
        background-color: pink;
        font-size: 120%;
        margin: 10px;
        padding: 5px;
}


/* リンク集
=============================================================================*/
.link_list {
	margin: 10px 0 30px 0;
}

.link_list li {
	margin: 15px 0 0 35px;
	padding: 0 0 0 20px;
	line-height: 1.4;
	background: url("../images/icon_circle.gif") no-repeat left top;
}




/* 周辺地図
=============================================================================*/

/* 地図 */
div.accessmap {
	width: 570px;
	height: 300px;
	margin: 5px auto 15px;
	border: 1px solid #ccc;
}

.print {
	padding: 0 0 15px 0;
	text-align: center;
}

#content .txt_map {
   margin: 10px 25px 15px 25px;
   line-height: 1.3;
}

#content .txt_map2 {
   margin: 10px 25px 0 25px;
   line-height: 1.3;
}



/* ギャラリー
=============================================================================*/
#content p.gallery_day {
   margin: 2px 30px 0 0;
   text-align: right;
}

#content p.gallery {
   margin: 0 30px;
}

#content ul.gallery {
	margin: 8px 0 0 20px;
}
#content ul.gallery li {
	float: left;
	padding: 0 10px 20px 10px;
	width: 264px;
	height: 202px;
}
#content ul.gallery li img {
	padding: 7px;
	border: 1px solid #ccc;
}

#main .back {
   clear: both;
   padding: 0 20px 0 0;
   text-align: right;
}


/* サイトポリシー
=============================================================================*/
.p_list {
   margin: 15px 0 20px 0;
}

.p_list ul {
	list-style-type: circle;
}

.p_list li {
   margin: 10px 40px 0 55px;
   line-height: 1.7;
}



/* 推奨環境
=============================================================================*/
table.env {
   width: 550px;
   margin: 5px 0 0 20px;
}

table.env td {
	padding: 15px;
	line-height: 1.3;
}

table.env2 {
   width: 570px;
   margin: 10px 0 30px 25px;
}

table.env2 td {
	padding: 15px;
	line-height: 1.3;
}

.hang {
	padding: 0 15px 10px 25px;
	line-height: 1.3;
	text-indent: -1.2em;
}

.hang2 {
	padding: 10px 15px 0 15px;
	line-height: 1.5;
}


/* サイトマップ
=============================================================================*/
.s_list {
   margin: 5px 0 0 10px;
}

.s_list img {
	vertical-align: middle;
}

.s_list ul.s01 li {
   margin: 10px 40px 0 20px;
   line-height: 1.8;
   background: url("../images/line2.gif") repeat-x left bottom;
   padding: 3px 5px 5px 20px;
}

.s_list ul.s02 li {
   margin: 0 40px 0 50px;
   line-height: 1.8;
   background: url("../images/line2.gif") repeat-x left bottom;
   padding: 5px 5px 7px 20px;
}

.s_list ul.s02 li.s03 {
   margin: 0 40px 0 90px;
   line-height: 1.8;
   padding: 5px 5px 7px;
}



/* 自慢マップ
=============================================================================*/
.boast-map {
	min-height: 500px;
	margin: 0 28px;
	padding: 0 0 20px;
	background: url("../images/boast-map_bg.gif") no-repeat left bottom;
	background-color: #fff;
}

.boast-map h2 {
	margin: 0 0 7px;
}

.boast-map p {
   margin: 0 25px 0 25px;
   line-height: 1.7;
}

.spec {
   margin: 0 0 0 15px;
}

.swf {
	margin: 0 0 15px;
	text-align: center;
}


.floatLeft {
	float: left;
	width: 250px;
}

.floatLeft ul {
	padding: 20px 0 0 40px;
	text-align: right;
}

.floatLeft ul li {
	padding: 0 0 5px;
	color: #925662;
	line-height: 2.5;
	text-align: center;
}

.floatRight {
	float: left;
	width: 510px;
	padding: 15px 0 0;
}

.floatRight p {
	padding: 0 0;
}

.floatRight div {
	padding: 15px 0 0;
	text-align: center;
}

.floatRight div  a:hover img {
	margin: -3px;
	border: 3px solid #67a354;
}

.boast-map ul li a img {
	border: 3px solid #925662;
}

.boast-map ul li a:hover img {
	border: 3px solid #67a354;
}





/*****************************************************************************/
 
/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
/* End hide from IE-mac */

/*****************************************************************************/

@media print { 
   body { background: #fff; color: #000; }
}

/*****************************************************************************/

