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

/*-------------link color--------------*/
#wrapper a:link {color:#000099;}
#wrapper a:visited {color:#660099;}
#wrapper a:hover ,
#wrapper a:active {
    color:#d1111c;
	text-decoration:underline;
}
/*---------------index-----------------*/
#news {
    position:relative;
    float:left;
	clear:both;
	width:640px;
}
	#news .table_base {
	    float:left;
	    clear:both;
	    width:640px;
		padding-bottom:1px;
		margin-top:5px;
		background:url(../../common/img/dot_line.gif) repeat-x left bottom;
	}
	    #news .table_base table{width:640px;}
	    #news table th,
		#news table td {
		    padding:5px 5px 5px 12px;
		    background:url(../../common/img/dot_line.gif) repeat-x left top;
		}
		#news table .even th,
		#news table .even td {
		    background:url(../../common/img/dot_line.gif) repeat-x left top #f3f3f3;
		}
		#news table th {
		    width:60px;
			color:#808080;
			font-weight:normal;
		}
		    #news table td span{
			    padding-left:20px;
                display:block;
			    background:url(../../common/img/arrow.gif) no-repeat 0.0em 0.5em;
			}
/*--------------------------------------*/

