/*
css初期化
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
form, input, p, table, th, td, object {
  padding: 0;
  margin: 0;
  }
table {
  border-collapse: collapse;
  border-spacing: 0;
  }
img {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
  }
address, caption, cite, code, dfn, em,
h1, h2, h3, h4, h5, h6, strong, th, var {
  font-weight: normal;
  font-style: normal;
  }
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
li {
  margin: 0;
  padding: 0;
}
caption, th {
  text-align: left;
  }
h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
  }
a {
  text-decoration: underline;
  color: #ab0000;
  }
a:hover {
  text-decoration: none;
}