@charset "utf-8";
h1 {
	width: 691px;
	margin-right: auto;
	margin-left: auto;
}
.newsBox {
	width: 651px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 140%;
}
.newsTitle1 {
	padding-bottom: 20px;
}
.newsTitle2 {
	color: #C26666;
}
.newsBody {
	padding-top: 20px;
}
.newsBox img {
	margin-bottom: 5px;
	margin-left: 10px;
}
/* ページトップへ */
.toplink {
	float:right;
	width:auto;
	margin-left:10px;
	padding-right:5px;
	text-align:right;
	padding-bottom:15px;
	list-style-type: none;
	padding-top: 15px;
	}
.toplink a:hover {
	text-decoration:underline;
	}
.toplink a {
  color:#808080;
	text-decoration:none;
	}
.toplink a .mark {
	color:#990000;
	}
