@charset "utf-8";

#mainContent {
	background: url(../images/top_cont_bg.gif) repeat-y left top;
}

.contentL {
	width: 421px;
	float: left;
}
.contentR {
	width: 324px;
	float: right;
}

.column1Box {
	width: 800px;
	height: 306px;
}

#topics {
	width: 421px;
	overflow: auto;
	height: 176px;
	background: #FFFFFF;
	margin-top: 10px;
}

dl#topics dt {
	padding: 0px 6px 0px 6px;
	color: #59391A;
	font-weight: bold;
}

dl#topics dd {
	border-bottom: 1px dotted #cccccc;
	padding: 0px 6px 5px 6px;
	margin-bottom: 5px;
	color: #444444;
	font-size: 13px;
	line-height: 1.6;
}
dl#topics dd a {
	text-decoration: underline;
	color: #028cab;
}
dl#topics dd a:hover {
	text-decoration: none;
}


dl#topics dt#topicTop {
	padding: 3px 6px 0px 6px;
}
dl#topics dd#topicLast {
	border: none;
}

.type1 {
	margin-top: 11px;
}
.btnR {
	padding-left: 9px;
}
