body{
  margin: 0;
  }
a:link{/*リンク色*/
  color: #777777;
  text-decoration: none;
  }
a:visited   {
   color:#777777;
  }
a:hover,a:active{/*アクティブリンク色*/
  color: #777777;
  }
div.top21{/*全体枠*/
  font-size: 12px;/*■全体の文字サイズ*/
  color: #777777;/*■全体の文字色*/
  margin-top: 70px;/*■ページ上部の余白*/
  border-left: solid 60px #EAEAEC;/*■左端の領域の幅・色*/
  border-right: solid 230px #EAEAEC;/*■右端の領域の幅・色*/
  width: 100%;
  position: relative;
  z-index: 2;
  }
.top21 .menu ul{/*メニュー領域の設定*/
  padding: 0;
  margin: 0;
  top: 90px;/*メニュー上部の余白*/
  left: -20px;
  position: absolute;
  z-index: 3;
  }
.top21 .menu li{
  margin: 1px 0 4px 0;/*メニュー間の間隔*/
  list-style: none;
  }
.top21 .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: #DCDCDC;/*リンク領域の背景色*/
  border-top: 1px solid #777777;/*リンク領域の枠色*/
  border-bottom: 1px solid #777777;
  border-left: 1px solid #777777;
  padding: 0.4em 1em 0.4em 0.5em;
  width: 120px;/*リンク領域の横幅*/
  }
.top21 .menu li a:hover{/*カーソルを乗せたときの設定*/
  background-color: #C0C0C0;/*背景色*/
  border-color: #575464;/*枠色*/
  }
.top21 .menu li.active a{/*アクティブなリンクの設定*/
  border-right: 10px solid #777777;/*右端のマーク*/
  width: 140px;/*リンク領域の横幅*/
  }
.top21 .main{/*真ん中の領域の設定*/
  background-color: #FFFFFF;/*■背景色*/
  margin: 0 30px 0 100px;/*右余白・左余白　左余白はリンク領域の横幅に合わせて調節を*/
  position: relative;
  z-index: 2;
  }
.top21 .main .cont{/*コンテンツ領域の設定*/
  height: 300px;/*■高さ*/
  line-height: 120%;/*■行間の設定*/
  overflow: auto;
  padding: 0.5em 0.5em 0.5em 1em;
  border-left: double 30px #EAEAEC;/*左の二重線の幅・色*/
  scrollbar-3dlight-color: #FFFFFF;/*スクロールバーの色設定*/
  scrollbar-arrow-color: #515151;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #EAEAEC;
  scrollbar-highlight-color: #EAEAEC;
  scrollbar-shadow-color: #EAEAEC;
  scrollbar-track-color: #FFFFFF;
  }
.top21 h1{/*Site Title部分の設定*/
  font-size: 13px;/*文字サイズ*/
  font-family: Tahoma,Arial,sans-serif;
  letter-spacing: 1px;
  background-color: #EAEAEC;/*背景色*/
  padding: 0.2em 1em 0.2em 1em;/*内部の余白*/
  margin: 0;
  }
.top21 h2{/*コンテンツ内見出しの設定*/
  font-size: 11px;/*文字サイズ*/
  font-family: Tahoma,Arial,sans-serif;
  border-bottom: solid 3px #EAEAEC;/*■下線の幅・色*/
  padding: 0.2em 1em 0.2em 0.5em;
  margin: 0.8em 1em 0.6em 0.3em;
  }
.top21 .cont p.box{/*強調する段落*/
  background-color: #EAEAEC;/*背景色*/
  margin: 1em 2em 1em 2em;
  padding: 0.4em;
  border-style: solid;
  border-width: 1px;
  border-color: #EDEDEF #BABABC #BABABC #EDEDEF;
  }
.top21 address{/*最下部のアドレス・メール部分*/
  font-size: 11px;/*文字サイズ*/
  font-style: normal;
  font-family: Tahoma,Arial,sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #EAEAEC;/*背景色*/
  padding: 0.2em 1em 0.2em 1em;
  margin: 0;
  }
.dec-left{/*左側の囲み線*/
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  border: solid 2px #EAEAEC;/*色・幅*/
  width: 120px;
  height: 360px;/*高さ。.contの高さに合わせて調節を*/
  }
.dec-right{/*右側の囲み線*/
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px;
  border: solid 2px #EAEAEC;/*色・幅*/
  width: 50px;
  height: 360px;/*高さ。.contの高さに合わせて調節を*/
  }
/* For IE Box */
*{ box-sizing : border-box}
*{ -moz-box-sizing : border-box}

</body>
</html>