body #container #contents #main #basecontents {
	margin: 0 auto;
	width: 640px;
	padding: 20px 0;
}

#newsbox {
	margin: 0 auto;
	padding: 20px 0;
	width:640px;
}

.news{
	display:block;
	width:640px;
	line-height:150%;
}

.news dt{
	margin:0px;
	display:block;
	float:left;
	width:70px;
	background-position:top right;
	background-repeat:no-repeat;
	background-color: #39a9e2;
	padding: 4px 0;
	text-align:center;
	color:#FFF;
}

.news dd{
	display:block;
	width:570px;
	float:left;
}
.news dd p{
	margin-bottom: 5px;
	}
.news dd h4{
	margin:0px 0px 5px 0px;
	display:block;
	font-weight:bold;
	background-color: #EEE;
	padding: 4px 15px;
}

.news dd img{
	margin:0px 0px 5px 0px;
	border:solid 1px #CCCCCC;
	padding:1px;
	clear:both;
}

.news_border{
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px;
	height:10px;
	background-image:url(/news/img/line3.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	clear:both;
}
.news li{
	list-style: decimal outside;
	margin-left: 30px;
	margin-bottom: 7px;
}
.news_pdf a{
	padding:0px 5px 0px 30px;
	font-size: small;
	line-height:170%;
	background: url(../../news/img/common/icon_pdf.jpg) no-repeat left center;
}
.news_right{
	float:right;
}
.news_center{
	text-align: center;
}
