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

body{
	
	background-image:url(images/p004.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:12px;
        font-weight: bold;
	color:#000000 ;
}

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


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

#header h1{
	font-size:22px;
	text-indent:5px;
	color:#336600;
        padding-left:10px;
}
#header h1 img{
        float:left;
}
#header h2{
	font-size:20px;
	color:#336600;
	text-align:right;
        padding-right:10px;
}
#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;
	
}


#home{
	background-image:url(images/green_b.gif) ;
	background-repeat:no-repeat;
}

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

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

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

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

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


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


#sub_contents {
    width:260px;
    padding:30px;
	}
#sub_contents ul li{
	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{
	clear: both;
	width:800px;
	height:20px;
	text-align:center;
        background-color:white;
	}

