body, h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li,
dl, dt, dd,
form, input,
table, tr, th,td {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul, ol, li {
  list-style: none;
}
table {
  border-collapse: collapse;
  empty-cells: show;
}
body {
  font-size: 14px;
  line-height: 140%;
  color: #444;
  background-color: #FFF;
  font-family: "MS PGothic", "MS Gothic", "Hiragino Kaku Gothic Pro", Osaka-Mono, Osaka, HeiseiKakuGothic, Verdana, Arial, Helvetica, sans-serif;
}
img {
  border: none;
}
a:link {
  color: #0E3877;
  text-decoration: none;
}
a:visited {
  color: #07606D;
  text-decoration: none;
}
a:link:hover {
  color: #0947AB;
  text-decoration: underline;
}
a:visited:hover {
  color: #0996AB;
  text-decoration: underline;
}

