/* index */
.idxHdr {
	width: 500px;
	margin-bottom: 20px;
}

#topPage .newsArea {
	padding: 15px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#topPage ul.newsLst li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}
#topPage ul.newsLstInner li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
	border-bottom: none;
}

#topPage .newsBlock {
	margin-top: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
	background:url(../img/brokenline.gif) repeat-x bottom;
}
#topPage .newsBlock th {
	padding: 0px 5px;
	color: #E6016E;
	vertical-align: text-top;
}
#topPage .newsBlock td {
	padding: 0px 5px;
}
