@charset "utf-8";

/*-------------------------------------
// news
-------------------------------------*/


.newsData dt{
	float: left;
	width: 60px;
	padding: 22px 0 0 0;
	clear: both;
	color: #333333;
}

.newsData dd {
	border-bottom: dotted 1px #eeeeee;
	padding: 22px 0 0 0;
	height: 45px;
	position: relative;	
}

.newsData dd img {
	position: absolute;
	border: solid 1px #cccccc;
	padding: 1px;
	top: 10px;
	left: 610px;
}

/*IE6*/
*html .newsData dd img {
	position: absolute;
	border: solid 1px #cccccc;
	padding: 1px;
	top: 10px;
	left: 548px;
}

/*IE7*/
*+html .newsData dd img {
	position: absolute;
	border: solid 1px #cccccc;
	padding: 1px;
	top: 10px;
	left: 548px;
}