/************************************************************
 Reset Tag
************************************************************/
html {
  overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,textarea,select,blockquote,table,th,td,caption {
  margin: 0;
  padding: 0;

  font-size: 16px;
  line-height: 100%;

  text-align: left;
}
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,b,span,pre,form,input,fieldset,textarea,select,button,blockquote,table,th,td,address,caption,em,strong,th {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS ゴシック',MS Gothic;
    font-weight: normal;
    font-style: normal;
  }
b, strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
q:before,q:after {
  content: '';
}
object,
embed {
  vertical-align: top;
}
img,abbr,acronym {
  border: 0;
}
li {
  list-style-type: none;
}
i {
  font-style: oblique;
}

input {
  font-size: 100%;
}
input[type='checkbox'], input[type='radio'] {
  margin: 0;
  vertical-align: middle;
}
select {
  padding: 3px;
}
button {
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
}
* html .cf, * html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/************************************************************
 Base Tag
************************************************************/
body {
  background: url(../images/imgBg01.gif);
}


/************************************************************
 Template Tag
************************************************************/

/********** header **********/
.header {
  width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
  .header h1 {
    margin: 0 1px;
    overflow: hidden;
  }
    .header h1 a {
      width: 798px;
      height: 125px;
      text-indent: -9999px;
      background: url(../images/imgLogo01.png) no-repeat;
      display: block;
    }


/********** navi **********/
.navi {
  width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
  .navi ul {
    margin: 0 1px;
    overflow: hidden;
  }
    .navi li {
      float: left;
      overflow: hidden;
    }
      .navi li a {
        width: 200px;
        height: 32px;
        text-indent: -9999px;
        background: url(../images/imgNavi01.gif) no-repeat;
        display: block;
      }
    .navi .n01 a {
      background-position: 0 0;
    }
    .navi .n01 a:hover {
      background-position: 0 -32px;
    }
    .navi .n01_on a {
      background-position: 0 -32px;
    }
    .navi .n02 a {
      background-position: -200px 0;
    }
    .navi .n02 a:hover {
      background-position: -200px -32px;
    }
    .navi .n02_on a {
      background-position: -200px -32px;
    }
    .navi .n03 a {
      background-position: -400px 0;
    }
    .navi .n03 a:hover {
      background-position: -400px -32px;
    }
    .navi .n03_on a {
      background-position: -400px -32px;
    }
    .navi .n04 a {
      width: 198px !important;
      background-position: -600px 0;
    }
    .navi .n04 a:hover {
      background-position: -600px -32px;
    }
    .navi .n04_on a {
      background-position: -600px -32px;
    }


/********** content **********/
.body {
  width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.content {
  width: 520px;
  margin: 30px 50px 30px 0;
  padding-left: 29px;
  border-left: 1px solid #CCCCCC;
  float: right;
}
  .body .inner {
    margin: 0 1px;
    padding: 30px 50px;
  }

.menu {
  width: 120px;
  margin: 30px 0 30px 50px;
  padding-right: 30px;
  float: left;
}
  .menu .fukudai {
    margin-bottom: 30px;
    overflow: hidden;
  }
    .menu .fukudai a {
      width: 88px;
      height: 112px;
      text-indent: -9999px;
      background: url(../images/imgLogo02.gif) no-repeat;
      display: block;
    }

  .menu h2 {
    margin-bottom: 5px;
    overflow: hidden;
  }
    .menu h2 a {
      padding: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #FFFFFF;
      letter-spacing: 1px;
      background-color: #005D97;
      border-bottom: 2px solid #002942;
      border-radius: 4px;
      text-decoration: none;
      display: block;
      text-align: center;
    }
    .menu h2 a:hover {
      background-color: #008BCB;
    }
    .menu .link {
      margin-bottom: 20px;
      font-size: 12px;
      text-align: right;
    }
      .menu .link a {
        font-size: 12px;
        line-height: 130%;
      }

    .menu p {
      margin-bottom: 20px;
      line-height: 150%;
    }

    .menu .info {
      font-size: 12px;
      line-height: 150%;
    }


/********** footer **********/
.footer {
  width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
  .footer .copyright {
    padding: 10px 50px 20px 50px;
    font-size: 11px;
    color: #999999;
    text-align: right;
  }


/************************************************************
 Page Tag
************************************************************/

/********** index **********/
.index {
}


/********** history **********/
.header .history a {
  background: url(../images/imgHistory_pict01.png) no-repeat;
}

  .history .member {
  }
    .history .member table {
      width: 320px;
      margin-bottom: 30px;
    }
      .history .member th {
        padding: 10px;
        background-color: #DAE4DD;
        border: 1px solid #666666;
        text-align: center;
      }
      .history .member td {
        padding: 10px;
        border: 1px solid #666666;
        text-align: center;
      }

/********** rules **********/
.header .rules a {
  background: url(../images/imgRules_pict01.png) no-repeat;
}

  .rules table {
    width: 100%;
    margin-top: -5px;
  }
    .rules th {
      padding: 5px 0;
      line-height: 180%;
      vertical-align: top;
    }
    .rules td {
      padding: 5px 0;
      line-height: 180%;
      vertical-align: top;
    }
      .rules td span {
        width: 200px;
        display: inline-block;
      }

/********** news **********/
.header .news a {
  background: url(../images/imgNews_pict01.png) no-repeat;
}

  .news_date {
    margin-bottom: 15px;
    padding-bottom: 20px;
    color: #525252;
    border-bottom: 1px dotted #9A9A9A;
  }
  .news_title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 180%;
  }
  .news_body {
    margin-bottom: 20px;
    line-height: 180%;
  }
  .news_album {
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
  }

.profile {
  width: 100%;
  vertical-align: bottom;
}

/************************************************************
 General Tag
************************************************************/
.h2t {
  margin-bottom: 30px;
}
.sub {
  margin-bottom: 15px;
}

.text {
  line-height: 180%;
}

.mt {
  margin-top: 30px;
}
.mr {
  margin-right: 30px;
}
.mb {
  margin-bottom: 30px;
}
.ml {
  margin-left: 10px;
}

.right {
  text-align: right;
}
.left {
  text-align: left;
}

.fr {
  float: right;
}
.fl {
  float: left;
}

.sub_title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}