#toppage {
	margin: 0px;
	padding: 0px;
}
#toppage #catch {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#toppage #bridge {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
	font-size: 12px;
	color: #000099;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#toppage #news {
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#news dt {
	font-size: 16px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#news dt img {
	margin-left: 10px;
	margin-bottom: 5px;
}
#news dd {
	font-size: 13px;
	background-color: #FFF;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #DFDFDF;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#news .news-even {
}
