@charset "UTF-8";

#main table {
	border-collapse: collapse;
	width: 430px;
	float: left;
}
#main th {
	color: #555;
	padding: 0.5em 0 0.5em 5px;
	vertical-align: top;
	background-image: url(../img/topics_line.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 9em;
}
#main th span {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	background-image: url(../../img/topics_date.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	display: block;
}
#main td {
	padding: 0.5em 0;
}
#main dl {
	margin-bottom: 20px;
	width: 250px;
	float: right;
}
#main dt {
	text-align: center;
	margin: 0;
	padding: 5px;
	background-image: url(../img/rect.png);
	border-bottom: 1px solid #aaa;
}
#main dd {
	margin-bottom: 10px;
	background-image: url(../img/rect.png);
	background-position: bottom;
}
#main dd li {
	display: inline;
}
#main dl a {
	text-align: center;
	padding: 0 10px;
	text-decoration: none;
	display: block;
}
