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

body{
	font-size: 13px;
	margin: 0px;
	line-height: 140%;
	color: #222;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(../img/topback.png);
	background-repeat: repeat-x;
	}

h1,h3,h4,h5,h6,p{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

img{border-style: none;}

ul li {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
		 -o-transition: 0.2s ease-in-out;
		 	transition: 0.2s ease-in-out;
			}

#wrapper{
width: 900px;
margin: 0px auto;
	}

#wrapper01{
	margin: 0px;
	width: 900px;
	border-top: solid 4px #8EC31F;
	}

#header{
width: 900px;
height: 90px;
margin: 0px auto 3px;
position: relative;
background-color: #fff;
border-bottom: solid 1px #666;
	}
	
#header h1{
margin: 0px;
position: absolute;
top: 0px;
left: 0px;
}

#header h2{
position: absolute;
top: 30px;
right: 20px;
font-size: 11px;
	}

#g_navi{
width: 900px;
height: 30px;
margin: 0px auto 5px;
}

#g_navi ul{
	margin-top: 4px;
	padding-left: 0px;
	height: 30px;
	background-color: #8EC31F;
	border-radius: 5px;
	background: -ms-linear-gradient(#ABCD03 0%, #8EC31F 50%, #6EBA2C 51%, #8EC31F 100%);
background: -moz-linear-gradient(#ABCD03 0%, #8EC31F 50%, #6EBA2C 51%, #8EC31F 100%);
background: -webkit-linear-gradient(#ABCD03 0%, #8EC31F 50%, #6EBA2C 51%, #8EC31F 100%);
background: -o-linear-gradient(#ABCD03 0%, #8EC31F 50%, #6EBA2C 51%, #8EC31F 100%);
background: linear-gradient(#ABCD03 0%, #8EC31F 50%, #6EBA2C 51%, #8EC31F 100%);

background: -webkit-gradient(linear, left top, left bottom, from(#ABCD03), color-stop(50%, #8EC31F), color-stop(50%, #6EBA2C), to(#8EC31F));
}

#g_navi ul li{
	list-style-type: none;
	float: left
}

#g_navi ul li a	{
display: block;
padding: 0px 15px;
line-height: 30px;
text-decoration: none;
text-align: center;
color: #ffffff;
border-right: solid 1px rgba(255,255,255,0.3);
}

#g_navi ul li a:hover	{background-color: rgba(86,123,3,0.2)}

#g_navi ul li:first-of-type a:hover{border-radius: 5px 0px 0px 5px;}
	
#main_image{
width: 900px;
margin: 0px auto;
position: relative;
}

#m_navi{
margin: 0px;
position: absolute;
top: 0px;
left: 0px;
}

#m_navi ul{
margin: 0px;
padding: 0px;
}

#m_navi ul li{
width: 240px;
height: 59px;
padding-left: 20px;
font-size: 0.7em;
list-style-type: none;
background-color: #D8EFBF;
border-top: solid 1px #FFF;
border-right: solid 1px #B6D99A;
border-bottom: solid 1px #B6D99A;
border-left: solid 1px #FFF;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

#m_navi ul li:hover	{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

#m_navi ul li a{
line-height: 40%;
font-size: 1.3em;
list-style-type: none;
text-decoration: none;
color: #125345;
}

#m_navi ul li a p{
font-size: 1.15em;
color: #000;
}

#wrapper03{
clear: both;
	margin: 50px 0px 0px 0px;
	width: 100%;
	min-width:900px;
	background-color: #8EC31F;
	}

#footer{
	height: 20px;
	width: 900px;
	margin: 0px auto;
	text-align: center;
	}
	
#footer p{
font-size: 10px;
	color: #FFF;
	padding-top: 0px;
	display: inline;
}