@CHARSET "UTF-8";

#MAIN table.topix{
}
#MAIN .topix th{
}
#MAIN .topix td{
	border: dashed 1px silver;
	border-left: none;
	border-right: none;
}
#MAIN .topix img{
	box-shadow:1px 1px 2px #aaa;
}
#MAIN .topix td.date{
	vertical-align:top;
	width: 60px;
}
#MAIN .topix td.author{
	vertical-align:top;
	width: 70px;
}
#MAIN .topix td.description{
	vertical-align:top;
}
#MAIN .topix .top_icon{
	margin-right: 2px;
}


