@charset "shift_JIS";
/* *********************************************************
 *
 *	AGss
 *	テンプレート014
 *      2006年4月15日に閉鎖いたしました。
 *
 * *********************************************************
 */

/* ================================================ */
/* 全体設定           */
* {
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 100%;
}
/* body              */
body {
  font-size: 84%;
  font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  line-height: 150%;
  text-align: center;
  color: #2b2b0e;
  background-color: #f1f1d4;
}
/* ================================================ */
/* 見出し           */
h1,h2 {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* ================================================ */
/* リスト           */
ul li {
  list-style-type: none;
  padding: 0.2em;
}
dt {
  font-weight: bold;
  padding: 0.2em;
}
dd {
  padding: 0.2em;
}
/* ================================================ */
/* リンク            */
a {
  color: #66a3cc;
  text-decoration: underline;
  font-weight: bold;
}
a:visited {
  color: #a366cc;
}
a:hover {
  color: #cc8f66;
  text-decoration: none;
}

/* ================================================ */
/* 文字強調     */
em {
  color: #c18345;
}
strong {
  font-weight: bold;
  color: #c18345;
}

/* ================================================ */
/* 画像              */
img {
  border: 0;
  border-style: none;
}

/* ================================================ */
/* ページの整形     */
#container {
  text-align: left;
  background-color: #f1f1d4;
  margin: 0;
  width: 100%;
}

/* ================================================ */
/* ヘッダー     */
#header {
  width: 100%;
  background-color: #80802b;
  height: 60px;
  border-bottom: 2px ridge #55551c;
  position: absolute;
  overflow: hidden;
}
/* サイト名    */
h1 {
    font-size: x-large;
  padding: 20px 10px 5px;
  color: #e3e3aa;
}

/* ================================================ */
/* 左側更新履歴     */
#update {
  width: 200px;
  position: absolute;
  top: 62px;
}
/* 画像部分        */
#update  ul.imgbox {
  margin: 0;
  padding: 0;
}
#update li.imgtitle {
  display: block;
  padding: 0;
  margin: 0;
}
#update li.imgtitle a {
  text-decoration: none;
  display: block;
  padding: 0;
  margin: 0;
  outline-width: 0;
  background: #f1f1d4 url("./image/sample.jpg") no-repeat;
  width: 200px;
  height: 140px;
  text-indent: -9999px;
}
/* カウンター・更新履歴 */
#update .notice {
  margin: 10px 5px;
  padding: 3px 7px;
  border: 1px dashed #d5d580;
  width: 180px;
}
#update .day {
  border-bottom: 1px solid #d5d580;
}

/* ================================================ */
/* メイン         */
#main{
  width: 500px;
  font-size: small;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 62px;
  left: 210px;
}
/* コンテンツ用枠 */
#content {
  width: 100%;
  background-color: #f1f1d4;
}
#content td {
  vertical-align: top;
  font-size: small;
  width: 50%;
}
/* 見出し      */
#main h2 {
  font-size: 110%;
  background-color: #55551c;
  margin: 0;
  padding: 5px;
  color: #f1f1d4;
  border-bottom: 1px solid #630;
}
/* mainBox     */
#main .mainBox {
  border: 1px solid #55551c;
  position: relative;
  margin: 7px 5px 5px 0;
  height: 200px;
  overflow: auto;
}
/* mainBox・段落     */
#main p {
  margin: 5px 0.5em;
  padding: 2px 5px;
}
/* mainBox・リスト     */
.mainBox ul {
  margin: 5px 0.3em;
  padding: 2px 5px;
}
.mainBox li {
  padding: 3px 5px 5px 12px;
  background: url("./image/catch.gif") no-repeat 0% 50%;
}
#main dl {
  margin: 5px 0.5em;
  padding: 0;
}
#main dt,dd {
  padding: 0;
}

/* ================================================ */
/* フッター     */
#footer {
  padding: 0;
  margin: 1em 0;
  text-align: center;
  border-top: 3px solid #55551c;
  position: relative;
}
/* 著作権     */
address {
  margin: 3px 10px 5px 0;
  padding:4px;
}
