.midashi01 {
	text-align: center;
	height: 15px;
	background-color: #FF7372;
	padding-top: 17px;
	padding-bottom: 18px;
}
#news {
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
	position: relative;
}
#news dl dt {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 40px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(199,237,199,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(199,237,199,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(199,237,199,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(199,237,199,1.00) 100%);
	border: 1px solid #006934;
	border-radius: 10px;
	text-align: center;
	color: #006934;
	margin-bottom: 10px;
}

#news .openmidashi:after{
	content: "+";
	position: absolute;
	right: 20px;
	top:35px;
	width:30px;
	height:30px;
	font-size: 30px;
	line-height: 24px;
	display: inline-block;
	background-color: #006934;
	border-radius: 50%;
	margin-top: 0px;
	color: #fff;
}
#news .opened .openmidashi:after{
	content: "-";
	display: inline-block;
}
#news p {
	font-size: 12px;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#news .date {
	background-color: #eee;
}



.newstitle {
	background-color: #603813;
	height: 15px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 13px;
	text-align: center;
}
#banner_area {
	text-align: center;
}
#banner_area p {
	padding-bottom: 5px;
}
#home-section dl{
	margin-bottom: 20px;
}
