@charset "UTF-8";

/* TOP */



/* 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: 580px;
	margin: 15px 0 15px 15px;
}
#topics h4 {
	margin-bottom: 10px;
}
#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;
}

#topics li {
	padding-left: 13px;
	list-style: none;
	background-image: url(../images/li_bg.gif);
	background-repeat: no-repeat;
	background-position: 0em center;
}

#banner {
	display: inline;
	float: right;
	width: 172px;
	margin: 15px 15px 15px 0;
}
#banner li {
	margin-bottom: 5px;
}
