/* 全体 */
body{
  margin: 0;
  }

/* 枠全体 */
div.zentai{
  font-size: 12px;/* 全体の文字サイズ*/
  color: #212125;/* 全体の文字色*/
  margin-top: 50px;/* ページ上部の余白*/
  border-left: solid 60px #99FF66;/* 左端の領域の幅・色*/
  border-right: solid 230px #99FF66;/* 右端の領域の幅・色*/
  width: 100%;
  position: relative;
  z-index: 2;/* 重なりの順序指定*/
  }

/**************** メニュー領域 ****************/
.zentai .menu ul{
  padding: 0;
  margin: 0;
  top: 90px;/*メニュー上部の余白*/
  left: -20px;
  position: absolute;
  z-index: 3;
  }
.zentai .menu li{
  margin: 1px 0 4px 0;/*メニュー間の間隔*/
  list-style: none;
  }
/* Menu ノンアクティブ時 */
.zentai .menu li a{
  display: block;
  text-decoration: none;
  font-size: 11px;/*文字サイズ*/
  font-family: Verdana,Arial,sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #FFF9F0;
  border-top: 1px solid #FFA500;/*枠色*/
  border-bottom: 1px solid #FFA500;
  border-left: 1px solid #FFA500;
  padding: 0.4em 1em 0.4em 0.5em;
  width: 120px;/*横幅*/
  }
/* Menu アクティブ時 */
.zentai .menu li.active a{
  border-right: 10px solid #FFA500;/*右端のマーク*/
  width: 140px;/*横幅*/
  background-color: #F0E68C;/*背景色*/
  border-color: #FF8822;/*枠色*/
  }

/* サブメニュー */
.zentai .menu .subMenu{
  margin-left:10px;
  display: none;
  }

.zentai .menu .subMenu li{
  margin: 0 0 0 0;/*メニュー間の間隔*/
  list-style: none;
  }

.zentai .menu .subMenu li a{
  display: block;
  text-decoration: none;
  font-size: 11px;/*文字サイズ*/
  font-family: Verdana,Arial,sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #FFEFD5;
  border-top: 1px solid #FF00FF;/*枠色*/
  border-bottom: 1px solid #FF00FF;
  border-left: 1px solid #FF00FF;
  border-right: 1px solid #FF00FF;
  padding: 0.4em 1em 0.4em 0.5em;
  width: 110px;/*横幅*/
}

.zentai .menu .subMenu li.active a{
  border-right: 10px solid #FF00FF;/*右端のマーク*/
  width: 130px;/*横幅*/
  background-color: #FFB6C1;/*背景色*/
  border-color: #FF00FF;/*枠色*/
}

/************************************************/

/**************** 真ん中領域 ****************/
.zentai .main{
  background-color: #FFFFFF;/*背景色*/
  margin: 0 30px 0 100px;/*右余白・左余白　左余白はリンク領域の横幅に合わせて調節を*/
  position: relative;
  z-index: 2;
  }

.zentai .main .cont{/*コンテンツ領域の設定*/
  height: 400px;/*■高さ*/
  line-height: 120%;/*■行間の設定*/
  overflow: auto;
  padding: 0.5em 0.5em 0.5em 1em;
  border-left: double 30px #99FF66;/*左の二重線の幅・色*/
  scrollbar-3dlight-color: #FFFFFF;/*スクロールバーの色設定*/
  scrollbar-arrow-color: #515151;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #99FF66;
  scrollbar-highlight-color: #99FF66;
  scrollbar-shadow-color: #99FF66;
  scrollbar-track-color: #FFFFFF;
  }

.zentai .main .cont .member_back{
  position : relative;
  z-index: 1;
}

.zentai .main .cont .member_photo{
  position : absolute;
  z-index: 2;
  top:20px; 
  left:20px;
}

.zentai .main .cont .member_font{
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma,Arial,sans-serif;
  height: 30px;
}
.zentai .main .cont .member{
  font-size: 11px;
  font-family: Tahoma,Arial,sans-serif;
  height: 80px;
  border: dashed 3px #FFA500;
}
.zentai .main .cont img{
  border=0;
}

.zentai .main .cont .calendar td{
  font-size: 13px;
  font-family: Tahoma,Arial,sans-serif;
  text-align: center;
  color: #8B7D6B;
  height: 30px;
  width: 12%;
}

.zentai .main .cont .calendar .weekend{
  color: #FF69B4;
  width: 20%;
}

.zentai .main .cont .yotei td{
  font-size: 13px;
  font-family: Tahoma,Arial,sans-serif;
  text-align: center;
  color: #8B7D6B;
  height: 20px;
}
.zentai .main .cont .yotei a{
  font-size: 13px;
  font-family: Tahoma,Arial,sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
/*Site Title部分の設定*/
.zentai h1{
  font-size: 13px;/*文字サイズ*/
  font-family: Tahoma,Arial,sans-serif;
  letter-spacing: 1px;
  background-color: #99FF66;/*背景色*/
  padding: 0.2em 1em 0.2em 1em;/*内部の余白*/
  margin: 0;
  text-align: center;
  }
.zentai h2{/*コンテンツ内見出しの設定*/
  font-size: 11px;/*文字サイズ*/
  font-family: Tahoma,Arial,sans-serif;
  border-bottom: solid 3px #99FF66;/*■下線の幅・色*/
  padding: 0.2em 1em 0.2em 0.5em;
  margin: 0.8em 1em 0.6em 0.3em;
  }
.zentai h3{
  font-size: 13px;
  font-family: Tahoma,Arial,sans-serif;
  border-bottom: solid 3px #99FF66;/*■下線の幅・色*/
  text-align: center;
  }
.zentai h4{
  font-size: 20px;
  font-family: Tahoma,Arial,sans-serif;
  background-color: #C6E2FF;
  text-align: center;
  color: #8B7D6B;
  margin-top: 20px;
  }
.zentai h5{
  font-size: 10px;
  font-family: Tahoma,Arial,sans-serif;
  background-color: #C6E2FF;
  color: #8B7D6B;
  margin: 0;
  }
.zentai h6{
  font-size: 10px;
  font-family: Tahoma,Arial,sans-serif;
  background-color: #C6E2FF;
  color: #8B7D6B;
  }
.zentai td{
  font-size:11px;
  font-family: Tahoma,Arial,sans-serif;
}
.zentai .cont p.box{/*強調する段落*/
  background-color: #99FF66;/*背景色*/
  margin: 1em 2em 1em 2em;
  padding: 0.4em;
  border-style: solid;
  border-width: 1px;
  border-color: #FFEBAB #DBAB7B #DBAB7B #FFEBAB;
  }
.zentai .cont img{
  align:center;
}

/*Copy right*/
.zentai address{
  font-size: 11px;/*文字サイズ*/
  font-style: normal;
  font-family: Tahoma,Arial,sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #99FF66;/*背景色*/
  padding: 0.2em 1em 0.2em 1em;
  margin: 0;
  }
a:hover,a:active{/*アクティブリンク色*/
  color: #AA4844;
  }
a:link{/*リンク色*/
  color: #554977;
  text-decoration: none;
  }
a:visited{/*訪問済みリンク色*/
  color: #554966;
  text-decoration: none;
  }
.dec-left{/*左側の囲み線*/
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  border: solid 2px #99FF66;/*色・幅*/
  width: 120px;
  height: 500px;/*高さ。.contの高さに合わせて調節を*/
  }
.dec-right{/*右側の囲み線*/
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px;
  border: solid 2px #99FF66;/*色・幅*/
  width: 50px;
  height: 500px;/*高さ。.contの高さに合わせて調節を*/
  }
/* For IE Box */
*{ box-sizing : border-box}
*{ -moz-box-sizing : border-box}