@charset "UTF-8";

body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../image/gr8.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#box {
	width: 100%;
	height: 100%;
}
.corner-title {
	border-bottom: 1px solid #006699;
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px auto 0px;
}
.corner-title-img {
	width: 81px;
	height: 22px;
	margin: 15px auto 0px auto;
	padding-bottom: 0px;
}
.contents-box {
	margin: 20px 24px 0px 70px;
	padding-top: 15px;
	} 
.midashi-box {
	margin: 30px auto 20px auto;
	text-align: center;
	line-height: 140%;
}
.honbun {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: medium;
	font-weight: normal;
	line-height: 140%;
}
.go-top {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}