@charset "Shift_JIS";
h1{
    font-family: メイリオ ;
    font-size: x-large ;
    font-style: italic ;
    font-weight: normal ;
    color : #ffffff;
    text-align : center;
}
 
p{
   font-size: normal ;
   line-height: 180% ;
   color : gray;
  text-align : left;
}

h2{
   font-family : メイリオ , Helvetica ;
   font-weight : normal ;
   color : blue;
}

h4{
  color : #0080c0;
  font-size : 110%;
  text-align : left;
}

dl{
  color : #0057ae;
  line-height : 2;
  font-size : small;
  font-weight : bold;
  text-align : left;
}

.sign{
     color: #cc33ff ;
     font-size: normal ;
     font-family: Helvetica ;
      
}
a{
  color : #000099;
  text-decoration : none;
  font-family : メイリオ;
  font-weight : normal;
}

a:link{
  color : #0000cc;
}

a:visited{
  color : #0073aa;
}

.footer_a:visited {
  color: ffffff ;
                }

a:active{
  color : teal;
}

a:hover{
  color : #999999;
}

h3{
  color : rgb(0, 0, 153);
  font-size : 130%;
  text-align : left;
  font-family : HG丸ｺﾞｼｯｸM-PRO;
  font-weight : lighter;
}

th{
  background-color : rgb(204, 204, 204);
  padding-left : 10px;
  height : 30px;
}

td{
  padding-left : 10px;
}

li{
  line-height : 2;
  color : rgb(102, 102, 102);
}

h5{
  font-size : 100%;
  font-weight : bold;
  color : rgb(0, 0, 153);
  text-align : left;
}
