body{ background-image: url("10.png"); background-color: #dcdcdc 
  margin: 0;
  }
a:link{/*リンク色*/
  color: #554977;
  text-decoration: none;
  }
a:visited{/*訪問済みリンク色*/
  color: #554966;
  text-decoration: none;
  }
a:hover,a:active{/*アクティブリンク色*/
  color: #5538AA;
  }
div.top21{/*全体枠*/
  font-size: 12px;/*■全体の文字サイズ*/
  color: #666666;/*■全体の文字色*/
  margin-top: 70px;/*■ページ上部の余白*/
  border-left: solid 40px #008080;/*■左端の領域の幅・色*/
  border-right: solid 40px #008080;/*■右端の領域の幅・色*/
  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: #e6e6fa;/*リンク領域の背景色*/
  border-top: 1px solid #660066;/*リンク領域の枠色*/
  border-bottom: 1px solid #660066;
  border-left: 1px solid #660066;
  padding: 0.4em 1em 0.4em 0.5em;
  width: 120px;/*リンク領域の横幅*/
  }
.top21 .menu li a:hover{/*カーソルを乗せたときの設定*/
  background-color: #ffffe0;/*背景色*/
  border-color: #AC3131;/*枠色*/
  }
.top21 .menu li.active a{/*アクティブなリンクの設定*/
  border-right: 10px solid #660066;/*右端のマーク*/
  width: 140px;/*リンク領域の横幅*/
  }
.top21 .main{/*真ん中の領域の設定*/
  background-color: #f0f8ff;/*■背景色*/
  margin: 0 100px 0 100px;/*右余白・左余白　左余白はリンク領域の横幅に合わせて調節を*/
  position: relative;
  z-index: 2;
  }
.top21 .main .cont{/*コンテンツ領域の設定*/
  height: 450px;/*■高さ*/
  line-height: 120%;/*■行間の設定*/
  overflow: auto;
  padding: 0.5em 0.5em 0.5em 1em;
  border-left: double 30px #008080;/*左の二重線の幅・色*/
  scrollbar-3dlight-color: #FFFFFF;/*スクロールバーの色設定*/
  scrollbar-arrow-color: #f0f8ff;
  scrollbar-darkshadow-color: #f0f8ff;
  scrollbar-face-color: #008080;
  scrollbar-highlight-color: #008080;
  scrollbar-shadow-color: #008080;
  scrollbar-track-color: #f0f8ff;
  }
.top21 h1{/*Site Title部分の設定*/
  font-size: 20px;/*文字サイズ*/
  font-family: Tahoma,Arial,sans-serif;
  letter-spacing: 1px;
  color: #f5fffa;
  background-color: #008080;/*背景色*/
  padding: 0.2em 1em 0.2em 1em;/*内部の余白*/
  margin: 0;
  }
.top21 h2{/*コンテンツ内見出しの設定*/
  font-size: 16px;/*文字サイズ*/
  font-family: Tahoma,Arial,sans-serif;
  color: #000000;
  border-bottom: solid 3px #996699;/*■下線の幅・色*/
  padding: 0.2em 1em 0.2em 0.5em;
  margin: 0.8em 1em 0.6em 0.3em;
  }
.top21 .cont p.box{/*強調する段落*/
  color: #660066;
  background-color: #e6e6fa;/*背景色*/
  margin: 1em 2em 1em 2em;
  padding: 0.4em;
  border-style: solid;
  border-width: 1px;
  border-color: #660066 ;
  }
.top21 p{/*copylight*/
  font-size: 11px;/*文字サイズ*/
  font-style: normal;
  font-family: Tahoma,Arial,sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: #f5fffa;
  background-color: #008080;/*背景色*/
  padding: 0.2em 1em 0.2em 1em;
  margin: 0;
  }
.dec-left{/*左側の囲み線*/
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  border: solid 2px #008080;/*色・幅*/
  width: 120px;
  height: 520px;/*高さ。.contの高さに合わせて調節を*/
  }
.dec-right{/*右側の囲み線*/
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px;
  border: solid 2px #008080;/*色・幅*/
  width: 120px;
  height: 520px;/*高さ。.contの高さに合わせて調節を*/
  }
/* For IE Box */
*{ box-sizing : border-box}
*{ -moz-box-sizing : border-box}