<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  font-family : "Meiryo UI";

  background-color : "#dcdcba";
}
a:link{
  color : black;
  text-decoration: underline;
}

a:visited{
  color : black;
  text-decoration: underline;
}

A:hover{
  color: #003399;
  BACKGROUND: #eeffff;
  text-decoration: underline;
}

td{
  line-height : 1.2em;
  letter-spacing : 0.05em;
  font-size : 0.9em;
}

I{
  background-color : yellow;
  font-style : normal;
}

U{
  font-size : 0.83em;
  color : red;
  text-decoration : none;
}

--&gt;
td.a{
  background-color : #fff3ee;
  letter-spacing : 1em;
  border-width : 2px 2px 2px 2px;
  border-style : solid solid solid solid;
  border-color : #ff8080 #ff8080 #ff8080 #ff8080;
  font-size : 1.2em;
  font-family : sans-serif;
  font-weight : bold;
}

td.s{
  font-weight : bold;
  background-color : rgb(233, 255, 210);
  letter-spacing : 1em;
  
  border-bottom-width : 2px;
  
  border-bottom-style : solid;
  
  border-bottom-color : green;
  font-size : 1em;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : green;
  border-left-color : green;
  border-right-color : green;
}

TD.b086{
  font-size : 0.86em;
  font-weight : normal;
  letter-spacing : 0.15em;
}

TD.foot{
  font-size : 0.8em;
}

td.navi{
  font-size : 0.8em;
  letter-spacing : 0.04em;
}



</pre></body></html>