@charset "Shift_JIS";
h1{
    font-family: メイリオ ;
    font-size: x-large ;
    font-style: italic ;
    font-weight: normal ;
    color : #0d3293;
    text-align : center;
}
 
p{
   font-size: normal ;
   line-height : 200%;
   text-indent : 0em;
   color : gray;
}

h2{
   font-family : メイリオ , Helvetica ;
   font-weight : normal ;
   color : rgb(0, 0, 153);
  font-size : 132%;
}

h4{
  color : #0080c0;
}

dl{
  color : #0057ae;
  line-height : 2;
  font-size : small;
  font-weight : bold;
  text-align : left;
  text-indent : 0em;
}

.sign{
     color: #cc33ff ;
     font-size: normal ;
     font-family: Helvetica ;
      
}
a{
  color : rgb(0, 0, 153);
  text-decoration : none;
}

a:link{
  color : rgb(0, 0, 153);
  font-family : メイリオ;
}

a:visited{
  color : #23609c;
  background-color : transparent;
}

.footer_a:visited {
  color: ffffff ;
                }

a:active{
  color : rgb(0, 0, 153);
  background-color : gray;
}

a:hover{
  color : #999999;
}

li{
  line-height : 2;
  color : gray;
}

dd{
  text-indent : 0em;
}

h3{
  font-weight : bold;
  color : rgb(0, 0, 153);
  font-size : 110%;
}
