@charset "EUC-JP";
/*
  AKUのCSS.
  For I.E. 6.0.x Or Lower, Firefox 1.x
  漢字コードはEUC
*/

*{
    margin : 0em;
    padding : 0em}

body{
    background-color : #200000;
    color            : #b0d0d0;
    margin-right     : 5%;
    margin-left      : 5%;
    margin-bottom    : 5pt;
    margin-top       : 5pt}

h1{
    font-size : 200% ;
    font-style : normal ;
    font-weight : normal ;
    text-decoration : none ;
    text-align : left ;
    line-height : 1em ;
    margin : 1em ;
    padding : 0em ;
}

h2{
    font-size : 250% ;
    font-style : normal ;
    font-weight : normal ;
    text-decoration : none ;
    text-align : left ;
    line-height : 1em ;
    margin-bottom : 1em ;
    padding : 0em ;
    text-indent : 3em }

h3{
    font-size : 100%;
    font-style : normal ;
    font-weight : bold ;
    text-decoration : none ;
    text-align : left ;
    line-height : 1.1em ;
    margin : 0em ;
    margin-top : 1em;
    padding : 0em ;
    text-indent : 0em }
}

a:active{
    color : #90a0a0 ;
    background-color : inherit ;
    text-decoration : underline}

a:visited{
    color : #90a0a0 ;
    background-color : inherit ;
    text-decoration : underline}

a:link{
    color : #90b0b0 ;
    background-color : inherit ;
    text-decoration : underline }

a:link:hover{
    color : #80c080 ;
    background-color : inherit ;
    text-decoration : underline}

a:visited:hover{
    color : #80c080 ;
    background-color : inherit ;
    text-decoration : underline}

p {
    margin-left    : 1em}
td{
    padding-right : 1em}
table{
    margin : 1em}
