h1.title {
	width: 585px;
	height: 89px;
	text-indent: -9999px; /* none */
	float: right;
	margin-bottom: 30px;
	background-color: #3385D6;
	background-image: url(/acmc/news/img/title.jpg);
	background-repeat: no-repeat;
}
	
	
h2.title01 {
	width: 534px;
	height: 31px;
	margin: 30px 0px 10px 0px;
	text-indent: -9999px; /* none */
	background-image: url(/acmc/news/img/s_title01.gif);
	background-repeat: no-repeat;
	float: left;
}

.news {
	width: 534px;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 10px 0px;
}

.news dl {
	padding-right: 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	border-bottom: 1px dashed #ddd;
}
	
.news dl dt {
	display: block;
	float: left;
	margin: 2px 0px 4px 2px;
	border:1px solid #fff; /*for fix in IE*/
	background-image: url(/acmc/common_img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 1px 0px 0px 15px;
}

.news dl dd {
	display: block;
	margin: 2px 0px 4px 150px;
	padding-top: 2px;
}

.news dl dd a {
	text-decoration:none;
}

.news dl dd a:hover {
	text-decoration:underline;
}


