@charset "utf-8";

#rightWrap #topMenu {
	line-height: 0px;
	width: 565px;
	position: relative;
	margin: auto;
}

#rightWrap #topMenu dl {
	line-height: 0px;
	float: left;
	padding: 0px 5px;
}

#rightWrap #topMenu dt {
	margin: 0px;
	line-height: 0px;
}

#rightWrap #topMenu dd {
	margin: 0px 0px 10px;
	line-height: 0px;
}

#newsArea {
	position: relative;
	height: 89px;
	width: 555px;
	padding: 7px 5px;
	overflow: hidden;
	clear: both;
	margin: auto auto 30px;
}
#newsArea h2 {
	margin-bottom: 5px;
	border-bottom: 1px dotted #666666;
	padding-bottom: 5px;
}


#newsArea .newsBox {
	height: 65px;
	overflow-y: auto;
	overflow-x: hidden;
}
#newsArea  .newsBox  dt {
	float: left;
	width: 550px;
	background: url(../images/arrow_img02.gif) no-repeat left center;
	padding-left: 12px;
}

#newsArea .newsBox dd {
	width: 488px;
}
