@charset "utf-8";
/* ================================================
	 GENERAL
 * ================================================ */

html {
  overflow-y : scroll;
  height: 100%;
}

/* リセット */
* {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ丸ゴ Pro W4", Hiragino Maru Gothic Pro,  "Osaka", Verdana, "ＭＳ Ｐゴシック", arial, sans-serif;
  font-style : normal;
  font-weight : normal;
  font-size: 12px;
}

/* すべて */
body {
  height: 100%; 
  color: #666;
  background: #FFF;
  text-align: center;
  line-height: 1.5;
  font-family: "ヒラギノ丸ゴ Pro W4", Hiragino Maru Gothic Pro,  "Osaka", Verdana, "ＭＳ Ｐゴシック", arial, sans-serif;
}

/* 文字色 */
.blue {
  color: #0080ff;
}
.purple {
  color: #BA55D3;
}
.pink {
  color: #ff0080;
}
.gray {
  color: #999999;
}
.strong_b {
  font-weight: bold;
}
.big_b {
  font-weight: bold;
}
.big_bp {
  font-weight: bold;
  color: #BA55D3;
}
.big_bpn {
  font-weight: bold;
  color: #ff0080;
}
.strong {
  font-weight: bold;
  color: #ff0080;
}

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

/* リンク */
a {
  text-decoration: underline;
}
a:link {
  color: #7066EE;
}
a:visited {
  color: #7050B0;
}
a:hover,a:active {
  color: #BA55D3;
  text-decoration: none;
}

a.header{
  text-decoration: none;
  font-family: Verdana, arial, sans-serif;
}

a.header:link {
  color: #FFFFFF;
  font-family: Verdana, arial, sans-serif;
}
a.header:visited {
  color: #FFFFFF;
  font-family: Verdana, arial, sans-serif;
}

a.header:hover,a.header:active {
  color: #BA55D3;
  font-family: Verdana, arial, sans-serif;
  text-decoration: none;
}


/* ================================================
	 書式                               
 * ================================================ */

/* 見出し */
h1,h2,h3 {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* 段落 */
p {
  padding: 0.25em;
}

/* Copyright */
.copyright {
  margin: 0;
  padding: 3px 0 0 10px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 11px;
  text-align: center;
}

/* 文字表示 */
p,
ul,
ol,
dl,
.blue,
.purple,
.pink,
.strong_b,
.strong {
  font-family: "ヒラギノ丸ゴ Pro W4", Hiragino Maru Gothic Pro,  "Osaka", Verdana, "ＭＳ Ｐゴシック", arial, sans-serif;
  font-size : 12px;
}
.big_b {
  font-family: Verdana, arial, sans-serif;
  font-size : 18px;
}
.big_bp {
  font-family: Verdana, arial, sans-serif;
  font-size : 18px;
}
.big_bpn {
  font-family: Verdana, arial, sans-serif;
  font-size : 18px;
}
.gray {
  font-family: Verdana, arial, sans-serif;
}
/* ================================================
 *	 ページレイアウト
 * ================================================ */

/* ページの整形 */
#container {
  text-align: left;
  background: #FFF url("../image/container.gif") repeat-y;
  margin: 0 auto;
  padding: 0;
  width: 720px;
  position: relative;
  height: auto !important;
  height: 100%; 
  min-height: 100%;
}

/* ヘッダー */
#header {
  width: 700px;
  height: 328px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 5px;
  background: #FFF url("../image/header.jpg") no-repeat;

}

/* ブロック設定 */
#header div.section {
  margin: 268px 0px 1px;
  background: url("../image/titlemenu.png") no-repeat;
}

/* サイト名 */
h1 {
  font-size: 180%;
  font-family: Arial,Osaka,"ＭＳ Ｐゴシック",sans-serif;
  margin: 0;
  padding: 10px 15px 10px;
  text-align: right;
}
#header h1 a {
  color: #333;
  text-decoration: none;
}

/* メイン */
#main {
  width: 700px;
  margin: 0;
  padding: 5px;
  padding-bottom: 60px;
  position: relative;
  height: 100%; 
  top: 0;
  left: 10px;
}

/* 見出 */
#main h2 {
  font-size: 14px;
  color: #444444;
  margin: 0 0 5px;
  padding: 5px;
  border-bottom: 2px groove #1E90FF;
  text-align: left;
  width: 96%;
}

/* ブロック設定 */
#main div.section {
  margin: 0 5px 15px;
}

/* blocks */
#footer div.section {
  margin: 0 5px 15px;
}

/* Page Top */
#footer p.reverse {
  margin: 0 10px 0px 5px;
  text-align: right;
}
#footer p.reverse a {
  padding: 0 0 0 15px;
  background: #FFF url("../image/pagetop.gif") no-repeat left center;
}

/* フッター */
#footer {
  clear: both;
  width: 690px;
  background: #FFFFFF;
  margin: 5px;
  padding: 3px 0 5px 0;
  position: absolute;
  bottom: 0;
  left: 5px;
  height: 40px; 
  text-align: center;
  border-top: 1px dashed #cccccc;
}

