@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 200%;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}

.waku {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #000000;
	padding: 5px;
	background-color: #f5f5f5;
}
