<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

div.content {
  width:750px;
}
div.block {
  background-color:#fcfcfc;
  border:1px solid #9999ff;
  margin:8px 10%;
  padding:4px;
}

h1 {
	font-size:200%;
	font-family:"HG丸ｺﾞｼｯｸM-PRO", "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", sans-serif;
	color:#009900;
	text-align:center;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
h2 {
  font-size:114%;
  text-align:center;
  margin:0px;
}
p {
  margin:2px;
}
div.block p {
  text-align:center;
  text-indent:0em;
}

table {
	background-color:#fcfcfc;
	width:100%;
	font-size:88%;
	text-align:center;
	margin-top: 10px;
}
th, td {
  vertical-align:top;
  padding:7px;
  line-height:100%;
}
th {
  width:8em;
  font-weight:normal;
  text-align:left;
  white-space:nowrap;
}
td {
  text-align:left;
}
td a {
  font-weight:normal;
}
.subtitle {
  font-family:Arial,sans-serif; font-size:100%; font-weight:bold;
  color:#009900;
  border-bottom:1px solid #009900;
  margin:0px;
}
/* 記書き開始 */
p.describeStart {
  text-align:center;
  margin:1em auto;
} 
/* 記書き終了 */
p.describeEnd {
  text-align:right;
  margin:1em auto;
}
</pre></body></html>