@charset "utf-8";
/*------------------------------------------------------------
ノーマルページ月別見出しCSS
-------------------------------------------------------------*/
#header {
	background-image: url(../normal_img/head_bg.gif);
	height: 135px;
}
/* 上部(月)の特集 */
h2#month_sp{
	background: url(../normal_img/month_sp.gif) no-repeat 0 10px;
	text-indent:-9999px;
}
/* 中部(シーズン)の特集 */
h2#season_sp{
	background: url(../normal_img/season_sp.gif) no-repeat 0 10px;
	text-indent:-9999px;
	margin-top: 20px;
}
/* 中部特集左部 */
#sp_03 h3 {
	background: url(../normal_img/season_left_title01.gif) no-repeat 15px 8px;
	height: 39px;
	width: 363px;
	text-indent: -9999px;
}
/* 中部特集右部 */
#sp_04 h3 {
	background: url(../normal_img/season_right_title01.gif) no-repeat 15px 8px;
	width: 363px;
	height: 39px;
	text-indent: -9999px;
}
