@charset "utf-8";
#maincontents h1{
	margin: 25px auto 15px auto;
}
#news{
	width: 820px;
	height: 100%;
	margin: 0 auto;
	box-shadow: 5px 5px 7px 2px #c7c7c7;
}
#news h2{
	margin: 0 0 18px 0;
	padding: 10px 0 0 10px;
	text-align: left;
	font-size: 95%;
	border-bottom: 3px solid #006600;
}
#news .listscroll{
	height: 800px;
	overflow-y: auto;
	overflow-x: hidden;
}
#news dl{
	width:100%;
	margin:;
	font-size: 85%;
}
#news dl dt{
	width: 160px;
	padding: 10px 0;
	float: left;
}
#news dl img{
	padding-right: 9px;
	vertical-align: baseline;
}
#news dl dd{
	width:100%;
	margin: 0;
	padding: 10px 0 10px 180px;
	text-align: left;
	border-bottom: 1px dotted #aaa;
}
dd#bdr_2015 {
  border-bottom: 2px solid #006834 !important;
}
dd#bdr_2016 {
  border-bottom: 2px solid #006834 !important;
}
dd#bdr_2017 {
  border-bottom: 2px solid #006834 !important;
}
dd#bdr_2018 {
  border-bottom: 2px solid #006834 !important;
}




