@charset "utf-8";


#main_contents h2.title {
	background: transparent url(../images/h2_title_news.png) no-repeat;
}
#main_contents h2.title span {
	background: transparent url(/news/images/txt_title.png) no-repeat 0px 0px;
}

#main_contents .news_list {
	width: 565px;
	padding-bottom: 35px;
}
#main_contents .news_list li {
	padding-bottom: 3px;
	margin-bottom: 2px;
	line-height: 1.2em;
	background: transparent url(/common/images/line_01.gif) repeat-x left bottom;
}
#main_contents .news_list li a {
	font-size: 14px;
	color: #1E1E1E;
}
#main_contents .news_list li span.date {
	font-size: 12px;
	color: #911531;
}


/**
 * detail
 */
#news_detail_box h3 {
	width: 565px;
	padding-bottom: 3px;
	padding-left: 1px;
	margin-bottom: 10px;
	margin-left: 0px;
	background: transparent url("/common/images/line_01.gif") repeat-x scroll left bottom;
	text-indent: 0px;
	font-size: 16px;
	line-height: 1.2em;
}
#news_detail_box .date {
	font-size: 14px;
	line-height: 1.5em;
}
#news_detail_box .news_detail {
	font-size: 14px;
	line-height: 1.5em;
}

#news_detail_box .news_detail p {
	line-height: 1.5em;
}

