@charset "UTF-8";
* {
	margin:0;
	padding:0;
	font-style: normal;
}

body{
	
	background-image:url(images/grass_haikei.jpg);
	font-size:75%;
	line-height:1.6;
}

img{
	border:none;
	vertical-align:bottom;
}
h3{
	font-size:18px;
	color:#000000 ;
	border-left:solid #FF6600 5px;
	border-bottom:solid #FF6600 1px;
	padding:0 0 0 10px;
	margin-bottom:20px;
	margin-top:20px;

}
h4{
	font-size:15px;
	color:#000000 ;
}
p{
	font-size:13px;
        font-weight: bold;
	color:rgb(0, 51, 0);
}

#container{
	width:800px;
	margin:0 auto;
	background-image:url(images/sora65.jpg);
}


#header{
	height:65px;
	background-color:#CCFFCC;
	padding:10px;
}

#header h1{
	font-size:22px;
	text-indent:5px;
	color:#336600;
}
#header h1 img{
    float:left;
}
#header p{
	font-size:18px;
	color:#336600;
	text-align:right;
}


#navi{
	width:800px;
	height:40px;
}
#navi ul li{
	display:block;
	float:left;
        
   	}

#navi ul li a{
	display:block;
	width:160px;
	height:40px;
	line-height:40px;
	text-decoration:none;
    text-align:center;
	color:#FFF;
}
#navi ul li a:hover{
	color:#F63;
}
#home{
	background-image:url(images/menugreen.gif) ;
	background-repeat:no-repeat;
}

#home:hover{
	background-image:url(images/menuyellow.gif) ;
	background-repeat:no-repeat;
}
#nature{
	background-image:url(images/menugreen.gif);
	background-repeat:no-repeat;
}

#nature:hover{
	background-image:url(images/menuyellow.gif) ;
	background-repeat:no-repeat;
}
#onestep{
	background-image:url(images/menugreen.gif) ;
	background-repeat:no-repeat;
}

#onestep:hover{
	background-image:url(images/menuyellow.gif) ;
	background-repeat:no-repeat;
}
#event{
	background-image:url(images/menugreen.gif) ;
	background-repeat:no-repeat;
}

#event:hover{
	background-image:url(images/menuyellow.gif) ;
	background-repeat:no-repeat;
}
#information{
	background-image:url(images/menugreen.gif) ;
	background-repeat:no-repeat;
}

#information:hover{
	background-image:url(images/menuyellow.gif) ;
	background-repeat:no-repeat;
    }


#main_contents {
    clear: both;
    float: right;
   	width:420px;
	font-size:14px;
	color:#006;
	padding:20px;
	}
#main_contents ul li{
	font-weight: bold;
}


#sub_contents {
    width:300px;
    padding:20px;
	}
#sub_contents ul li{
	font-color:rgb(0.51.0);
        font-size:14px;
        font-weight: bold;
        list-style:none;
	list-style-image:url(images/leaf_lm.gif);
     }
#sub_contents img{
    border:none;
	padding:0px;
	}
	



#bottom_visual {
    clear: both;
	}
#grass {
	�background-image: url(images/grass.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	position: fixed;
	bottom: 0px;
	height: 118px;
	z-index: 5;
	background-image: url(images/grass.png);
}
#footer {
	background-position: center;
	bottom: 0px;
	z-index: 99;
	width: 100%;
	text-align: center;
	visibility: visible;
	position: fixed;
	font-weight: normal;
	padding-bottom: 5px;
	color: #FFFFFF;
		}
#footer li{display:inline; margin-left:10px;}
#footer a{
	color: #FFFFFF;
		}


#footer a:hover{
	color: #ADFF2F;
	text-decoration: underline;
		}

