@charset "EUC-JP";
/*
  AKUのCSS.
  For I.E. 6.0.x Or Lower, Firefox 1.x
  漢字コードはEUC
*/

*{
    text-align : left;
    margin     : 0em;
    padding    : 0em}

body{
    background-color : #d0e0f0;
    color            : #300000;
    font-style       : normal;
    font-size        : 100%;
    margin-right     : 5%;
    margin-left      : 5%;
    margin-bottom    : 5pt;
    margin-top       : 5pt}

h1{
    font-size : 125% ;
    font-style : normal ;
    font-weight : bold ;
    text-decoration : none ;
    line-height : 1em ;
    margin : 0.25em ;
}

h2{
    font-size : 100% ;
    font-style : normal ;
    font-weight : normal ;
    text-decoration : none ;
    line-height : 1em ;
    margin-bottom : 0.5em;
    text-indent : 3em }

h3{
    font-size : 100% ;
    font-style : normal ;
    font-weight : bold ;
    text-decoration : none ;
    line-height : 1.1em ;
    text-indent : 0em }
}

h4{
    font-size : 100% ;
    font-style : normal ;
    font-weight : normal ;
    text-decoration : none ;
    line-height : 1em ;
    text-indent : 1em }

a:active{
    color : #300000;
    background-color : inherit ;
    text-decoration : underline}

a:visited{
    color : #300000;
    background-color : inherit ;
    text-decoration : underline}

a:link{
    color : #800000;
    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    : 1em ;
    margin-top : 0em }

dl{
    font-size     : 100%;
    margin-bottom : 1em}

dt{
    font-size : inherit}

dd{
    font-size   : inherit;
    margin-left : 0.5em;
    text-indent : 1em }

ul{
    margin-bottom : 1em}

li{
    text-indent : 1.5em}

hr{
    clear       : both;
    width       : 100%;
    border-width: 1pt;
    text-align  : center;
    text-height : 1.5em;
    margin-bottom : 1em}

#menu{
    width     : 32em;
    float     : left;
    font-size : 80%}

#att{
    font-size : 12pt;
}
    
#links{
    font-family : "ＭＳＰ ゴシック";
    float : right;
    width : 27em;
    background-color : #c0c8e0}

#off{
    font-family      : inherit;
    float            : left;
    font-size        : 80%;
    margin-left      : 0.5em;
    margin-top       : 0.5em;
    background-color : inherit}

#info{
    font-family      : inherit;
    float            : right;
    font-size        : 80%;
    margin-right     : 0.5em;
    margin-top       : 0.5em;
    background-color : inherit}

#news{
    font-size : 90%}
