@charset "Shift_JIS";
h1{
    font-family: メイリオ ;
    font-size : 160%;
    font-style: italic ;
    font-weight: normal ;
    color : white;
    text-align : center;
}
 
p{
   font-size: normal ;
   line-height: 180% ;
   text-indent : 0em;
   color : gray;
  text-align : left;
}

h2{
   font-family : メイリオ , Helvetica ;
   font-weight : normal ;
   color : #0000cc;
  text-align : left;
}

h4{
  color : #828200;
  font-size : 115%;
  font-family : メイリオ;
  font-weight : normal;
  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 : #8080c0;
  text-decoration : none;
  font-weight : normal;
  font-family : メイリオ;
}

a:link{
  color : #0000cc;
}

a:visited{
  color : #0073aa;
}

.footer_a:visited {
  color: ffffff ;
                }

a:active{
  color : teal;
}

a:hover{
  color : #999999;
}

h3{
  color : #7a07a0;
  font-family : HG丸ｺﾞｼｯｸM-PRO;
  font-weight : normal;
  font-size : 125%;
  text-align : left;
}

th{
  background-color : rgb(204, 204, 204);
  padding-left : 10px;
  height : 30px;
}



.td01{
  background-color : rgb(225, 225, 225);
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
