@charset "UTF-8";
/* CSS Document */
.mainbanner img{
	margin-bottom:15px;
	max-width:100%;
	border:#999 solid 1px;
}
.mainbanner a img:hover{
	opacity:0.8;
	border-color:#325F0D;
}
.mainbanner table td{
    border: none;
}
.mainbanner table td img{
    border: none;
}
.subbanner img{
	border:#999 solid 1px;
	margin-bottom:20px;
}
.subbanner a img:hover{
	opacity:0.8;
	border-color:#325F0D;
}
.smallbanner{
	margin-bottom:25px;
}
.smallbanner div{
	margin-bottom:15px;
}
.recomtitle{
	font-size:18px;
	font-weight:bold;
	width:100%;
	border-bottom:#666 solid 1px;
	color:#666;
	margin-bottom:8px;
}
.banner03table{
	margin-bottom:20px;
}
.banner03table img{
	border:none;
	margin-bottom:0px;
	
}
.newsfield{
    border: 3px double red;
    color: red;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #fff2f4;
}

