/* CSS Document */
@import url(../style_menu/menu_green07/menu.css);
@import url(../style_contents/contents_green06/contents.css);
@import url(../style_foot/foot_green01/foot.css);


#header {
	height:80px;
	background: url("img_l/header_bg.jpg") no-repeat left top #FFF ;
	border-bottom:1px solid #00963F;
}
#header #header-body{
}
	
/*　タイトル設定　*/

#header h1 {
	color: #F90;
	font-size:18px;
	padding-top:10px;}

#header h2 { 
	color: #CC9900;}	
	
#header a { 
	color: #006600 ;
	text-decoration: none ;
}
#header a:hover { 
	text-decoration:none;
}

	
