/*****************************
 * top.css
 *****************************/

/* [p.banner] ////////////////////////*/
.banner {
	margin-bottom: 10px;
}

/* [div.section] /////////////////////*/
.section {
	width: 575px;
	margin-bottom: 10px;
}
.section h3 {
	font-size: 1em;
}
.section p {
	padding: 5px 10px;
	line-height: 1.4;
	letter-spacing: 0.2px;
	background: #eee;
	border: 1px solid #ddd;
	border-top: none;
}

/* [div.news] ////////////////////////*/
.news {
}
.news dl {
	overflow: auto;
	height: 150px;
	background: #eee;
	border: 1px solid #ddd;
	border-top: none;
}
.news dt {
	height: 15px;
	margin: 5px 7px 5px;
	padding: 0 3px;
	font-weight: bold;
	font-family: Arial;
	border-left: 3px solid #555;
}
.news dd {
	line-height: 1.2;
	letter-spacing: 0.2px;
	margin: 0 15px 5px;
}
