.page_body {
	background: #CCD5D8 url(../../images/info.bg.jpg) top center no-repeat;
	padding-top: 90px;
	padding-left: 35px;
}
.information_list {
	width: 600px;
	background-color: #D6E1E2;
	padding: 40px 40px 20px 40px;
}
.information {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}
.information .date{
	color: #053b38;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 5px 0;
}
.information .title{
	color: #053b38;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.information{
	color: #666;
	font-size: 13px;
}
.information a{ color: #053b38; }
.information a:active,
.information a:hover { color: #01E9F8; }
