﻿@charset "utf-8"
/* *********************************************************
 *
 *	AGss
 *	テンプレート010
 *      2006年4月15日に閉鎖いたしました。
 *
 * *********************************************************
 */

/* ================================================ */
/* 全体設定           */
* {
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 10900%;
}
/* html              */
html {
  overflow: hidden;
}
/* body              */
body {
  font-size: 90%;
  font-family:  Osaka,Verdana,Arial,Helvetica,sans-serif;
  line-height: 150%;
  text-align: center;
  color: #151515;
}

/* ================================================ */
/* 見出し           */
h1 {
  font-weight: bold;
  border-bottom:#004B7A solid 2px;
  letter-spacing: 0.2em;
}
h2 {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* ================================================ */
/* リンク            */
a {
  color: #008000;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #a833cc;
}
a:hover {
  color: #cc333d;
  text-decoration: underline;
  font-weight: bold;
}

/* ================================================ */
/* 文字強調     */

.n{
    text-align:center;
	}

/* ================================================ */
/* ページの整形     */
#container {
  text-align: left;
  margin: 0 auto;
  width: 690px;
  margin:10px 0 0 100px;

}

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

/* ================================================ */
/* ヘッダー     */
#header {
  margin-bottom: 1em;
}
/* サイト名    */
h1 {
  font-size: 200%;
  padding: 20px 0 15px;
  color: #cc8f33;
}

/* ================================================ */
/* メニュー     */
.menu {
  margin: 0;
  padding-left: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccd;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu li {
  color: #000;
  margin: 0;
  margin-left: 0.3em;
  padding: 5px;
  display: inline;
  list-style-type: none;
  background: #e3e3e3;
  border: 1px solid #ccd;
  float: left;
  line-height: 16px;
  letter-spacing: 0.1em;
}
.menu .leftmost {
  margin-left: 0;
}	

.menu a:link,
.menu a:visited {
  color: #666;
  display: inline;
  text-decoration : none;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.menu a:hover {
  color: #f00;
  display: inline;
  background-color: transparent;
  letter-spacing: 0.1em;
}

/* ================================================ */
/* メイン     */

#main {
  border: 2px solid #ccd;
  border-top: 3px;
  clear: both;
  margin: 0;
  padding: 0.8em;
  padding-top: 0.2em;
  overflow: auto;
  height: 280px;
  text-align: left;
  border:2px solid #ccc;
  
}
/* 見出し     */
#main h2 {
  font-size: 120%;
  margin: 10px 0 7px;
  border-bottom: 2px dashed #ccc;
  padding: 7px 2px 3px;
  color: #cc8f33;
}
/* 段落・リスト     */

#main ul {
  margin: 1em 30px 40px 20px;
  list-style: none;
}
#main li {
  list-style: none;
  list-style-type: square;
}

/* ================================================ */
/* フッター     */
#footer {
  padding: 0;
  margin: 0;
  text-align: center;
}
/* 著作権 */
address {
  margin: 5px 0 0 0;
  padding:2px;
}