@charset "utf-8";
/* ----------------------------------------------------------------------

 CSSファイル名：  共通スタイル
 使用目的：       ブラウザデフォルト値のリセット
                  全ページ共通で不変なパーツの指定（ナビゲーションやフッタ等）
                  各要素（h1、p、ul 等）のデフォルト値の設定を記述

-------------------------------------------------------------------------*/
/* ■共通設定（ブラウザバグ修正含む） */
/*---ユニバーサルセレクタで初期化*/
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
p,li,dt,dl {
  line-height: 1.6;
}
p {
  margin: 0 0 1em 0;
}
li {
  list-style: none outside;
}
img {
  border: 0;
  vertical-align: bottom;
}
address {
  font-style: normal;
}
.clear {
  clear: both;
}
a {
  outline: 0;
}
/* ■ページ構造 */
body {
  line-height: 150%;
  text-align: center; /* for IE6 and under bug fix */
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 80%;
  color: #333333;
}

/* ■全体の枠組み */
#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  text-align: justify;
}

/* ■メインボックス指定 */

/*---ロゴ*/
#logo {
  float: left;
  margin-top: 6px;
  padding-left: 100px;
  width: 130px;
}
/*---コンテンツ*/
#contentsBox {
  width: 780px;
  background-image:url(../img/bg.gif);
}
#mainContents {
  margin-left: 20px;
  margin-right: 20px;
  width: 740px;
  padding-top: 10px;
}

/*---フッター・著作権表記*/
#footer {
  width: 780px;
  height: 65px;
  background: url(../img/footer.gif) no-repeat;
  font-size: x-small;
  clear: both;
}
#footer ul {
  margin: 0;
  padding: 10px 0 0 20px;
  _padding-top: 5px; /* for IE6 bug fix */
}
#footer li {
  display: inline;
  float: left;
  margin-left: 18px;
  padding-left: 15px;
  background: url(../img/icon_footer.gif) no-repeat left 45%;
  font-size: 8pt;
}
#footer p {
  clear: both;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
}

/* ■リンク設定 */
a {
  text-decoration: none;
}
a:link {
  color: #000080;
}
a:visited {
  color: #2f4f4f;
}
a:hover {
  text-decoration: underline;
  color: #ff4500;
}
a:active {
  color: #ffcc99;
}

/* ■画像設定 */
.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  _text-align: center; /* for IE6 and under bug fix */
}
.blank {
  margin-top: 1em;
  margin-bottom: 1em;
}
.blank2 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.blank3 {
  margin-top: 1.5em;
  margin-left: 1em;
}
.blank4 {
  float: left;
  margin: 0 1em 1em 1em;
}
.blank5 {
  display: block;
  margin: 2em auto;
  _text-align: center; /* for IE6 and under bug fix */
}
.imgPoint {
  float: right;
  margin: 1em;
}
.imgSample {
  float: left;
  margin-left: 15px;
  margin-bottom: 1em;
}
.imgReturnTop {
  display: block;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

/* ■テキスト指定 */
.textEmphasis {
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #990000;
}
.textRight {
  text-align: right;
  font-weight: bold;
}
.textBlank {
  padding-top: 1em;
}

/* ■表題指定 */
.heading {
  background: url("../img/heading.jpg") no-repeat;
  margin: 3em 0 15px 0;
  width: 495px;
  height: 30px;
  line-height: 30px;
  text-indent: 3em;
  font-size: 10pt;
  font-weight: bold;
  letter-spacing: 0.5em;
  color: #222222;
}
.heading2 {
  background: url("../img/heading2.gif") no-repeat;
  margin: 10px 0 15px 0;
  height: 34px;
  line-height: 34px;
  text-indent: 2.5em;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.5em;
  color: #222222;
}
.heading3 {
  background: url("../img/heading3.gif") no-repeat left bottom;
  margin: 1.5em 0 5px 10px;
  height: 1.5em;
  padding-bottom: 10px;
  text-indent: 0.3em;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #222222;
}
.heading4 {
  background: url("../img/heading4.gif") no-repeat;
  margin: 2em 0 1em 5px;
  width: 508px;
  height: 38px;
  line-height: 30px;
  text-indent: 2em;
  font-size: 10pt;
  font-weight: bold;
  letter-spacing: 0.5em;
  color: #222222;
}

/* ■定義リスト横並び設定 */
dl {
  margin: 1em auto;
  width: 510px;
}
dt {
  float: left;
  padding: 5px 5px 5px 20px;
  width: 160px;
  font-weight: bold;
}
dd {
  margin-left: 165px;
  padding: 5px 5px 5px 20px;
  width: 295px;
  border-left: 1px solid #777777;
}

/* ■リスト設定 */
/*---白丸リスト*/
ul.circle {
  margin-bottom: 2em;
}
ul.circle li {
  margin-left: 4em;
  list-style-type: circle;
}
/*---黒丸リスト*/
ul.disc li {
  margin-left: 3em;
  line-height: 1.8em;
  list-style-type: disc;
}
/*---四角リスト*/
ul.square {
  margin: 1em;
}
ul.square li {
  margin-left: 2em;
  margin-bottom: 1em;
  list-style-type: square;
}
/* ■ハック関連 */
/* ※↓divクラスのfloat要素をclearするコード(clearfix) */
div {
  zoom: 1; /* IE 5.5-7用 */
}
div:after { /* Firefox,Opera用 */
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
/* ※↑ここまで */
