@charset "utf-8";
.top_content {
	padding-left: 5px;
	padding-right: 5px;
}

.news_box {
	display: block;
	width: 530px;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	float: left;
}
.news_midashi h4 {
	font-size: 1px;
	line-height: 1px;
	background-image: url(../img/info_midashi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 32px;
	margin-bottom: 15px;
}
.news_table {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	word-break:break-all;
	
}
.news_table .kiji {
	text-align: justify;
}
.news_table td {
	vertical-align: top;
}
.banner_box {
	display: block;
	width: 320px;
	margin-left: 30px;
	float: left;
}
.banner_img {
	margin-bottom: 10px;
}
#b001 a {
	background-image: url(../img/banner01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 320px;
	text-decoration: none;
}
#b001 a:hover {
	background-image: url(../img/banner01.jpg);
	background-repeat: no-repeat;
	background-position: -320px 0px;
	display: block;
	height: 60px;
	width: 320px;
	text-decoration: none;
}
#b002 a {
	background-image: url(../img/banner02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 320px;
	text-decoration: none;
}
#b002 a:hover {
	background-image: url(../img/banner02.jpg);
	background-repeat: no-repeat;
	background-position: -320px 0px;
	display: block;
	height: 60px;
	width: 320px;
	text-decoration: none;
}
.link_line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
}
.af_name {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	line-height: 30px;
}
