@charset "utf-8";
#topics {
	width: 485px;
	float: right;
	background-image: url(../img/top/topic_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 0px;
	clear: right;
	height: 146px;
	overflow:auto;
	margin: 0px;
	padding-bottom: 0px;
	
}

h2 {
	height: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#container {
	background-image: url(../img/bg001.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#topics li {
	list-style-type: none;
	background-image: url(../img/icon_aka.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 20px;
	margin-bottom: 1em;
	padding-top: 0px;
	margin-top: 0px;
}
