@charset "utf-8"; 

/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

*{
	margin: 0;
	padding: 0;
	}
	
html{
	overflow-y: scroll;
	}
	
a {	
	color:#333333;
		}
		
a img{	border: none;
		}
		
a:link {}
a:visited {}
a:hover {
	color:#FF3300;
	text-decoration: underline;
	}
a:active {}
a:focus{}
	
body{
	font-size: 90%;
	background-color: #99f253;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	margin: 0 auto;
	background-repeat: repeat;
	}
	
#container{
	width: 896px;
	margin: 0 auto;
	background-image: url(images/body_back2.jpg);
	text-align: center;
	}
	
#box{
	width: 896px;
	/*margin-left: 10px; */
	overflow:hidden;
	text-align: center;
	}
	
#header_index{
	height: 124px;
	width: 896px;
	background:url(images/title2.jpg);
	background-repeat:no-repeat;
	}
	
.headmenu {
	text-align:left;
	margin-top: 64px;
	margin-left: 48px;
}

.menu01{
	background-image:url(images/tab1.jpg);
	background-repeat: no-repeat;
	width: 180px;
	text-align: center;
	height: 34px;
	font-weight:bold;
	color: #000000;
	float: left;
	display: block;
	line-height: 2.6em;
	font-size: 95%;
}


.menu01 a:hover{
	background-image:url(images/tab2.jpg);
	background-repeat: no-repeat;
	width: 180px;
	text-align: center;
	height: 34px;
	font-weight:bold;
	color: #ffffff;
	display: block;
	line-height: 2.6em;
	text-decoration:none;
}

.menu01 a{
	background-image:url(images/tab1.jpg);
	background-repeat: no-repeat;
	width: 180px;
	text-align: center;
	height: 34px;
	font-weight:bold;
	color: #000000;
	float: left;
	display: block;
	line-height: 2.6em;
	text-decoration:none;
}

.menu02{
	background-image:url(images/tab2.jpg);
	background-repeat: no-repeat;
	width: 180px;
	text-align: center;
	height: 34px;
	font-weight:bold;
	color: #000000;
	float: left;
	display: block;
	line-height: 2.6em;
	font-size: 95%;	
}

	
#header{
	margin: 0;
	height: 72px;
	}
	
#main_menu{
	margin: 0 60px  0 60px;
}

#main_menu .topmenu{
	text-align:right;
	color:#8cc63e;
}

#main_menu .topmenu a{
	color:#8cc63e;
}

#main_menu .topmenu a:hover{
	color:white;
	background-color:#8cc63e;
	text-decoration:none;
}

#main_menu .topmenu .on{
	color: #ffffff;
	background-color:#8cc63e;
	text-decoration:none;
} 
	
#main_menu ul {
	list-style-type: none;
	display: block;
}

#main_menu li {
	display: block;
	width: 132px;
	float: left;
	height: 26px;
	font-size: 85%;
	line-height: 1.5;
	text-align: center;	
} 

#main_menu li a{
	display: block;
	float: left;
	height: 26px;
	color: black;
	text-decoration:none;
	text-align: center;		
} 

#main_menu li a:hover{
	color: black;
} 



#p_list{
	font-size: 90%;
	text-indent: 14px;
	text-align: left;
	padding: 6px 0px 4px 0px;
	margin-bottom: 24px;
	background-color: #eeeeee;
}

#p_list a{
	color: #333333;
	text-decoration:underline;
}

#p_list a:hover{
	color: #999999;
	text-decoration:underline;
}

#contents{
	clear:both;
	}

#side{
	float: left;
	text-align: left;
	width: 156px;
	overflow: hidden
	}


#side_menu{
	float: left;
	display: inline;
	font-size:90%;
	margin: 0px 0px 0px 0px;
	width: 156px;
	}

#side_menu dd{
	/*トップ用　見出し*/
	width: 192px;
	height: 28px;
	color: #006600;
	text-indent: 12px;
	line-height: 2.4;
	border-bottom: solid 1px #999999;
	font-style: bold;
}



#side_menu ul {
	list-style-type: none;
}

#side_menu li{
	height:2.8em;
	color: #222222;
	text-indent: 1em;
	line-height:2.8em;
	color: #333333;
} 


#side_menu li a{
	display: block;
	color: #222222;
	text-decoration:underline;
} 

#side_menu li a:hover{
	color:#ffffff;
	background-color:#00CC00;
	text-decoration:none;
} 


/*.on{ color:#ffffff; background-color:#00CC00;	text-decoration:none; padding-left:0.5em;} */




#main{
	float: left;
	margin-bottom: 12px;
	text-align: left;
	padding-left: 48px;
	width: 804px;
	}
	
#main p{
	line-height: 1.5em;
	padding-left: 24px;
	padding-right: 36px;
	}

#main ul {
	margin: 0px 48px 0px 0px;
}

#main ol {
	padding: 0;
	margin: 0px;
}

#main ol li{
	
}

#main li {
	line-height:1.5em;
	list-style-type: square;
	margin-left: 24px;
} 


.caption { 
	caption-side: top; 
	text-align:left; 
	padding-left: 24px;
	padding-bottom: 6px;
	} 	
	


.pbox{
	clear: both;
	}
	
#main h1{
	/*font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝", serif;*/
	font-size: 120%;
	font-weight: bold;
	width: 782px;
	color: #8cc63e;
	margin-bottom: 6px;
	border-left: solid 6px #8cc63e;
	text-indent: 4px;
	margin-left: 6px;
	border-bottom: solid 1px #8cc63e;
	padding-bottom: 4px;
	margin-top: 12px;
	}
	
#main h2{
	font-size: 100%;
	font-weight: bold;
	color: #8cc63e;
	margin-bottom: 6px;
	border-left: solid 6px #8cc63e;
	text-indent: 4px;
	margin-left: 6px;
	margin-top: 6px;
	}
	
	#main h3{
	font-size: 100%;
	font-weight: bold;
	color: #8cc63e;
	margin-bottom: 6px;
	text-indent: 4px;
	margin-left: 24px;
	border-bottom: 1px solid #8cc63e;
	width: 120px;
	}
	
	
#main img.title{
	width: 540px;
	border-bottom: 1px solid #3672B0;
	margin-bottom: 12px;
	}

#main img.title2{
	width: 540px;
	padding-left: 0px;
	}
	
#main img{
	padding-bottom: 12px;
	}

#main table {
	}
	
#main h2{
	/*font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;*/
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	width: 564px;
	text-indent: 6px;
	margin-bottom: 18px;
	line-height: 1.5em;
	margin-top: 6px;
	}
	
	
#main table{
	margin-left:24px;
	}

	
.midashi01{
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 180%;
	padding-bottom: 0px;
	color: #008b42;
	}
	
.midashi02{
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
	font-size: 100%;
	color: #3672B0;
	padding-bottom: 24px;
	}
	


#footer_menu {
	clear: both;
	overflow:hidden;
	width: 760px;
	height: 24px;
	display: block;
	font-size: 90%;
	border-top: 1px solid #3672B0;
	border-bottom: 1px solid white;
	background-color: #3672B0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	
#footer_menu ul {
	list-style-type: none;
}

#footer_menu li {
	float: right;
	display: block;
	width: 130px;
	height: 24px;
	text-align: center;
	color: black;
	line-height: 2.2;
	border-left: 1px solid white;
	background-color: #dddddd;
} 

#footer_menu li a{
	color: white;
	display: block;
	background-color: #3672B0;
} 

#footer_menu li a:hover{
	color: black;
	background-color: #dddddd;
} 
	

#footer{
	clear: both;
	margin-left:12px;				/* added by Five */
	background-image:url(images/footer_back2.jpg);	/* Change to ... _back2 by Five */
	height: 72px;
	background-repeat: no-repeat;
	}

#footer p{
	line-height: 1.4em;
	color: #333333;
	text-align: center;
	padding-top: 18px;
	}

.map{
	width:804px;
	border: solid 1px #cccccc;
	}
	
.map iframe{
	border:none;
}

.top_table table{
	font-size:95%;
	border-top: 1px solid #cccccc;
}

.top_table table td{
	border-bottom:1px solid #cccccc;
	padding-top:2px;
	padding-bottom:2px;
}
