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