body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: 0px 0px;
	background-color: #CBE8C9;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
#head {
	background-image: url(../img/headerbg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 50px;
	width: 795px;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 0px;
}

/*-------------------------------------------------- 2009.08.18追加*/
#head a:link { color: #307D17; text-decoration: none; }
#head a:visited { color: #307D17; text-decoration: none; }
#head a:hover { color: #6FA85A; text-decoration: none; }
#head a:active { color: #6FA85A; text-decoration: none; }


#head01 {
	float: left;
	width: 453px;
}

#head02 {
	float: right;
	margin-right: 10px;
	width: 310px;
	margin-top: 25px;
	text-align: right;
	font-size:10px;
	color:#619F62;
}
ul#menu {
	height: 50px;
	width: 800px;
	list-style-type: none;
	padding: 0px;
	/*clear: both;*/
	margin: 0px;
}
ul#menu li{
	float:left;
}
ul#menu li a{
	display:block;
	text-decoration:none;
	background:none;
}
ul#menu li ul{
	display:none;
}
ul#menu li ul li{
	float:none;
	list-style:none;
}
ul#menu li:hover > ul{
	display:block;
	position:absolute;
}
ul#menu li:hover ul li a,
ul#menu li:hover ul li:hover ul li a{
	border-top:none;
	border-left:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	color:#3D6E14;
	line-height:2.5em;
	width:120px;
	font-size: 10px;
	background-color: #f1f8e6;
	text-indent: 5px;
}
ul#menu li:hover ul li a:hover,
ul#menu li:hover ul li:hover a{
	color:#3D6E14;
	background-color: #c8e0a7;
}
#footer {
	background-image: url(../img/footerbg.gif);
	background-repeat: repeat-x;
	padding-top: 12px;
	width: 800px;
	height: 29px;
	clear: both;
	float: left;
	background-position: 0px 0px;	/*clear: both;*/
}
* php #footer {
	width: 801px;
}
#footer01 {
	float: left;
	margin-top: 2px;
	margin-left: 10px;
}
#footer01 img {
	margin-right: 3px;

}
#footer02 {
	float: right;
	margin-right: 10px;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #666666;
}
#footer02 img {
	margin-right: 3px;

}
.bgline01 {
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: 0px -5px;
	padding-top: 13px;
}
#footer02 a:link {
	color: #666666;
	text-decoration: none;
}
#footer02 a:visited {
	color: #333333;
	text-decoration: none;
}
#footer02 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer02 a:active {
	color: #FF0000;
	text-decoration: none;
}

