@charset "utf-8";

/*---=01_base---*/
* {
	margin:0px;
	padding:0px;
}

body {
	font:normal normal normal 75%/1.6 Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	color:#333333;
	background:#edf5e8;
	overflow:scroll;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}

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

ul {
	list-style:none;
}

table {
	border:none;
	border-collapse:collapse;
	font-size:100%;
}

table caption {
	display:none;
}

td,th {
	text-align:left;
	line-height: 1.4;
}

#wrapper {
	margin:0px auto;
	width:820px;
	text-align:left;
	background:url(../img/head_bg.gif) no-repeat left top;
}

#wrapper_body {
	margin:0;
	width:820px;
	background:url(../img/mid_bg.gif) repeat-y left top;
	text-align:left;
	float:left;
}

#main_box {
	margin:0 10px;
	display:inline;
	width:800px;
	float:left;
}

#main {
	width:580px;
	float:right;
	margin:20px 10px 0;
	display:inline;
}

a:link,a:visited {
	color:#4e7d1c;
	text-decoration:none;
	outline-style:none;
}

a:active,a:hover {
	color:#3b6311;
	text-decoration:underline;
	outline-style:none;
}

.main_img{
	width:800px;
	height:200px;
	background:url(../img/main_img.jpg) no-repeat left top;
	text-indent:-9999px;
	clear:both;
}
	

/*---=02_header---*/

div#header {
	position:relative;
	width:800px;
	height:116px;
	margin:0px 10px;
	text-align:left;
}

div#header h1 {
	position:absolute;
	left:0px;
	top:0px;
	width:330px;
	height:80px;
	background:url(../img/logo.gif) no-repeat;
	text-indent:-99999px;
}

div#header h1 a {
	display:block;
	width:330px;
	height:80px;
}

div#header h2 {
	position:absolute;
	left:0px;
	top:93px;
	width:600px;
	height:20px;
	line-height:20px;
	text-indent:5px;
	color:#008834;
}

div#header #head_contact{
	position:absolute;
	left:500px;
	top:30px;
	width:280px;
	height:60px;
}
div#header #head_contact a{
	background:url(../img/head_contact.gif) no-repeat left top;
	text-indent:-9999px;
	width:280px;
	height:60px;
	display:block;
}

/*---=03_navi---*/

#navi {
	float:left;
	width:180px;
	margin: 20px 0px 0px 10px;
	display:inline;
}

#navi .navi01 ul{
	width:180px;
	float:left;
	list-style:none;
}

#navi .navi01 ul li {
	width:180px;
	height:30px;
	font-weight:bold;
	margin:0px 0 10px;
}

#navi .navi01 ul li a {
	color:#4e7d1c;
	line-height:30px;
	text-indent:25px;
	display:block;
	width:180px;
	height:30px;
	background:url(../img/nav_bg01.gif) no-repeat left top;
}

#navi .navi01 ul li a:hover{
	background:url(../img/nav_bg01_on.gif) no-repeat left top;
	color:#3b6311;
}


#navi p#bnr01 a:hover{
	background:url(../img/bnr01_ov.gif) no-repeat left top;
}

#hukiran_net{
	width:123px;
	height:31px;
	background:url(../img/fukiran_net.jpg) no-repeat left top;
	float:left;
	text-indent:-9999px;
	margin:10px 27px;
	display:inline;
}

#hukiran_net a{
	width:123px;
	height:31px;
	display:block;
}
#rss{
	width:180px;
	height:50px;
	float:left;
	text-indent:-9999px;
	background:url(../img/rss.jpg) no-repeat left top;
	margin:15px 0;
	display:inline;
}

#rss a{
	width:180px;
	height:50px;
	display:block;
}
/*---=04_footer---*/

#footer {
	clear:both;
	width:820px;
	font-size:80%;
	margin:0 auto;
	background:url(../img/foot_bg.gif) repeat-y left bottom;
	padding-bottom:20px;
}

#footer dl {
	overflow:hidden;
	width:820px;
	height:15px;
	float:left;
	display:inline;
	margin:0 0 5px;
	text-align:center;
}

#footer dl dt {
	display:inline;
	text-align:right;
}

#footer dl dd {
	text-align:left;
	text-indent:-99999px;
	float:left;
}


address {
	text-align:center;
	font-style: normal;
	clear:both;
	width:751px;
	text-align:center;
}

/*---=05_footer_link_color---*/

#footer dl dt a:link,#footer dl dt a:visited {
	color:#333333;
}
#footer dl dt a:active,#footer dl dt a:hover {
	color:#999999;
}

address a:link,address a:visited {
	color:#333333;
}
address a:active,address a:hover {
	color:#999999;
}

/*---=06_top---*/


/*---=07_sitemap---*/

dl#sitemap{
	width:450px;
	float:left;
	display:inline;
	margin:10px 10px;
}

dl#sitemap dt {
border-bottom:#BDEA9C solid 1px;
border-left:#BDEA9C solid 5px;
line-height:20px;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
text-indent:8px;
}

dl#sitemap dd {
text-indent: 20px;
margin-bottom:15px;
border-bottom:#CCCCFF dotted 1px;
line-height:20px;
font-size:12px;
}

dl#sitemap dt a:link,dl#sitemap dt a:visited{
color:#0b8c34;
text-decoration:none;
}
dl#sitemap dt a:active,dl#sitemap dt a:hover{
color: #4fab26;
text-decoration: underline;
}
/*---=08_layout---*/

.section01 {
	width:580px;
	margin:0 0 10px;
	float:left;
	display:inline;
}

.tit01{
	background:url(../img/tt01.gif) no-repeat left top;
	width:580px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	font-size:140%;
	color:#385b12;
	text-indent:25px;
	margin-bottom:5px;
	clear:both;
}

.tit02{
	background:url(../img/icon01.gif) no-repeat left top;
	width:580px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	font-size:120%;
	color:#385b12;
	text-indent:30px;
	margin-bottom:5px;
	clear:both;
}

.tit03{
	background:url(../img/icon01.gif) no-repeat left top;
	width:580px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	font-size:120%;
	color:#385b12;
	text-indent:30px;
	margin-bottom:5px;
	clear:both;
}
.section01 dl{
	margin-left:10px;
	float:left;
	display:inline;
}
dl.dl01 dt{
	color:#003cff;
	width:120px;
	text-align:center;
	float:left;
	display:inline;
}
dl.dl01 dd{
	width:380px;
	float:right;
	text-align:left;
}

.section01 strong{
	font-size:120%;
	color:#385b12;
}

.section02 {
	width:560px;
	margin:0 0 10px;
	float:left;
	padding:0 10px;
	display:inline;
}


.section03{
	width:246px;
	float:left;
	text-align:center;
	margin:3px 2px;
	display:inline;
	height:240px;
}

.section03 h2{
	padding:5px 5px 0;
	color:#0b8c34;
	font-weight:bold;
	font-size:120%;
}

.section04{
	border:1px solid #4fab26;
	width:270px;
	float:left;
	text-align:center;
	margin:10px 9px 0;
	display:inline;
	height:280px;
}

.section04 h2{
	padding:5px 5px 0;
	color:#0b8c34;
	font-weight:bold;
	font-size:120%;
}


.section04_items{
	width:560px;
	float:left;
	display:inline;
	margin:10px 9px;
	border:1px solid #4fab26;
	text-align:center;
}

.section04_items_L{
	width:270px;
	float:left;
	margin:10px 0 10px 8px;
	display:inline;
}

.section04_items p{
	margin-bottom:10px;
}
.section04_items_R{
	width:230px;
	float:right;
	margin:10px 8px 10px 0;
	display:inline;
}

ul.list01 {
width : 480px;
margin :10px 10px;
}
ul.list01 li {
padding-left : 5px;
list-style : none;
border-bottom : 1px dashed #BDEA9C;
border-left : 4px solid #BDEA9C;
background-color : #e6fad7;
margin : 3px 0;
} 

/*************link*************/
dl.link{
	width:580px;
	float:left;
}
dl.link dt{
	margin-top:5px;
	width:130px;
	height:50px;
	float:left;
	line-height:25px;
	display:inline;
}
dl.link dd{
	margin-top:5px;
	padding-left:5px;
	line-height:25px;
	width:436px;
	height:49px;
	border-bottom : 1px dashed #BDEA9C;
	border-left : 4px solid #BDEA9C;
	float:left;
	display:inline;
}
dl.link img{
	margin:5px 0 0;
	text-align:center;
	display:inline;
}
/**************link-end********/

/*---=09_general_purpose---*/

.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}

.ali_cen {
	text-align:center;
}
.ali_right {
	text-align: right;
}
.ali_left {
	text-align: left;
}

.fl {
	float:left;
}
.fr {
	float:right;
}

.clb {
	clear:both;
}
.cll {
	clear:left;
}
.clr {
	clear:right;
}

.imgR{
	float:right;
	margin:3px 0 10px 10px;
	display:inline;
}
.imgL{
	float:left;
	margin:3px 10px 10px 0;
	display:inline;
}

.to_top{
	clear:both;
	text-align:right;
}

.tx_red{
	color:#ff0000;
}

.table01{
border-collapse:collapse;
border-top:solid 1px #7EC549;
border-left:solid 1px #7EC549;
border-right:solid 1px #7EC549;
border-bottom:solid 1px #7EC549;
background:#FFFFFF;
margin:5px 0 10px;
line-height:18px;
padding:5px;
font-size:12px;
text-align:left;
}
.table01 p{
	margin:0;
	padding:0;}
.table01 td,.table01 th{
border-top:solid 1px #7EC549;
border-left:solid 1px #7EC549;
border-right:solid 1px #7EC549;
border-bottom:solid 1px #7EC549;
padding:3px 3px;
font-size:12px;
}

/*---=10_page_title---*/

