/* CSS Document */

#news,#nyushi {
	padding-bottom: 10px;
	font-size:120%;
}
#news a,#nyushi a{
	color:#333333;
	text-decoration:none;
}
#news a:hover,#nyushi a:hover{
	color:#7D001A;
}

#news table,#nyushi table{
	margin-top: 15px;
	width:100%;
}
#news th,#nyushi th{
padding-bottom:10px;
}
#news td,#nyushi td{
	text-align:left;
	/*vertical-align:top;*/
	padding:0 5px 0 5px;
	border-bottom: dashed #CCCCCC 1px;
	height: 30px;
}

#news td.date,#nyushi td.date{
	text-align:left;
	/*vertical-align:top;*/
	background: url(../common/img/arrow04.gif) no-repeat left 10px;
	padding-left: 12px;
	width:70px;
}
#news td.icon,#nyushi td.icon{
padding-top:2px;
width: 25px;
vertical-align: middle;
}
#news td.cont,#nyushi td.cont{
width: 514px;
}

#news td span,#nyushi td spa{
	color:#7D001A;
	font-weight:bold;
	margin-right:5px;
}
#news td img,#nyushi td img{
	/*vertical-align:bottom;*/
}
#content #mainContent .arc-inner {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("/common/img/bg_top.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: -2px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    z-index: 1;
}
