@charset "utf-8";
/* CSS Document */

body,h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl,dt,dd, pre, blockquote, form, input, select, textarea{
	font-weight: normal;
	margin: 0;
	padding:0;
} 
img {border:0;}
a:link    { color:#008dff; }
a:visited { color:#008dff; }
a:hover   { color:#008dff; }
a:active  { color:#008dff; } 
ul{	list-style:none; }
h1 {
	margin-bottom:10px;
	color: #006A00;
	border-right-width: 7px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #006A00;
	border-bottom-color: #CCCCCC;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #006A00;
	border-left-color: #006A00;
	padding-left: 10px;
	font-size: 1.2em;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	line-height: 1.6;
	color: #666666;
}
#header {
	height: 100px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
}
#contents {
	min-height:600px;
}
#contents:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main {
	width: 580px;
	float: left;
	margin-right: 20px;
}
#sidemenu {
	width: 200px;
	float: right;
}
#footer {
	height: 150px;
	margin-top: 10px;
}
#searchbox {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#searchbox .text{
	width:175px;
	height:25px;
}
#searchbox .submit{
	width:100px;
	height:25px;
}
#gmenu {
	height: 40px;
	background-color: #F2F2F2;
	margin-bottom: 20px;
}
#gmenu li{
	float:left;
}
.gmenu1	{
	text-decoration:none;
	display:block;
	width: 250px;
	height: 40px;
	background-image: url(./img/gmenu3.png);
	background-repeat: no-repeat;
}
.gmenu1:hover	{
	background-image: url(./img/gmenu3.png);
	background-position: 0px -40px;
}
.gmenu1now	{
	text-decoration:none;
	display:block;
	width: 250px;
	height: 40px;
	background-image: url(./img/gmenu3.png);
	background-position: 0px -40px;
}
.gmenu2	{
	text-decoration:none;
	display:block;
	width: 150px;
	height: 40px;
	background-image: url(./img/gmenu3.png);
	background-repeat: no-repeat;
	background-position: -250px 0px;
}
.gmenu2:hover	{
	background-image: url(./img/gmenu3.png);
	background-position: -250px -40px;
}
.gmenu2now	{
	text-decoration:none;
	display:block;
	width: 150px;
	height: 40px;
	background-image: url(./img/gmenu3.png);
	background-position: -250px -40px;
}
.gmenu3	{
	text-decoration:none;
	display:block;
	width: 150px;
	height: 40px;
	background-image: url(./img/gmenu3.png);
	background-repeat: no-repeat;
	background-position: -400px 0px;
}
.gmenu3:hover	{
	background-image: url(./img/gmenu3.png);
	background-position: -400px -40px;
}
.gmenu3now	{
	text-decoration:none;
	display:block;
	width: 150px;
	height: 40px;
	background-image: url(./img/gmenu3.png);
	background-position: -400px -40px;
}
.tenpo .tenpotop{
	background-color:#F3E7C2;
}
.tenpo table{
	margin-bottom:20px;
	background-color: #003300;
}
.tenpo td{
	background-color:#FFFFFF;
}
.tenpo th, .tenpo td{
	padding:10px;
}
.tenpo th{
	width:150px;
	color:white;
	background-color: #006633;
}
.topics{
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.topics dt{
	clear:both;
	float:left;
	line-height:1.4em;
	font-weight: bold;
}
.topics dd{
    border-bottom:1px dotted #CCC;
    padding-left:9em;
    padding-bottom:0.6em;
    margin-bottom:0.6em;
    line-height:1.4em;
    color:#006C93;
}
.search_result td{
	background-color:#F6F6F6;
	border-bottom:1px dashed #999999;
	padding:10px;
	margin-bottom:10px;
}
.searchtable td{
	border-bottom:1px dashed #999999;
	padding:10px;
	margin-bottom:10px;
}
#inform table{
	background-color:#EEEEEE;
	width:580px;
	height:111px;
	margin-bottom: 10px;
}
#inform td{
	padding:10px;
}
#tenpopic table{
	margin-bottom:10px;
}
#map_canvas{
	margin-bottom:10px;
}
.black_bold{
	font-size:150%;
	font-weight:bold;
}
#naiyou{
	margin-top:10px;
}
#naiyou table{
	background-color:#006633;
	margin-bottom:20px;
}
#naiyou th{
	background-color:#F3E7C2;
	color:#666666;
}
#naiyou td{
	padding:10px;
	background-color:#FFFFFF;
}
#tmenu{
	height:40px;
	width:580px;
}
#tmenu li{
	float:left;
	width:140px;
	height:40px;
}
#tmenu1	{
	text-decoration:none;
	display:block;
	width: 140px;
	height: 40px;
	background-image: url(./img/tmenu.png);
	background-repeat: no-repeat;
}
#tmenu1_1	{
	width: 140px;
	height: 40px;
	background-image: url(./img/tmenu.png);
	background-position: 0px -40px;
}
#tmenu1:hover	{
	background-image: url(./img/tmenu.png);
	background-position: 0px -40px;
}
#tmenu2	{
	text-decoration:none;
	display:block;
	width: 140px;
	height: 40px;
	background-image: url(./img/tmenu.png);
	background-repeat: no-repeat;
	background-position: -140px 0px;
}
#tmenu2_1	{
	width: 140px;
	height: 40px;
	background-image: url(./img/tmenu.png);
	background-position: -140px -40px;
}
#tmenu2:hover	{
	background-image: url(./img/tmenu.png);
	background-position: -140px -40px;
}
#tmenu3	{
	text-decoration:none;
	display:block;
	width: 140px;
	height: 40px;
	background-image: url(./img/tmenu.png);
	background-repeat: no-repeat;
	background-position: -280px 0px;
}
#tmenu3_1	{
	width: 140px;
	height: 40px;
	background-image: url(./img/tmenu.png);
	background-position: -280px -40px;
}
#tmenu3:hover	{
	background-image: url(./img/tmenu.png);
	background-position: -280px -40px;
}
#tmenu4	{
	text-decoration:none;
	display:block;
	width: 140px;
	height: 40px;
	background-image: url(./img/tmenu.png);
	background-repeat: no-repeat;
	background-position: -420px 0px;
}
#tmenu4_1	{
	width: 140px;
	height: 40px;
	background-image: url(./img/tmenu.png);
	background-position: -420px -40px;
}
#tmenu4:hover	{
	background-image: url(./img/tmenu.png);
	background-position: -420px -40px;
}
.event{
	padding:10px;
	margin-bottom:20px;
	border-bottom:dashed 1px #CCCCCC;
}
.event h2{
	margin-bottom:20px;
}
.event .date{
	font-weight:bold;
	float:left;
	width:100px;
	font-size:70%;
	line-height: 2.5em;
}
.event dt, .event dd{
	height:40px;
}
.event dt{
	width:130px;
	float:left;
	font-weight:bold;
}
.more{
	float:right;
}