@charset "utf-8";

body {
  text-align: center;
  font-family: Meiryo, Geneva, Arial, Helvetica, sans-serif;
  font-size: 85%;
  margin: 0;
  padding: 0;
  background: url(images/bg-body.jpg) repeat-x 0 100px;
}

#header {
  width: 900px;
  height: 130px;
  margin: 0 auto 10px;
}

#header-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(images/bg-header-top.jpg) no-repeat 0 0;
}

/* ==================== */
ul.header-navi {
  list-style-type: none;
  font-size: 90%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100px;
  left: 2px;
}

.header-navi li {
  line-height: 30px;
  width: 8em;
  margin: 0;
  padding: 0;
  float: left;
}

.header-navi li.skip { display: none; }

.header-navi a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  float: left;
  background: url(images/bg-gnavi.jpg) no-repeat 100% 100%;
  color: #fff;
}

.header-navi a:hover {
  text-decoration: none;
  background: url(images/bg-gnavi.jpg) no-repeat 0 100%;
  color: #9f0;
}

#content {
  text-align: left;
  width: 900px;
  margin: 0 auto;
  padding: 2em 0 1em;
}

#footer {
  font-weight: bold;
  text-align: right;
  background-color: #000;
  color: #eee;
  margin: 0;
  padding: 1em 0 0.5em;
}

h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 0.5em;
  right: 5%;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: square;
  margin: 0 0 0 20px;
  padding: 0;
}

ul ul {
  font-weight: bold;
  list-style-type: decimal;
  margin: 10px 0 40px 40px;
  padding: 0;
  color: #900;
}

ul ul a { font-weight: normal; }

ul ul ul {
  font-weight: normal;
  list-style-type: circle;
  margin: 5px 0 20px 40px;
  padding: 0;
  color: #000;
}

a {
  text-decoration: none;
  background-color: #fff;
  color: #00f;
}

a:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #f00;
}
