/* ページ全体の背景と文字と余白 */
body {
  margin: 0;
}

/* 大枠 */
div#container {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/* 画像 */
img {
border: 0;
}

/* パラグラフ */
p {
  margin: 0;
  font-family: "メイリオ",sans-serif;
}

span {
  color: red;
}

span.red {
  color: red;
}

span.blue {
  color: blue;
}

span.gray {
  color: gray;
}

/* 仕切り線 */
hr {
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #999999;
  margin: 0;
  clear: both;
}

hr.menu {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #CCCCFF;
  margin: 0;
  clear: both;
}

hr.topic {
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #999999;
  margin: 10px 0 10px 0;
  clear: both;
}

/* 見出し */
h1 {
  width: 372px;
  height: 100px;
  margin: 0;
  padding: 0;
  background-image: url(img/logo.gif);
  text-indent: -9999px;
}

h1 a {
  display: block;
  width: 372px;
  height: 100px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

h2 {
  width: 700px;
  height: 80px;
  background-image: url(img/h2.html);
  margin-top: 0;
  margin-bottom: 10px;
}

h3 {
  width: 640px;
  height: 40px;
  background-image: url(img/h3.jpg);
  color: white;
  font-family: "メイリオ",sans-serif;
  padding-left: 30px;
  padding-top: 10px;
}

h4 {
  width: 670px;
  height: 35x;
  background-image: url(img/h4.jpg);
  color: white;
  font-family: "メイリオ",sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 5px;
}

h5 {
  width: 670px;
  height: 46px;
  background-image: url(img/h5.png);
  color: #1E90FF;
  font-family: "メイリオ",sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  clear: both;
}

h6 {
  width: 660px;
  height: 24px;
  background-image: url(img/h6.gif);
  color: white;
  font-family: "メイリオ",sans-serif;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 10px;
}

/* ヘッダー全体 */
div#header {
  width: 880px;
  height: 100px;
  background-image: url(img/head.jpg);
  padding: 10px;
}

div#chuwasc p {
  font-size: 12px;
  color: #0080C0;
  text-align: center;
  margin-top: 5px;
}

/* ラッパー */
div#wrapper {
  width: 900px;
}

/* サイド左 */
div#side-l {
  width: 190px;
  margin: 5px 10px 10px 0;
  float: left;
}

p.bne {
  margin-top: 10px;
  margin-bottom: 10px;
}

div#nav a {
  display: block;
  width: 170px;
  height: 32px;
  background: url(img/menu_btn.gif) no-repeat;
  color: navy;
  font-size: 14px;
  font-family: "メイリオ",sans-serif;
  text-align: right;
  padding: 13px 20px 0 0;
}

div#nav a {
  text-decoration:none
}

div#nav a:hover {
  background: url(img/menu_btn2.gif) no-repeat;
  text-decoration: underline; 
  color: red;
}

/* メイン */
div#main {
  width: 500px;
  margin: 5px 0 10px 0;
  float: left;
}

p.img_tittle {
  font-size: 12px;
  border: 1px #CCCCFF solid;
  width: 493px;
  height: 15px;
  text-align: right;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 5px;
}

p.shinchaku {
  margin-top: 20px;
  margin-bottom: 20px;
}

p.topic {
  font-size: 12px;
}

/* サイド右 */
div#side-r {
  width: 190px;
  margin: 5px 0 10px 10px;
  float: left;
}

p.nextgame0 {
  width: 178px;
  font-size: 12px;
  margin: 0;
  border: #999999 solid;
  border-width: 0 1px 0 1px;
  background: #F5F5F5;
  padding: 5px;
}

p.nextgame1 {
  width: 178px;
  font-size: 12px;
  margin: 0;
  border: #999999 solid;
  border-width: 0 1px 0 1px;
  background: #F5F5F5;
  padding-left: 10px;
}

p.nextgame2 {
  width: 183px;
  font-size: 12px;
  margin: 0;
  text-align: right;
  border: #999999 solid;
  border-width: 0 1px 0 1px;
  background: #F5F5F5;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
}

/* コンテンツ */
 div#contents {
  width: 700px;
  margin: 5px 0 10px 0;
  float: left;
}

 div.contents {
  background-image: url(img/chakin_wp.gif);
  padding: 15px;
}

 div.contents p {
  margin-bottom: 15px;
}

p.taikai {
  width: 670px;
  height: 36x;
  background-image: url(img/h4.jpg);
  color: white;
  font-family: "メイリオ",sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  padding-top: 4px;
}

p.gaiyou {
  margin: 15px 0 15px 0;
  font-size: 18px;
  font-family: "メイリオ",sans-serif;
}

p.bikou {
  margin-top: 0;
  text-align: right;
  font-size: 12px;
}

/* メンバー紹介 */

div.member_img {
  width: 180px;
  height: 180px;
  margin-top: 20px;
  margin-right: 15px;
  float: left;
}

div.member_data {
  width: 475px;
  margin-top: 20px;
  float: left;
}

div.taikai {
  background-image: url(img/bg-th_h3_c2.gif);
  border: #0000CD solid;
  border-width: 0 0 0 10px;
}

p.taikai1 {
  margin-left: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #0000CD;
}

p.taikai2 {
  margin-right: 5px;
  font-size: 12px;
  font-style: italic;
  text-align: right;
}

p.pagetop {
  text-align: right;
  margin-top: 20px;
}

/* バックボタン */
p.back {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  clear:both;
}

/* フッター */
div#footer {
  width: 900px;
  height: 50px;
  background-image: url(img/foot.jpg);
  margin-top: 0;
  clear: both;
}

div#footer p {
  font-size: 12px;
  text-align: center;
  color: #0080C0;
  padding-top: 20px;
}

