
.pageGuide {
	text-align: center;
}

#news {

}
#news dt {
	background-color: #8cc167;
	color: #fff;
	position: relative;
	padding: 5px 10px;
}
#news dt h3 {
	border: none;
	max-width: 70%;
	margin: 0;
	padding: 0;
}
#news dt span {
	position:absolute;
	top: 5px;
	right: 10px;
}
#news dd {
	padding: 20px;
}
#news dd p {
	padding: 0px;
	line-height: 1.4;
}