@charset "UTF-8";

/* top_nav */
#top_nav {
	width: 800px;
	height: 445px;
	background: url(../images/i_top_bg.jpg) left top no-repeat;
	text-align: right;
}

#top_nav ul {
	clear: both;
}
#top_nav li {
	display: block;
	float: right;
	width: 161px;
	height: 161px;
}

#topics {
	float: left;
	width: 520px;
}
#topics h4 {
	border-bottom: #325636 solid 1px;
	background-repeat: no-repeat;
	background-position: 0em center;
	font-weight: bold;
}
#topics dl {
	margin-bottom: 5px;
}
#topics dt {
	clear: both;
	float: left;
	width: 8.6em;
}
#topics dd {
	margin-left: 8.6em;
}
#topics dd img {
	margin-right: 5px;
	vertical-align: middle;
}

#banner {
	display: inline;
	float: right;
	width: 172px;
	margin: 15px 15px 15px 0;
}
#banner li {
	margin-bottom: 5px;
}
