@charset "UTF-8";


/*----------------------------------------------------------
 ニュース
----------------------------------------------------------*/
#news-title {
	background: url(../images/tefc_news_maintitle.gif) no-repeat 0 0;
	width: 998px;
	height: 58px;
	margin: 20px auto 0 auto;
	padding: 0;
	text-indent: -9999px;
}
#tefc-news {
	background: url(../images/tefc_news_bg.gif) no-repeat 0 60px;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#news-head h2 span { background: url(../images/tefc_news_headline_mark.gif) no-repeat 4px 8px; }
#news-head p.newsdate {
	margin: 8px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}
#news-main {
	margin: 0 0 120px 0;
}
#news-main .image-block {
	margin: 30px 0 0 0;
	text-align: center;
}
#news-main img {
	margin: 0 auto;
}
#news-main p {
	margin: 30px 0 0 0;
}

