@charset "Shift_JIS";
* {
  margin: 0;
  padding: 0;
  }
body {
  background: #302900 url("../img_common/bg_body.png") repeat-x;
  font-size: 100%;
  font-family: Sans-Serif;
  text-align: center;
  line-height: 1.5;
  }
html>body {
  font-size: 16px;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  }
h4,
h5,
h6 {
  font-size: 100%;
  }
table {
  font-size: 100%;
  }
hr {
  display: none;
  }
em {
  font-weight: bold;
  font-style: normal;
  }
strong {
  font-weight: bold;
  color: #c00;
  }
img {
  border: 0;
  vertical-align: bottom;
  }
.rollover {
  cursor: pointer;
  cursor: hand;
  }
