@charset "utf-8";
h1 {
	margin-right: auto;
	margin-left: auto;
	width: 695px;
	margin-bottom: 20px;
}
h2 {
	width: 695px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	clear: both;
	height: 45px;
}
.messageBox {
	width: 695px;
	margin-right: auto;
	margin-left: auto;
	line-height: 130%;
}
.messageBox .box1 {
	text-align: right;
	display: block;
	float: left;
	width: 85px;
	margin-right: 10px;
	color: #990000;
}
.messageBox .box2 {
	display: block;
	float: left;
	width: 235px;
	padding-bottom: 20px;
}
.messageBox .box3 {
	display: block;
	float: left;
	width: 350px;
	padding-bottom: 20px;
}
/* ページトップへ */
.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;
	}
