#contents {
	padding-top: 15px;
}
#left_area {
	float: left;
	width: 216px;
	text-align:center;
}
#left_area .button {
	background-image: url(../img/btn_box_bg_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	width: 216px;
	margin-bottom: 5px;
}
#left_area .button ul {
	background-image: url(../img/btn_box_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-bottom: 7px;
}
#left_area .button ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 193px;
	margin-right: auto;
	margin-left: auto;
}
#left_area .button ul li.first-child {
	border-top-style: none;
}
#left_area .banner {
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 205px;
	background-color: #F0EEF0;
	margin-right: auto;
	margin-left: auto;
}
#left_area .banner ul li {
	margin-bottom: 5px;
	font-size: 0px;
	line-height: 0px;
}
#body {
	float: right;
	width: 733px;
	padding-top: 4px;
	padding-right: 9px;
}
#body #main_image {
	margin-bottom: 15px;
}
#body #topics {
	float: left;
	width: 475px;
}
#body #topics .item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#body #topics .item .date {
}
#body #topics .item .date img {
	margin-left: 10px;
}
#body .button {
	float: right;
	width: 230px;
}
#body .button ul li {
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 5px;
}
#body .ad {
	text-align: left;
	background-color: #E8EBE5;
	margin-top: 10px;
	padding: 10px;
}
.rounded-img {
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.announce-board {
    padding: 15px;
    margin: 0 5px 5px 5px;
    background-color: #F1ADF2;
}
