<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* */
a[name]:hover  {color: #333333; background-color: transparent;}
a[name]:active {color: #333333; background-color: transparent;}

p,td {
  font-size: 90%;
}

div.navi{
  /* background-color: #ffffff; */
  border-color: #00cc99; /* #cc6699 ! */
  border-style: solid;
  margin-left: 0%;
  margin-right: 0%;
  /* padding: 1em; */
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
  text-align: center;
}

span.room{font-size: medium; font-weight: bold;}
span.i{font-style: italic;}

h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}

/*
h3 a:hover {
  color: #ff6600; background-color: transparent;}
}
*/

h4 {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}


td.b1{background-color: #ffffff; white-space: pre;}
td.b2{background-color: #ccffcc; white-space: pre;} /* for 2008 */
/* td.b3{color: black; background-color: #eeeeee;} */

td.h{background-color: #99ffbb; text-align: center;} /* for 2008 */

td.big{
  background-color: #ffffff;
  border-width: 0px;
  font-size: 1em;
}

table.ss {
  color: #333333; background-color: #333333;
  border-width: 0px;
}

td.ss1 {
  background-color: #ffffff;
  border-width: 0px;
}

td.ss2 {
  background-color: #ddffdd; /* for 2008 */
  border-width: 0px;
}

/* #ffff99 #ffee66 */
/* gray: #f2f2f2, d0d2d4 */

span.cancel {
  text-decoration: line-through;
}

/* Add by Naoki Takahashi 2014.2.10 */
hr {
  border-color: #00cc99; /* #cc6699 */
  border-style: solid;
}</pre></body></html>