@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------
	Base
----------------------------------------------------*/

#top_img {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 613px;
}

#top_column #topics {
	float: left;
	width: 465px;
	background-color: #D9D5C5;
}

#topics img {
	margin: 0px;
	padding: 0px;
}
#topics  dt {
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 25px;
}
#topics  dd {
	background-color: #d9d5c5;
	margin: 0px;
	padding: 10px;
	height: 123px;
}

#top_column {
	margin-bottom: 1.4em;
	padding-left: 40px;
}

#top_column #banner {
	width: 160px;
	float: left;
	padding-left: 10px;
}

#banner img {
	margin-bottom: 10px;
}
#topics .btn_more {
	float: right;
	padding-top: 10px;
}
.topics_table {
	font-weight: normal;
	color: #241E11;
	padding: 1px;
	font-size: 0.8em;
}
.topics_table td {
	font-weight: normal;
	padding: 1px;
}

.topics_table th {
	font-weight: normal;
	text-align: left;
	padding: 1px;
	width: 50px;
}
.topics_table a {
	color: #241E11;
	text-decoration: none;
}
.topics_table a:hover {
	color: #996600;
	text-decoration: none;
}
.topics_table a:visited {
	text-decoration: none;
	color: #241E11;
}
