<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:830px;
	height: 800px;
}
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:4px 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:85%;
  text-align:center;
}

th, td {
  vertical-align:top;
  padding:3px;
  line-height:114%;
}
th {
  width:9em;
  font-weight:normal;
  text-align:center;
  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>