.news {
	
}

/* multi */
.news .news-box {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.news .news-box .titleBox {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	background:#f4ece8;
	margin-bottom:10px;
} 

.news .news-box a.title {
	float:left;
	text-decoration: none;
	font-weight:bold;
	color:#ce1f27;
	font-size: 1.4em;
}
.news .news-box .lead {
	font-size: 1.4em;
}
.news .news-box  .date {
	font-size: 1.4em;
	float:right;
	margin-top: 2px;
}
.news a.more {
	float: right;
	font-weight: bold;
	color: #e2352e;
	text-decoration: none;
}
.news a.more:hover {
	text-decoration: underline;
}
