﻿@charset "utf-8";
#content .shownews {
	zoom:1;
	overflow:hidden;
	margin:0 0 20px;
}

#content .shownews dl.txt {
	margin-right:200px;
}


#content .shownews ul {
	float:right;
}

#content .shownews ul li {
	margin-bottom:20px;
}

#content .shownews ul li.last {
	margin-bottom:0;
}

#content .link {
	margin-bottom:25px;
}

#content .shownews dl dt{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 7px;
	font-weight:bold;
	padding:0 5px;
}
#content #topics dt{
	font-weight: bold;
}
#content #topics dd{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #CCC;
}