@charset "shift_JIS";
/* *********************************************************
 *
 *	AGss
 *	テンプレート002
 *      2006年4月15日に閉鎖いたしました。
 *
 * *********************************************************
 */

/* ================================================ */
/* 全体設定           */
* {
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 100%;
}
/* body              */
body {
  background-color: #eeeeee;
  font-size: 84%;
  font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 150%;
  text-align: center;
  color: #000000;
  margin: 0;
  padding: 0;
}
/* ================================================ */
/* 見出し           */
h1,h2 {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* ================================================ */
/* リンク            */
a {
  color: #4c5b97;
  text-decoration: underline;
}
a:visited {
  color: #316AC5;
}
a:hover {
  color: #E4090F;
  text-decoration: none;
}

/* ================================================ */
/* 文字強調          */
em {
  color: #975b4c;
}
strong {
  font-weight: bold;
  color: #975b4c;
}

/* ================================================ */
/* 画像              */
img {
  border: 0;
  border-style: none;
}

/* ================================================ */
/* ページの整形     */
#container {
	width: 540px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* ================================================ */
/* ヘッダー     */
#header {
	width: 540px;
	height: 200px;
	background-image: url(image/gokuraku.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
/* サイト名     */
h1 {
	font-size: 120%;
	text-align: right;
	color: #FFFFFF;
	padding-top: 85px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

/* ================================================ */
/* メニュー     */
#menu {
	width: 540px;
	height: 30px;
	background-color: #FF3333;
	font-size: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #FFFFFF;
}
#menu ul {
  list-style: none;
  margin-top: 5px;
  margin-left: 0;
  padding: 0 10px;
}
#menu li {
  list-style: none;
  padding-left: 10px;
  text-align: center;
  display: inline;
}
#menu a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
#menu a:hover {
  color: #E4090F;
}

/* ================================================ */
/* メイン     */
#main {
  margin: 0;
  padding: 20px 0;
  background-color: #FFF;
  width: 540px;
}
/* mainBox・左側のボーダー     */
.mainBox {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF3333;
}
/* 見出し     */
#main h2 {
	font-size: small;
	padding: 4px 7px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
}
/* 段落・リスト     */
#main p,dl {
  margin: 0 0 7px 15px;
  padding:5px 5px 0;
}
#main dt {
  font-weight: bold;
}
#main dd {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
	border: 5px solid #666666;
	padding: 7px;
	font-size: 14pt;
	font-weight: bolder;
	margin-right: 50px;
	margin-left: 50px;
	background-color: #FF3333;
	color: #FFFFFF;
}
#main ul {
  margin: 0 0 7px 35px;
  list-style: none;
}
#main li {
  list-style: none;
  list-style-type: square;
}

/* ================================================ */
/* フッター     */
#footer {
  border-top: 1px solid #363;
  padding: 0;
  margin: 0;
  background-color: #FF3333;
  text-align: right;
}
/* 著作権    */
address{
  color: #FFF;
  margin: 0;
  padding: 5px 8px;
}
#main dd a {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.h4610 {position: absolute; top:-3000px}
#main dd a:hover {

	color: #FFCCFF;
	font-style: italic;
	font-weight: bold;
}
