/* CSS Document */
@import url(../style_menu/m_green04/menu.css);
@import url(../style_contents/c_green04/contents.css);
@import url(../style_foot/f_gray04/foot.css);

#header {
	background :  url("img_l/header_bg.jpg") no-repeat right bottom #FFF ;
	border-bottom:1px solid #cccccc;}
	
/*　タイトル設定　*/

#header h1 {
	color: #4E8C41;}

#header h2 { 
	color:#977F43}	
	
#header a { color : #4E8C41 ; text-decoration : underline ;}
#header a:hover { text-decoration:none;}


/* コンテンツ--------------------- */

#content {
	background: url("../img_common/contents_bg.gif") repeat-x;}
