@charset "utf-8";
/* CSS Document */
#lside{
	width:600px;
	float:left;
}
#ltitle{
	background-image:url(../img/paperList/ltitle.jpg);
	height:38px;
	font-size:12px;
	font-weight:bold;
	line-height:38px;
}
llist{
	width:600px;
}
#rside{
	width:300px;
	float:right;
}
.rtitle{
	background-image:url(../img/paperList/rtitle.jpg);
	height:38px;
	font-size:12px;
	font-weight:bold;
	line-height:38px;
}
.rlist{
	width:300px;
}

.tdbg{
	background:url(../img/paperList/dot.jpg) no-repeat;
	width:4px;
}
.tdtext{
	font-size:12px;
}
a{
	text-decoration:none;
}