@charset "utf-8"; /*CSSDocument*/



body#news #contents {
	padding-top:65px;
	min-height:410px; /*image size -40px*/
	background-image:url(/news/imgs/nws_title.gif);
	background-position:0 40px;
}
* html body#news #contents { height:410px; }



.news-list { width:528px; }

.news-list dt, .news-list dd {
	margin:0;
	border-top:1px solid #cccccc;
	padding:17px 10px;
	display:block;
	float:left;
}
.news-list dt {
	width:112px;
	line-height:1.1em;
	text-align:right;
	clear:both;
}
.news-list dd { width:376px; }

.news-list dd p { margin-top:13px; }

.news-list dd img, .news-list dd p img {
	max-width:376px;
	display:block;
}
.news-list dd img { margin:15px auto 0 auto; }
.news-list dd p img { margin:15px auto 15px auto; }
