/* CSS Document */
#flier h2 {
	width:100%;
	text-align:center;
}
.flierDisp {
	border-top:1px solid #cdc0b5;
	margin:20px auto;
}
.flierDisp li {
	padding:24px 100px;
	border-bottom:1px solid #cdc0b5;
}
#news .flierDisp{
	width:250px;
	height:auto;
	float: left;
}
.flier_data {
	width:500px;
	float:right;
}
.flier_data h3  {
	color:#795634;
	text-decoration:none;
	margin:7px 0 0;
}
.flier_data h3 a:hover {
	color:#795634;
	text-decoration: underline;
}
.date {
	width:100px;
	text-align:center;
	height:22px;
	line-height:22px;
	background-color:#00b7b9;
	color:#fff;
	border-radius:7px;
	margin:10px 0;
}
#flier .flier_img {
    width: 250px;
    height: auto;
    float: left;
}