/* CSS Document */
@import url(../style_menu/menu_pink01/menu.css);
@import url(../style_contents/contents_pink01/contents.css);
@import url(../style_foot/foot_pink01/foot.css);

/*　---------------------★ヘッダー---------------------　*/
#header {
	background :  url("img_l/header_bg.jpg") no-repeat right bottom #881918 ; }
	
/*　タイトル設定　*/

#header h1 {
	color:#C06;}

#header h2 { 
	color:#FF9933}
	
#header a { color : #C06 ; text-decoration : underline ;}
#header a:hover { text-decoration:none;}

