.midashi01 {
	text-align: center;
	height: 15px;
	background-color: #FF7372;
	padding-top: 17px;
	padding-bottom: 18px;
}
#news {
	padding-top: 20px;
	padding-bottom: 10px;
}
.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;
}
#home-section dl dt{
	position: relative;
	cursor: pointer;
	background-image: url(../img/openbtn_bg.png);
	background-repeat: repeat-x;
	background-size:5px 55px;
	-webkit-background-size:5px 55px;
	-moz-background-size:5px 55px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 40px;
}
#home-section dl dd ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 10px;
	padding-top: 10px;
}

#home-section dl dd{
	padding: 5px;
	font-size: 85%;

}
#home-section dl dt:after{
	content:"";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/btn_open.png);
	background-repeat: no-repeat;
	background-position: right 0;
	background-size:20px 20px;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	position: absolute;
	right: 10px;
	top: 17px;
}
#home-section dl dt.opened:after{
	background-image: url(../img/btn_close.png);
	background-repeat: no-repeat;
	background-position: right 0;
	background-size:20px 20px;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
}
