@charset "UTF-8";

h1 {
  color: #000000;
  font-size: 20px;
  margin: 0px;
}

h2 {
  color: #000000;
  font-size: 18px;
  margin: 0px;
}

h3 {
  color: #000000;
  font-size: 10px;
  margin: 0px;
}

body, p, td, div {
  font-size: 16px ;
  font-family: Verdana, "Droid Sans", Roboto, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body {
  margin:0px;
  padding:0px;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

td {
  text-align: left;
}

.center{
  text-align: center;
}

.link {
  font-weight: bold;
}

.size_10 {
  font-size : 10px;
}

.size_12 {
  font-size : 12px;
}

.size_14 {
  font-size : 14px;
}

.size_16 {
  font-size : 16px;
}

.size_18 {
  font-size : 18px ;
}

.size_20 {
  font-size : 20px;
}

a {
  color: #1b94e0;
  text-decoration : none;
}

a:hover {
  color: #ff0000;
  text-decoration : underline;
}

a.nashi {
  text-decoration: none;
  color: #000000; 
}

a :hover.white {
  color : #ffffff;
  text-decoration : underline;
}

a:link.white {
  color: #ffffff;
}

.white{
  color: #ffffff;
  font-size : 15px;
}

