/*ラ・パルレからのお知らせ*/		
.newslist_box {
	}

.newslist_box dl {
	margin-bottom:15px;
	background:url(../../images/index_rn/news_bg.png) no-repeat bottom;
	
	}


.newslist_box dt,
.newslist_box dd {
	font-size:12px;
	line-height:18px;
	color:#595757;
	padding-bottom:15px ;
	padding-top:6px;
	}

.newslist_box dt {
	clear:both;
	width:70px;
	padding-left:10px;
	float:left;
		}	

.newslist_box dd {
	float:right;
	width:810px;
	
/float:none;
/margin-left:80px;
/width:auto;
}			

.newslist_box a:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.newslist_box a,
.newslist_box a:visited,
.newslist_box a:hover {
	text-decoration:none;
	color:#595757;
	display:block;
	}