@charset "utf-8";

  body { margin: 0px;
    padding: 0px 1em 1em;
    color: lime;
    background-color: black;
    font-size: medium;
    font-family: 'DejaVu Serif','Bitstream Vera Serif','Lucida Sans Unicode','Meiryo','CI';
    }

  h1 { font-family: 'Times New Roman',Times,serif;
    color: gold;
    font-size: x-large;
    font-weight: bold;
    }

  h2 { font-size: medium;
    font-weight: bold;
    color: white;
    }

  dt { font-weight: bold;
    font-size: small;
    color: white;
    }

  dd {  }

  p { margin-left: 1em;
    line-height: 1.6em;
    text-align:justify;text-justify:inter-ideograph;
    }

  a { color: rgb(0, 255, 255);
    text-decoration: underline;
    }

  strong { font-weight: bold;
    color: red;
    }

  a,strong,em,.underline {
    margin-left: 0.2em;
    margin-right: 0.2em;
    }

  .kakomi {
    border: solid 1px white;
    background-color: silver;
    padding: 1em;
    color: black;
    }
  .kakomi strong {
    color: black;
    }
  .kakomi a {
    color: blue;
    }

  .silver { color: silver;
    }

  .white { color: white;
    }

  .yellow { color: yellow;
    }

  .underline { text-decoration: underline;
    color: silver;
    }

  #shomei { text-decoration: underline;
    color: gold;
    font-family: cursive;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    font-size: large;
    }

