
html{scrollbar-face-color:#bcd1f5; scrollbar-track-color:#dce9f5; 
scrollbar-arrow-color:#696969; scrollbar-highlight-color:#dce9f5; 
scrollbar-shadow-color:#696969; 
scrollbar-3dlight-color:#696969; scrollbar-darkshadow-color:#dce9f5;/*スクロールバーの色*/
}





body{
  margin: 0px;
  color: #333333;
  overflow: auto;  
  font-size: 10pt;
  height: 100%;
  }
a:link{/*リンク色*/
  color: #49395D;
  text-decoration: none;
}
a:visited{
  color: #46365A;
  text-decoration: none;
}
a:hover,a:active{
  color: #29195D;
  text-decoration: underline;
}
.lay ul,.lay dl{/*リンク表の設定*/
  border-bottom: solid 1px #BB5566;/*リンク下部の境界線*/
  margin: 0.5em 6px 3em 1em;
  padding-bottom: 0.5em;
  }
li{
  list-style: square inside;
  color: #ABABAC;/*リンクの左の■のカラー*/
  margin: 0.1em;
  }
dd{
  margin: 2px 0px 8px 1.5em;
  }
.lay{
  height: 100%;
  
  background-color: #FCFCFC;/*背景色*/
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  
  text-align: left;
  }
.linktitle{/*リンク項目タイトルの設定*/
  width: 15em;
  padding: 2px 1em 1px 1em;
  border: solid 1px #BABABA;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 9pt;
  letter-spacing: 0.2em;
  }

.hole{
  font-size : 22px;
  line-height : 22px;
  color : #CC0033;/*＝の色*/
  padding : 5 0 5 7px;
  position : relative;
  left : -16px;
}
.cont{
  padding : 15 15 15 0px;
  font-size : 13px;
}

.title{margin-left:40;
       }


A{color : #333333;text-decoration : none;}
A:HOVER{color : black;text-decoration : underline;}

