@charset "UTF-8";
/*-------------------------------------------
news
-------------------------------------------*/
#news-table {
	margin: 0 0 15px;
	width: 100%;
}

#news-table tr {
	border-bottom: #d0c2a2 dotted 1px;
	width: 100%;
}

#news-table td {
	font-size: 66%;
	vertical-align: top;
}

.day {
	color: #958268;
	padding: 15px 0 15px 10px;
	width: 25%;
}

.day-data {
	background: url(../../images/index/news_arrow.gif) no-repeat center left;
	background-size: 5px;
	padding: 0  0 0 6px;
}

.event {
	padding: 15px 5px 15px 0px;
}

.event a {
	color: #6c4803;
}

/* ページャー */
#pager-wrap {
	margin: 0 10px 20px;
}

#pager {
	width: 100%;
}

#prev {
	float: left;
}

#next {
	float: right;
}

/*-------------------------------------------
deteail
-------------------------------------------*/
#news-deteail {
	margin: 15px 10px;
}

#news-deteail h3 {
	border-bottom: #776242 solid 2px;
	color: #553202;
	font-weight: bold;
	line-height: 130%;
	padding: 5px;
}

#news-post-wrap {
	font-size: 86%;
}

#news-day {
	border-bottom: #422c01 dotted 1px;
	color: #958268;
	font-size: 73%;
	padding: 5px 10px;
	text-align: right;
}

#news-post {
	color: #6c4803;
	font-size: 86%;
	line-height: 130%;
	padding: 10px;
}

#list-back {
	text-align: center;
	margin: 0 0 20px;
}


.txt_area{
/*	float:left;*/
	color: #6c4803;
	line-height: 130%;
/*	width:400px;*/
	margin-right: 5px;
	margin-bottom: 10px;
}

.img_area{
/*	float: right;*/
/*	width:200px;*/
	text-align :center;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
}

.clear {
	clear: both;
	height: auto;
	background: #f2f2ee;
}
