﻿@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;
  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 {
  text-align: center;
  border-radius: 6px;
  border: 1px solid #999999;
  display: inline-block;
  width: 5em;
  line-height: 2em;
}

#header {
  width: 900px;
  margin-bottom: 10px;
}

#container {
  width: 900px;
  margin-bottom: 10px;
}

#footer {
  width: 900px;
  clear: both;
  padding: 10px 0;
  background-color: #004ea2;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}

#main h3.h3style {
  margin: 10px 0 10px 0;
}

.width700 { 
 width: 700px !important; 
}

.bgbody {
 background: url(../img/bg_body-2.gif) !important;
}
