/* CSS Document */

/*Latest news
---------------------------------------*/
#latest{
	font-size: small;
	float:left;
	margin:0px;
	padding: 0px;
	width:600px;
}

#latest-title{
	text-indent:-9999px;
	width:575px;
	background-image: url(images/title-01.jpg);
	background-repeat: no-repeat;
	height: 36px;
}

#latest dl{
	font-size:small;
	margin: 20px 50px 20px 20px;
}
#latest dl img{
	margin: 0px;
}

#latest dl dt{
	padding:0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #999999;
}

#latest dl dd{
	margin: 5px 0px 0px 70px;
	line-height: 1.7em;
}

.dd-01 img{
	float: right;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 10px;
}