@charset "UTF-8";


#topics_table {
	width: 195px;
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
	border-spacing: 0;
}

#topics_table th {
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	font-size: 85%;
	color: #FFFFFF;
}
#topics_table td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	line-height: 1.5em;
}
#topics_table ul {
	width: 175px;
	padding-top: 0.5em;
}
#topics_table li {
	padding-left: 1em;
	background-image: url(/images/top/topics_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-bottom: 0.5em;
	font-size: 93%;
}
.underline {
	background-image: url(/images/common/snavi_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

