@charset "utf-8";

#newtopic {
	width:426px;
	height:19px;
	margin:10px 0px 0px 0px;
	line-height:15px;
	background-image:url(/img/newtopic.jpg);
	background-repeat:no-repeat;
	background-position:0 4px;
}
#topic_news td.comment a:link {
	color:#00AAEB;
	text-decoration:none;
}
#topic_news td.comment a:visited {
	color:#00AAEB;
	text-decoration:none;
}
#topic_news td.comment a:hover {
	color:#FF4A8B;
	text-decoration:underline;
	}
#topic_news td.comment a:active {
	color:#FF4A8B;
	text-decoration:none;
	}
#newtopic img {
	margin:0 10px 0 390px;
}
#news {
	width:436px;
	height:105px;
	margin:5px 0px 0px 2px;
	padding:0px;
}

#topic_news {
	width:427px;
	height:90px;
	margin:0px;
	padding:0px;
	border:1px solid #e5e5e5;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:scroll;
}

#topic_news table{
	width:420px;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
}

#topic_news td.icon {
	width:30px;
	vertical-align:top;
	padding:7px 0px 0px 0px ;
	border:none;
}
#topic_news td.date {
	width:40px;
	color:#666666;
	font-size:10px;
	display:inline;
}
#topic_news td.comment {
	width:345px;
	padding:0px 0px 0px 5px;
	margin:0px;
	font-size:10px;
	color:#666666;
	height:12px;
}
#topic_news td.comment2 {
	padding:0px 5px 0px 15px;
	margin:0px;
	font-size:10px;
	color:#666666;
	display:inline;
	height:3px;
}
#topic_news tr.line {
	width:420px;
	background-image:url(/img/line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}