/* @override http://localhost:8888/css/news.css */

@import "reset.css";
@import "basic.css";
@import "module.css";
@import "layout.css";
@import "underCommon.css";

/* @group #news */

#mainImg {
	background-image: url(../images/news/mainImg_news.jpg);
}

h2 {
	background: url(../images/news/h2_news.png) no-repeat;
	width: 165px;
}

/* @end */

/* @group #news_index */

#news_index dd {
	padding-bottom: 14px;
	margin-bottom: 7px;
	border-bottom: 1px solid #e4e6e6;
	padding-left: 90px;
}

#news_index dt {
	display: inline;
	float: left;
	font-weight: bold;
	color: #104600;
}

#news_entry h3 {
	background: url(../images/ficc/event_h3.png) no-repeat;
	padding-left: 12px;
	font-size: 130%;
	padding-top: 5px;
	margin-bottom: 0;
}

#news_entry span.deta {
	font-weight: bold;
	color: #d9d9d9;
	font-size: 70%;
	margin: 14px 0 4px 14px;
}

/* @end */