*{
    margin: 0;
    padding: 0;
 }

 body{
  font-family: " メイリオ ", Meiryo, " ヒラギノ角ゴ Pro W3", "HiraginoKaku Gothic Pro", " MS Pゴシック ", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
h1, h2, h2, h3, h5, h6{
  font-size: 100%; }

  li{
    list-style-type: none; /*先頭のリストマーカーを消す*/
  }
  table{
    border-collapse: collapse; /*隣り合うセルの境界線を重ねて表示*/
    border-spacing: 0; /*境界線の間隔を無くす*/
}
a{
    text-decoration: none;
}
img{
  border: none;
  display: block; /* vertical-align: bottom; でも同じ効果 */
 }
