@charset "utf-8";

/* COMMON */
a img {
  border: none;
}

body {
  margin: 0;
  padding: 0;
  background-color: rgb(255, 255, 255);
  font: normal 12px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  _text-align: center;
}

hr.clear {
  clear: both;
  visibility: hidden;
}

/* HEADERAREA */
div#headerarea {
  width: 100%;
  margin: 0 auto 15px;
  _text-align: center;
}

/* BREADCRUMBS */
div#breadcrumbs {
  font-size: 0.9em;
  color: rgb(102, 102, 102);
  border-bottom: 1px dotted rgb(130, 130, 130);
  padding-bottom: 5px;
  padding-left: 5px;
  width: 900px;
  margin: 0 auto;
  _text-align: left;
}

div#breadcrumbs span {
  margin: 0 5px;
}

div#breadcrumbs a {
  text-decoration: none;
  color: rgb(034, 085, 164);
}

/* BODYAREA */
div#bodyarea {
  width: 900px;
  margin: 20px auto 0;
  _text-align: left;
}

/* TOP-OF-THE-PAGE */
div#bodyarea div#contentarea div.top-of-the-page {
  width: 100%;
  text-align: right;
}

div#bodyarea div#contentarea div.top-of-the-page a {
  text-decoration: none;
  color: rgb(077, 077, 077);
}

/* FOOTERAREA */
div#footerarea {
  width: 100%;
  border-top: 1px solid rgb(034, 085, 164);
  margin-top: 35px;
  padding-bottom: 35px;
}

div#footerarea ul {
  list-style: none;
  margin: 5px auto;
  padding: 0;
  width: 900px;
  height: 16px;
  background: url(images/logo_footer.gif) no-repeat right top;
}

div#footerarea ul li {
  float: left;
  margin-right: 15px;
  padding-left: 10px;
  background: url(images/arrow.gif) no-repeat left center;
}

div#footerarea ul li a {
  color: rgb(077, 077, 077);
  text-decoration: none;
}

div#footerarea div {
  clear: left;
  text-align: center;
  color: rgb(100, 100, 100);
  font-size: 0.8em;
  font-weight: bold;
  border-top: 1px solid rgb(034, 085, 164);
  padding-top: 10px;
  background: url(images/footer_shadow.gif) repeat-x center top;
}

