@charset "shift_JIS";
/* *********************************************************
 *
 *	AGss
 *	テンプレート003
 *      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: #993;
  background: #fbfbf4 url("./image/sample.jpg") 95% 30px no-repeat fixed;
}
/* ================================================ */
/* 見出し           */
h1,h2 {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* ================================================ */
/* リンク            */
a {
  color: #69c;
  text-decoration:underline;
}
a:visited {
  color: #c6c;
}
a:hover {
  color: #FFF;
  text-decoration:none;
  background-color: #c66;
}
/* ================================================ */
/* 文字強調          */
em {
  color: #c66;
}
strong {
  font-weight: bold;
  color: #c66;
}

/* ================================================ */
/* 画像              */
img {
  border: 0;
  border-style: none;
}

/* ================================================ */
/* ページの整形     */
#container {
  text-align: left;
  background-color: #FFF;
  border-top: 1px solid #660;
  border-right: 1px solid #660;
  border-bottom: 1px solid #660;
  margin: 30px 250px 0 0;
}
/* ================================================ */
/* ヘッダー     */
#header {
  height: 50px;
  background: #FFF;
}
/* サイト名    */
h1 {
  font-size: 180%;
  font-family: Arial,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  padding: 15px 10px;
  text-align: right;
}

/* ================================================ */
/* メニュー     */
#menu {
  height: 2em;
  background: #ac6;
  border-top: 1px dashed #660;
  border-bottom: 1px dashed #660;
  font-weight: bold;
}
#menu ul {
  list-style: none;
  margin-top: 5px;
  margin-left: 0;
  padding: 0 15px;
  text-align: right;
}
#menu li {
  list-style: none;
  padding-left: 10px;
  text-align: center;
  display: inline;
}
#menu a {
  color: #4d4d1a;
  text-decoration: none;
}
#menu a:hover {
  color: #f4f4de;
  background-color: transparent;
}

/* ================================================ */
/* メイン     */
#main {
  background-color: #FFF;
  margin-left: 0;
  padding: 20px 0;
}
/* 見出し     */
#main h2 {
  font-size: 110%;
  margin: 0px 10px;
  border-bottom: 1px dashed #ac6;
  border-left: 12px solid #ac6;
  padding: 0 0 2px 5px;
}
/* 段落・リスト     */
#main p,dl {
  margin: 0 10px 20px 30px;
  padding-top: 5px;
}
#main dt {
  font-weight: bold;
}
#main dd {
  margin-bottom: 5px;
}
#main ul {
  margin: 0 0 20px 45px;
  list-style: none;
}
#main li {
  list-style: none;
  list-style-type: square;
}

/* ================================================ */
/* フッター     */
#footer {
  border-top: 1px dashed #660;
  padding: 0;
  margin: 0;
  background: #ac6;
  text-align: right;
}
/* 著作権 */
address{
  margin: 5px 15px 0 0;
  padding:3px;
  color: #4d4d1a;
}
