@charset "Shift_JIS";


@import url(target.css);


body {
  color : rgb(50, 50, 50);
  background-color : #646464;
}


body, th, td {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3";
  letter-spacing : 0.8;
  font-size: 14px;
  line-height: 1.7;
}



html,body{
    width: auto;
    -webkit-text-size-adjust: 100%;
}


p{margin: 0px;}



h1{
 margin-top : 0%;
 margin-left : 0%;
 margin-right : 0%;
 margin-bottom : 0px;
 font-size: 16px;
 color: #ffffff;
 font-weight: lighter;
 }


h2{
 margin-top : 0%;
 margin-left : 0%;
 margin-right : 0%;
 margin-bottom : 0px;
 font-size: 14px;
 font-weight: lighter;
 }


h3 {
 margin-top : 0%;
 margin-left : 0%;
 margin-right : 0%;
 margin-bottom : 10px;
 border-bottom: 2px solid #0000a0;
 font-size: 18px;
 }



a{
  text-decoration : none;
  color : rgb(50, 50, 50);
}



a:visited{
  color : rgb(50, 50, 50);
}



a:hover{
  color : rgb(255, 100, 0);
}
