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

.topics-table {
	margin: 0px auto auto 10px;
}

td {
	height: 21px;
	margin: 0 auto auto 0;
	padding: 4px 0px;
	vertical-align:middle;
	border-bottom: 1px dashed #666666;
}
.td-bottom {
	border-bottom: none;
}
.table-date {
	width: 120px;
}
.table-img {
	width: 70px;
}
.table-date-bottom {
	width: 120px;
	border-bottom: none;
}
.table-img-bottom {
	width: 70px;
	border-bottom: none;
}
.table-txt-bottom {
	border-bottom: none;
}

