@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");

/* ==================================================
[1]レイアウト
[2][1.2]ヘッダー
[3][1.4]コンテンツブロック
[4][1.6]サイドバーブロック
[5][1.7]フッターブロック
================================================== */


/* 余白の初期化 */
* {
  margin: 0;
  padding: 0;
}

/* 全体のリンク指定 */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #c89932; } /* 山吹茶 やまぶきちゃ */

a:visited { color: #96514d; } /* 小豆色 あずきいろ */

a:hover { color: #425d31; } /* 緑 */

a:active { color: #425d31; } /* 緑 */

img {
  border: none;
  vertical-align:bottom;
}


/* --------------------------------------------------
   [1]レイアウト
-------------------------------------------------- */
body {
  margin: 20px;
  padding: 0px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-family: "メイリオ", Meiryo "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url(./img/background.png);
}


/* [1.1]コンテナ */
#container {
  width: 850px;
  _width: 860px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #c0c0c0;
  background-image: url(./img/cnt_bg.png);
  background-repeat: repeat-y;
}

/* [1.2]ヘッダー */
#header {
  width: 100%;
  height: 110px;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: 30px 10px;
  border-style: solid;
  border-width: 3px 1px;
  border-color: #c89932; /* 山吹茶 やまぶきちゃ */
  background-image: url(./img/header_bg.png);
  background-repeat: repeat-y;
  position: relative;
}

/* [1.3]コンテンツヘッダー */
#contents-header {
  width: 620px;
  float: right;
  position: relative;
  padding: 10px 0 0 0;
}

/* [1.4]コンテンツメニュー */
#contents-top {
  width: 620px;
  float: right;
  padding: 0 5px;
  position: relative;
}

/* [1.5]コンテンツ */
#contents {
  width: 620px;
  float: right;
  margin: 20px 20px 10px 10px;
  position: relative;
}

/* [1.5.1]コンテンツ余白（小） */
#contents-margin-s {
  width: 620px;
  height: 340px;
  float: right;
  position: relative;
}

/* [1.5.2]コンテンツ余白（中） */
#contents-margin-m {
  width: 620px;
  height: 680px;
  float: right;
  position: relative;
}

/* [1.5.3]コンテンツ余白（大） */
#contents-margin-l {
  width: 620px;
  height: 750px;
  float: right;
  position: relative;
}

/* [1.6]サイドバー */
#sidebar {
  width: 190px;
  float: left;
  position: absolute;
  padding: 20px 0;
}

/* [1.7]フッター */
#footer {
  width: 100%;
  clear: both;
  margin: 0px 0 0 0;
  padding: 10px 0 5px;
  background-color: #c89932; /* 山吹茶 やまぶきちゃ */
  color: #000000;
}

/* --------------------------------------------------
   [2]ヘッダー
-------------------------------------------------- */

/*-- サイト見出し --*/
h1 {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: sans-serif;
}

#header h2 {
  font-size: 180%;
  color: #ea5506;
  position: absolute;
  top: 300px;
  left: 510px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Meiryo;
}

/*-- サイトタイトル --*/
#header .logo {
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.logo a {
  text-decoration: none;
  color: #006600;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

/*-- サイト説明 --*/
#header p {
  font-size: 11px;
  color: #888e7e;
  position:absolute;
  top: 30px;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  font-family: sans-serif;
}

#header .repeat-btn {
  position:absolute;
  top: 75px;
  padding-left: 640px;
}

/* --------------------------------------------------
   [3]コンテンツブロック
-------------------------------------------------- */

/* -- 見出し -- */
#contents h3 {
  height: 40px;
  margin: 0 5px 20px 0;
  text-align: left;
  background: url(img/bg_midashi_h3.png);
}

#contents h4 {
  font-size: 130%;
  text-align: left;
  margin: 0 5px 20px 0;
}

#contents h5 {
  font-size: 120%;
  text-align: left;
  margin: 0 5px 20px 0;
  padding-left: 5px;
  border-left: 5px solid #c89932; /* 山吹茶 やまぶきちゃ */
}

h6 {
  font-size: 120%;
  font-weight: normal;
  height: 50px;
  padding-top: 10px;
  padding-left: 10px;
}

h5,h6 { margin-top: 50px; }

/*-- コンテンツメニュー説明 --*/
#contents-top p {
  fotn-size: 20px
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

#contents-top p.center {
  text-align: center;
}

#contents-top p.left {
  text-align: left;
  padding-left: 50px;
}

/*-- お知らせ --*/
.information {
  height: 1000px;
  overflow: scroll;
  margin: 10px 10px 20px 10px;
  padding: 5px 5px 5px 5px;
}

.information dt {
  font-weight: bold;
  text-align: left;
  padding: 0 0 5px 10px;
}

.information dd {
  text-align: left;
  padding: 0px 10px 0px 20px;
  margin-bottom: 1em;
}

.information div.box {
  width: auto;
  padding: 0 10px 20px 10px;
  border: 3px double #216d42; /* 緑（メインカラー） */
  background-color: #faf0e6; /* 薄茶 */
}

.information p {
  text-align: left;
  line-height: 5.0em;
  margin: 0 0 0 0;
}

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  text-align: left;
  margin-bottom: 1em;
}

#contents p.center {
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 1em;
}

#contents hr {
  margin: 3em 0;
}

#contents dt {
  line-height: 1.6em;
  text-align: left;
  margin-top: 1.5em;
}

#contents dd {
  line-height: 1.6em;
  text-align: left;
  margin-left: 1em;
}

#contents p.margin {
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 340px;
}

/* --------------------------------------------------
   [4]サイドバーブロック
-------------------------------------------------- */

/* -- カテゴリタイトル -- */
.side-title {
  height: 30px;
  padding: 10px 5px 0;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.localnavi li { display: inline; }

.localnavi a {
  width: 190px;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  display: block;
  padding: 10px 0px 5px 0px;
  color: #000000;
  background: url(img/localnavi/bg_localnavi.png) no-repeat 0px 100%;
}

.localnavi a:hover {
  text-decoration: none;
  background: url(img/localnavi/bg_localnavi.png) no-repeat -190px 100%;
}

/* -- 文字 -- */
#sidebar p {
  line-height: 1.5em;
  text-align: left;
  margin: 0 0 0px 20px;
}

#sidebar p.large {
  line-height: 1.0em;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px 20px;
}

/* --------------------------------------------------
   [5]フッターブロック
-------------------------------------------------- */

#footer p { text-align: center; }

