　　@charset "Shift_JIS";

/* 全体構造 01-01
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #e5e5dd url(../images/back.jpg) repeat-y;
}
#pagebody {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #e5e5dd url(../images/back.jpg) repeat-y;
}
#wrapper {
  width: 777px;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  width: 777px;
  height: 80px;
  color: #333333;
  background: url(../images/header.jpg) no-repeat;
}
h1 {
  margin: 0;
  position: absolute;
  left: 0;
  top: 31px;
}

/* グローバル・ナビゲーション
---------------------------------------------------- */
#header ul {
  margin: 0;
  padding-top: 40px;

  width: 737px;
  list-style: none;
  text-align: right;
  font-size: x-small;
  line-height: 1.0;


}
#header li {
  display: inline;
  padding-left: 1em;
  text-transform: uppercase;
  vertical-align: top;
}


/* 大きな画像
---------------------------------------------------- */
#cover {
  margin: 0 0 0 10px;
}
#cover img {
  vertical-align: bottom;
}
/* news
---------------------------------------------------- */
#news {
  margin: 10 0 0 10px;
}
#cover img {
  vertical-align: bottom;
}
/* メイン・コンテンツ
---------------------------------------------------- */
#content {
  margin: 14px 0 0 10px;
  width: 777px;			/* ■IE6バグ回避に必要。無いと下に隙間ができる */
}
#content div {
  float: left;
  width: 248px;
}
#content h2 {
  margin: 0;
  padding: 0;
  height: 71px;
}
#content a, #content img {		/* ■画像周りの余白を消す */
  display: block;
}
#content a {			/* ■トップページ３段組 */
  width: 248px;
  height: 71px;






}
#new h2 {
  background: url(../images/h2back1.jpg) 0 22px no-repeat;
}
#feature01 h2 {
  background: url(../images/h2back2.jpg) 0 22px no-repeat;
}
#feature02 h2 {
  background: url(../images/h2back3.jpg) 0 22px no-repeat;
}
#feature03 h2 {
  background: url(../images/h2back4.jpg) 0 22px no-repeat;
}
#feature04 h2 {
  background: url(../images/h2back5.jpg) 0 22px no-repeat;
}
#feature05 h2 {
  background: url(../images/h2back6.jpg) 0 22px no-repeat;
}
#feature06 h2 {
  background: url(../images/h2back7.jpg) 0 22px no-repeat;
}
#feature07 h2 {
  background: url(../images/h2back8.jpg) 0 22px no-repeat;
}
#feature08 h2 {
  background: url(../images/h2back9.jpg) 0 22px no-repeat;
}
#feature09 h2 {
  background: url(../images/h2back2.jpg) 0 22px no-repeat;
}


#content p {
  margin: 0 0 20px;
  width: 236px;
  font-size: x-small;
  line-height: 1.4;
}
/* サブ・ナビゲーション
---------------------------------------------------- */
ul#subnav  {
  position: absolute;
  top: 42px;
  right: 15px;
  margin: 0;
  padding: 0 0 0 250px;			/* ■ロゴと重ならないための余白を確保 */
  list-style: none;
  text-align: right;
  font-size: x-small;
  line-height: 1.5;
}
ul#subnav li {
  display: inline;
  padding-left: 1em;
  text-transform: uppercase;
  vertical-align: top;
}

/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
  margin: 0 0 0 10px;
  border-top: 1px solid #cbcbcb;
  position: relative;
  width: 732px;
}
#footer ul {
  margin: 0;
  list-style: none;
}
#footer li {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  height: 19px;
  text-indent: -9999px;
}
#footer li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 19px;
}
#footer li#info    {
  left: 677px;
  width: 55px;
  background: url(../images/info.gif) no-repeat;
}
#footer li#sitemap {
  left: 604px;
  width: 73px;
  background: url(../images/sitemap.gif) no-repeat;
}
#footer li#privacy {
  left: 532px;
  width: 73px;
  background: url(../images/privacy.gif) no-repeat;
}
#footer p {
  margin-top: 10px;
  font-size: x-small;
  color: #666666;
  background: transparent;
}
/* 二ページ以降
---------------------------------------------------- */
#kentikusikai  {

  margin: 0 0 20px 0;
  width: 700px;
  font-size: x-small;
  line-height: 1.4;
  }
