@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {

text-align: center; /* IE 向けセンタリング指定 */
background-color:#ffffff;
	font-family: "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, san-serif;
}


/* 全体のコンテナ*/
#container {
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
	background-color:#fff;
	width:805px;
	border: 2px solid #ddd;

} 

#container p {
	text-indent:1em;
	}

/* ヘッダー*/
#header {
	width:796px;
	height:80px;
	
}

#headerleft {
	
	float:left;
	
	width:400px;
	height:80px;
	
/*background-image:url(../images/headerimages/logo2.gif);*/
	background-repeat:no-repeat;
	
	}

#headerright {
	
	float:right;
	
	margin: 1px 0;
	
	width:380px;
	height:75px;
	/*
	// background: linear-gradient(to right bottom, #fcfcf3, #c7e9fc, #fcfcf3);
	
	border: 1px solid #78a9c7;
	border-radius: 10px;
	
	box-shadow:
		0 0 1px black,
		0 0 3px blue;
	*/
	
	}

#headerright dl {
	
	margin: 15px 5px;
	
	font-size: 16px;
	
	}

#headerright dl dt {
	
	float: left;
	
	width: 50px;
	
	text-align: center;
	
	}

#headerright dl dd {
	
	margin-left: 60px;
	
	text-align: left;
	
	}

#navigation {
	
	width:800px;
	
	background-color:#fff;
	border:1px solid #d8bfd8;
	
	}



/* プライマリー*/

#prim
{
	float:left;

	width: 623px;

	background-color:#fff;
	
	
} 


#prim #pageinfo {
	width: 100%;
	height:78px;
	
	background-image:url(../images/secnd/niji_x2.gif);
	background-repeat:no-repeat;
	
	}

/* ページタイトル*/
#prim #pageinfo h1 {
	
	padding:20px 0 0 10px;
	
	height:35px;
	
	font-size:16px;
	font-weight:bold;
	
	text-align:left;
	text-indent:0.5em;
	
	line-height:1px;
	
	}

/* パンくずリスト*/
#prim #pageinfo h2 {
font-size:13px;
color:#cc0000;
text-align:right;
vertical-align:top;
padding:0 15px 0 0;
}

#prim #pageinfo h2 a{
font-weight:bold;
color:#006699;
}

/* セカンダリー*/

#secnd {
	
	float: left;
	
	width: 180px;
	
	/*
	background: #e0f7e0;
	*/
	}


.secmune {
	
	position: relative;
	
	margin: 1px 0 5px 0;
	
	width:100%;

	background-color:#093;
	background:-moz-linear-gradient(left, #009933, #33cc66);
	background:-webkit-linear-gradient(left, #009933, #33cc66);
	background:-o-linear-gradient(left, #009933, #33cc66);
	background:linear-gradient(to right, #009933, #33cc66);
	border:0px solid #000;
	
	box-shadow: inset -3px -3px 1px #060, inset 3px 3px 1px #6c6;
	
	}


/*
.secmune {
	
	margin: 0;
	margin-bottom: 0px;
	
	background: linear-gradient(to right bottom, #fff, #80ca8a 30%, #fff 100%);
	
	border-bottom: 3px solid #396;
	
	text-align: center;
	text-shadow: 0 0 10px #333, 1px 1px 1px #666;;
	
	}

.secmune:hover {
	
	border-bottom: 3px solid #f00;
	
	text-shadow: 0 0 10px red;
	
	}
*/

.secmune h1 {
	
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:left;
	padding:4px 0 0 8px;
	
	}

/*
.secmune h1 {
	
	padding: 5px 0;
	
	color: #ffffff;
	font-size: 16px;
	
	}
*/

.secmune h2{
font-size:14px;
color:#ff0;
text-decoration:none;
text-align:right;
padding:0 5px 1px 0;
line-height:2;

}

.secmune a {

	display:block;
	text-decoration:none;
	
	}

.secmune a:hover {
	
	background: #5060cf;
	
	}

.secmune a:hover > h1 {
	
	text-shadow: 0 0 5px #fff, 3px 3px 1px #202020;
	
	}

.secmune a:hover > h2 {
	
	text-shadow: 3px 3px 1px #202020;
	
	}

/*
.secmune h2 {
	
	padding: 5px 0;
	
	line-height: 1.0em;
	
	color: #ff0;
	font-size: 14px;
	
	}



.secmune a {
	display:block;
	text-decoration:none;
	}

.secmune a:hover {
	
	background: #ffe0e0;
	
	text-shadow: 0 0 5px red;
	
}

.secmune a:hover > h2 {
	
	color: red;
	
	text-shadow: none;
	
	font-weight: bold;
	
	}
*/

.secmune img{
border-style:none;

}

.secmune span {
	
	position: absolute;
	
	bottom: 6px;
	left: 10px;
	
	padding: 0 3px;
	
	background: #eb6101;
	
	border-radius: 5px;
	
	color: #fff;
	font-size: 14px;
	
	}

.secpr {
width:100%;
margin:1px 0;

}

.secpr img{
	/*
	margin: 0;
	padding: 0;
	*/
	width: 100%;
border-style:none;
}

.secpr a img:hover {
	cursor:pointer;
	opacity:0.7;

	}

.newspaper{
	width:173px;
	margin:15px auto;
	padding:5px 0;
	background-color:#cccccc;
	background-image:url("../images/secnd/newspaper.jpg")
}

.newspaper h1{
	margin:0;
	padding:0;
	font-size:15px;
	font-family:"メイリオ";
}

.newspaper a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#161616;
}

.newspaper:hover{
	cursor:pointer;
	background-image:none;
	background-color:#ffcc66;
}

.newspaper:active{
	background-color:#ffcc66;
}

.newspaper a:active{
	color:#ff0000;
}

/*------- 見出し ------*/

h1 {
font-size:20px;
font-weight:bold;
padding:15px 0 0 20px;

}

h2 {
font-size:18px;
padding:10px 20px 0 0;

}

/*--------- footer ------------*/

#footer
{
	clear:both;
	font-size:12px;
	font-family:"Hiragino Kaku Gothic ProN", YuGothic, Meiryo, san-serif;
	border:1px solid #d8bfd8;

	background-color:#f0f0ff;

line-height:1.5em;
}


#footer h3 {
text-align:center;
font-size:18px;

padding:5px 0 0 10px;
line-height:1.5;
}

#footer h4 {
text-align:center;
font-size:14px;
padding-left:10px;

}

#footer h5 {
text-align:center;
font-size:11px;
/*line-height:10px;*/
padding-bottom:2px;
}

#footerarea {
	
	padding: 0;
	
	width: 100%;
	
	background: #006633;
	
	color: #f0f0f0;
	
	}

#ftcontents {
	
	margin: 0 auto;
	padding: 15px 0;
	
	width: 800px;
	

	
	}

#ftsitemapbox {
	
	margin: 0 auto;
	
	width: 790px;
	
	}

#ftsitemapbox h4 {
	
	clear: both;
	
	}

.ftsitemap {
	
	float: left;
	
	margin: 10px 0;
	padding: 10px 15px;
	
	width: 160px;
	height: 75px;
	
	border-right: 1px solid #f0f0f0;
	
	text-align: left;
	
	font-size: 12px;
	
	}

.ftsitemap h5 {
		
	font-weight: bold;
	
	}

.ftsitemap ul li {
	
	padding-left: 1.0em;
	
	font-size: 11px;
	
	}

#footerbox {
	
	clear: both;
	
	margin: 0 auto;
	padding: 15px 0;
	
	width: 800px;
	
	border-top: 2px dotted #f0f0f0;
	
	font-size: 16px;
	
	}

#footerbox h6 {
	
	letter-spacing: 3px;
	
	font-size: 20px;
	
	}

/*--------- トップページのtopics関係 ------------*/

#maincontent ul{

}

#maincontent ul li{
float:left;
margin-top:5px;
}
/*
#topics {
	margin:5px 5px 5px 10px;
	width:600px;
	background:-webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#333333));
	border-radius:10px;
	}

#topics h3 {
	padding:10px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	font-family:"メイリオ";
	text-indent:1em;
	text-align:center;
	letter-spacing:5px;
	text-shadow:
		-1px -1px #000,
		-1px 1px #000,
		1px -1px #000,
		1px 1px #000,
		3px 3px #333333;
	}

#topics img {
	width:100%;
	}
*/





#headlinebox {
	clear:both;
	margin: 5px;

	background-color: #fcfcfc;

	}

#headline {
	width: 610px;
	}

.no1 {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	height: auto;
	font-weight:bold;
	font-size:12px;
	}

.no2 {
	margin: 0;
	padding: 0;
	width: 6.0em;
	height: auto;
	border-bottom: 0px solid #000000;
	border-radius: 15px;
	box-shadow: 1px 1px 1px #333333;
	text-align: center;
	color: #f0f0f0;
	font-size: 9px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(255, 255, 255, 0.5);
	transform: rotate(-6.0deg);
	}

/*バックカラーがピンク*/
#no2pink {
	border-color: #660066;
	background-color: #ff7bb4;
	}

/*バックカラーが青*/
#no2blue {
	border-color: #000066;
	background-color: #2391ff;
	}

/*バックカラーが緑*/
#no2green {
	border-color: #003300;
	background-color: #169916;
	}

.no3 {
	margin: 0;
	padding: 0 0 0 1.0em;
	text-align:left;
	}

.no3 a {
	color: #003300;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}

.no3 span {
	margin: 0 9px 0 0;
	padding: 0 5px;
	background-color: #eb6101;
	color: #fff;
	font-size: 10px;
	-webkit-animation: blink 1.2s ease-in-out infinite alternate;
	-moz-animation: blink 1.2s ease-in-out infinite alternate;
	animation: blink 1.2s ease-in-out infinite alternate;
	}

-webkit-@keyframes blink {
	0% {
		opacity: 0.1;
		}
	100% {
		opacity: 1.0;
		}
	}

-moz-@keyframes blink {
	0% {
		opacity: 0.1;
		}
	100% {
		opacity: 1.0;
		}
	}

@keyframes blink {
	0% {
		opacity: 0.1;
		}
	100% {
		opacity: 1.0;
		}
	}

.no3 a span:hover {
	text-decoration: none;
	}

.no3 a:hover {
	color: #e04400;
	text-decoration: underline;
	}

#newsmenu {
	margin:0 10px;
}

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

.tablist li {
	float:left;
	list-style-type:none;
	margin:0 2px 2px 0;
	padding:0px;
	height:30px;
}

.tablist li a {
	text-decoration:none;
	display:block;
	padding:5px 0;
	width:5em;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	font-family:"メイリオ", "Meiryo UI";
	background-color:#ffffcc;
	border:2px solid  #0000ff;
	border-bottom:none;
	border-radius:0 14px 0 0;
}

.tablist li#saishintab a {
	width:6em;
	color:#a0522d;
	border-color:#a0522d;
	background-color:#ffefe0;
}

.tablist li#newstab a {
	width:10em;
	color:#8b1616;
	border-color:#8b1616;
	background-color:#ffe5e5;
}

.tablist li#noticetab a {
	width:6em;
	color:#166016;
	border-color:#166016;
	background-color:#e5ffe5;
}

.tablist li#koushintab a {
	width:6em;
	color:#16168b;
	border-color:#16168b;
	background-color:#e5f2ff;
}

.tablist li#saishintab a:hover {
	color:#ffffff;
	text-decoration:underline;
	background-color:#a0522d;
}

.tablist li#newstab a:hover {
	color:#ffffff;
	text-decoration:underline;
	background-color:#8b1616;
}

.tablist li#noticetab a:hover {
	color:#ffffff;
	text-decoration:underline;
	background-color:#166016;
}

.tablist li#koushintab a:hover {
	color:#ffffff;
	text-decoration:underline;
	background-color:#16168b;
}

#clearfix {
	clear:both;
}

.tabbox {
	width:585px;
	height:200px;
	margin:0 10px;
	overflow:auto;
}

.tabbox h4 {
	margin:0 30px 0 10px;
	padding:5px 10px;
	line-height:1.5em;
	text-align:left;
	font-size:14pt;
	font-family:"メイリオ", "Meiryo Ui";
	color:#000000;
	border-bottom:1px dotted #000000;
}

.tabbox dl {
	margin:0 30px 0 10px;
	font-size:12px;
	line-height:2em;
	background-color:#fcfcfc;
}

.tabbox dt {
	float:left;
	text-indent:1em;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
}

.tabbox dd {
	text-align:left;
	text-indent:2em;
	border-bottom:1px solid #cccccc;
}

.tabbox dd a {
	text-decoration:none;
}

.tabbox dd a:hover {
	text-decoration:underline;
}

#saishin_tabbox {
	border:2px solid #a0522d;
	background-color:#ffefe0;
}

#news_tabbox {
	border:2px solid #8b1616;
	background-color:#ffe5e5;
}

#notice_tabbox {
	border:2px solid #166016;
	background-color:#e5ffe5;
}

#koushin_tabbox {
	border:2px solid #16168b;
	background-color:#e5f2ff;
}

#boxarea a:hover {
	color:#f33;
}

#boxarea h4 {
	margin:5px;
	border-bottom:2px dotted #333;
	font-size:20px;
	text-align:left;
	text-indent:1em;
	line-height:2em;
	background-color:#ffffff;
}

#boxarea p {
	margin:0 10px;
	padding:3px 1px;
	border-bottom:1px dotted #333;
	font-size:14px;
	text-align:left;
	text-indent:1em;
}

#newsbox {
	margin:10px 5px;
	width:585px;
	height:200px;
	background-color:#fee;
	overflow-y:scroll;
}

#newsbox h4 {
	background-color:pink;
}

#newsbox dt {
	padding:5px;
	width:100px;
	text-align:left;
	text-indent:0.5em;
	font-size:15px;
	font-weight:bold;
	float:left;
	clear:both;
}

#newsbox dd {
	margin:0 20px 0 5px;
	padding:5px;
	text-align:left;
	font-size:15px;
	border-bottom:1px dotted #222;
}

#noticebox {
	margin:10px 5px;
	width:585px;
	height:200px;
	background-color:#dfd;
	overflow-y:scroll;
}

#noticebox h4 {
	background-color:limegreen;
}

#noticebox dt {
	padding:5px;
	width:100px;
	text-align:left;
	text-indent:0.5em;
	font-size:15px;
	font-weight:bold;
	float:left;
	clear:both;
}

#noticebox dd {
	margin:0 20px 0 5px;
	padding:5px;
	text-align:left;
	font-size:15px;
	border-bottom:1px dotted #222;
}

#koushinbox {
	margin:10px 5px;
	width:585px;
	height:200px;
	background-color:#ddf;
	overflow-y:scroll;
}

#koushinbox h4 {
	background-color:royalblue;
}

#koushinbox dt {
	padding:5px;
	width:100px;
	text-align:left;
	text-indent:0.5em;
	font-size:15px;
	font-weight:bold;
	float:left;
	clear:both;
}

#koushinbox dd {
	margin:0 20px 0 5px;
	padding:5px;
	text-align:left;
	font-size:15px;
	border-bottom:1px dotted #222;
}


/* 基本理念 */
#kihonrinen {
	border:1px dotted #000;
	width:612px;
	margin:20px 0 20px 5px;
	font-size:14px;
	font-family:"Hiragino Kaku Gothic ProN", YuGothic, Meiryo, san-serif;
	text-align:left;
	
}

#kihonrinen .ue {
	height:40px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	background-color:#600;
	color:#fff;
}

#kihonrinen td img {
	margin:5px;
}

#kihonrinen td.sita {
	padding:10px;
	line-height:2em;
}

/*-------  謹告ものなど　----------*/
#dobon {
	display:block;
	position: relative;
	width:620px;
	height: auto;
	font-size:0px;
	line-height:0;
	margin:0px;
	padding:0;
	border:none;
	
	}

#dobon:after {
	position:absolute;
	content: "";
	top:0;
	right:0;
	bottom:0;
	left:0;
	-moz-box-shadow:inset 0px 0px 5px 5px #fff;
	-webkit-box-shadow:inset 0px 0px 5px 5px #fff;
	-ms-box-shadow:inset 0px 0px 5px 5px #fff;
	-o-box-shadow:inset 0px 0px 5px 5px #fff;
	box-shadow:inset 0px 0px 5px 5px #fff;
	}

#dobon img {
	
	margin:0;
	padding:0;
	width:100%;
	
	}

	/* テーブル施設概要
	---------------------------------------------*/

#phototable {

	margin: auto;
	
	}

#phototable td {
	
	padding-left: 0px;
	border: none;
	}

table.koumoku{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
   width:577px;
	margin-left:18px;
}
.koumoku th{
font-size:14px;
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#f0e68c;
    background-image:url(../images/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
   width:10em;

}
.koumoku td{
font-size:14px;
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em ;
    text-align:left; ;


}

 .koumoku td a{
text-decoration:underline;
vertical-align:text-top;


/* vertical-align:super;*/
/* color:#4169e1;*/

}

  .sing li{
margin:10px;
}


.jimukyoku h4 {
font-size:18px;
border-bottom:1px dotted #008b8b;
   border-left:15px solid #663300;
margin-left:15px;
margin-right:10px;
margin-top:10px;

font-weight:bold;
}

#map{
display: block;
width:200px;
height:150px;
border: 2px solid #2D78BF;
	margin-left: 200px;
}


	