

#main .update{
	overflow: auto;
	margin-bottom: 10px;
	clear: both;
	background:#fff;
    border: 1px solid #CCCCCC;
}

#main .news{
	height: 240px;
	overflow: auto;
	margin-bottom: 10px;
	clear: both;
	background:#fff;
    border: 1px solid #CCCCCC;
}

#main .news dl,#main .update dl{
	margin:0;
	padding:10px;
}
#main .news dt,#main .update dt{
	clear: both;
	float:left;
	width:90px;
	margin:0 0 10px;
	padding:0 10px;
}
#main .news dd{
	float:left;
	margin:0 0 10px;
	width:auto;
	padding:0 ;
}
#main .update dd{
	float:left;
	margin:0 0 10px;
	width:auto;
	padding:0 0 0 ;
}
#main .update dd:before{
	content:url(/member/img/new_icon.png);
	margin-right:5px;
	vertical-align:bottom;
}
