@charset "utf-8";
@import url("base.css");
@import url("common.css");
@import url("fontsize.css");


#mainBmain h3 {
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-bottom: 15px;
	margin-top: 30px;
	text-align: left;
	height: 20px;
	position: relative;
}
#mainBmain h3 a {
	font-weight: bold;
	color: #4DB15C;
	font-size: 80%;
	display: block;
	position: absolute;
	left: 130px;
	top: 0px;
	text-decoration: none;
}
#mainBmain h3 a:hover {
	color: #87D78C;
}
#bannerB {
	margin-top: 30px;
	text-align: left;
}
#bannerB img {
	margin-right: 14px;
	margin-bottom: 13px;
}
.tableScroll {
	overflow-y: auto;
	height: 80px;
	overflow: auto;
	text-align: left;
}
.newsRelease td {
	font-size: 80%;
	color: #333333;
	padding-bottom: 3px;
	text-align: left;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.newsRelease th {
	white-space: nowrap;
	font-size: 80%;
	text-align: left;
	vertical-align: top;
	width: 20%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.newsRelease p {
	margin-bottom: 5px;
}

/*新規追加　バナー*/

#bnr-block {
	margin-top: 30px;
	text-align: left;
	position: relative;
	height:210px;
}
#bnr-block .fresh-box {
	background-image: url(../common_img/bnr_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	text-align: center;
	width: 347px;
}
.bnr1 {
	position: absolute;
	left: 356px;
	top: 15px;
}