@charset "UTF-8";
@import "reset.css";
@import "nav.css";
@import "main.css";
@import "print.css";

body{
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
  display: none;
}

@media screen { body {
  background: url(../img/bg_body.gif);
}}

a:link {
  color: #005297;
  text-decoration: none;
}

a:visited {
  color: #005297;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a:active {
  color: #005297;
  text-decoration: none;
}

a:focus {
  outline: none;
}

#transition {
  text-align: right;
  margin-bottom: 10px;
}

#go_back ,#go_next ,#go_back_img ,#go_next_img {
  position:fixed;
  top: 47px;
  width: 4.2em;
}

#go_back ,#go_back_img {
  left: 575px;
}

#go_next ,#go_next_img {
  left: 635px;
}

#go_back ,#go_next {
  display: none;
/*  display: inline-block; */
  text-align: center;
  border-radius: 6px;
  border: 1px solid #999999;
  line-height: 1.9em;
  font-size: 13px;
  background-color: #88ccdf;
  background: -moz-linear-gradient(top, #ffffff, #88ccdf);
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#88ccdf));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#ff88ccdf');
}

#go_back_img ,#go_next_img {
/*  display: none; */
}

@media screen { #header {
  width: 700px;
  top: 0px;
  left: 0px;
  position:fixed;
}}

#fontsize{
  top: 50px;
  left: 130px;
  position:fixed;
}

#index{
  top: 15px;
  left: 624px;
  position:fixed;
}

@media screen { #container {
  margin-top: 100px;
  width: 700px;
  margin-bottom: 10px;
}}

@media screen { div.anchor {
  /* ヘッダ部固定の場合は、固定する分だけpaddingとmarginを取る */
  padding-top: 100px;
  margin-top: -100px;
}}

/* ie7 hack */
*:first-child+html #container {
  padding-top: 100px;
}

#footer {
  width: 700px;
  clear: both;
  padding: 10px 0;
  background-color: #289945;
  color: #ffffff;
  font-weight: bold;
  border-top: 2px solid #289945;
  text-align: center;
}
