BODY {
  font-family:ＭＳ ゴシック, Osaka;
  margin-left: 1em;
  margin-right: 1em;
  color: black;
  background-color: white;
}
TD {
  font-family:ＭＳ ゴシック, Osaka;
  font-size:0.8em;
}
SPAN{
  font-size : 100%;
}
h3{
  font: bold 1.3em MS 明朝；
;
}
a:link    {
  color: blue;
  text-decoration: none;
}
a:visited {
  color: silver;
  text-decoration: none;
}
a:hover   {
  color: #FFA500;
  text-decoration: underline ;
}
a:active  {
  color: green;
  text-decoration: underline ;
}
a[name]:hover  {
  color: inherit;
  text-decoration: none;
}
a[name]:active {
  color: inherit;
  text-decoration: none;
}
ul {
  line-height: 1.5em;
  font-family:ＭＳ ゴシック, Osaka;
}
li {
  line-height: 1.5em;
  font-family:ＭＳ ゴシック, Osaka;
}
ul {
  list-style-image : url(blue.gif);
}
ul ul {
  list-style-image : url(s.gif);
}
ul ul ul {
  list-style-image : url(blue.gif);
}
ul ul ul ul {
  list-style-image : url(s.gif);
}
ul ul ul ul ul {
  list-style-image : url(olive.gif);
}