@charset "Shift_JIS";

/* ページ全体
---------------------------------------------------- */
body      { color: black; background: #653818 url("../images/back.jpg"); margin: 0; padding: 0 }

/* ヘッダ
---------------------------------------------------- */
#header img {
  vertical-align: bottom;
}

/* ナビゲーション
---------------------------------------------------- */
ul#navigation {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#navigation li {
  position: absolute;
  top: -25px;
  display: block;
  width: 110px;
  height: 28px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
ul#navigation a {
  display: block;
  width: 110px;
  height: 28px;
  text-decoration: none;
}

/* 見出し・リード
---------------------------------------------------- */
h1 {
  position: absolute;
  left: -999px;
  width: 990px;
}
/* コンテンツ
---------------------------------------------------- */
#content img {
  margin-right: 9px;
  margin-bottom: 9px;
  padding: 2px;
  border: 1px solid #e0d8cb;
  vertical-align: bottom;
}


/* フッタ
---------------------------------------------------- */
#footer {
  margin: 0;
  padding: 1em 2em;
  font-size: x-small;
  color: #b8a68a;
  background: transparent;
}
#footer span {
  text-transform: uppercase;
}
