@charset "utf-8";

/* --------------------------------------------------------------
contents
-------------------------------------------------------------- */

#main h3 {
	padding:8px 0 8px 20px;
	margin:0 0 28px 0;
	background:url(/images/title_news_bg.png) left bottom repeat-x;
	font-size:16px;
	color:#7e171b;
}

#main h3 span {
	padding:2px 0 2px 25px;
	background:url(/images/title_news_icon.png) 0 0 no-repeat;
}
/* for IE6 */
#main h3 span {
	background:url(/images/title_news_icon.gif) 0 0 no-repeat;
}

