@charset "utf-8";
@import "std.css";
* {
	font-size: 1rem;
}
body {
	margin: 0;
	padding: 0;
	background-image: url("bg/grd_grwh.gif");
	background-repeat: repeat-y;
	font-size: 1rem;
}

a:hover {
	color: red;
	background: yellow
}
h1 {
	background-color: transparent;
	background-image: url(bg/ul_gr.png);
	background-position: bottom center;
	background-origin: border-box;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 2rem;
	font-family: "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin: 0.3em auto;
	color: #009933;
	/*	width: 100%;*/
	padding: 0 0 18px 0;
	border: none;
}
h2 {
	background-color: transparent;
	background-image: url(bg/ul_gr.png);
	background-position: bottom center;
	background-origin: border-box;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #009933;
	width: auto;
	border: none;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
}
dl, ol, ul, dt, dd, li, p, div, th, td {
	line-height: 130%;
}

#main {
	font-family: "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: fit-content;
	margin: 0 auto;
}

.remarks {
	margin: 0;
	font-size: 0.9rem;
}
