html {
  scrollbar-base-color: #F8F4D8;
  scrollbar-track-color: #FFFCF0;
  scrollbar-darkshadow-color: #808000;
  scrollbar-arrow-color: #996600;
}
BODY {
  scrollbar-base-color: #F8F4D8;
  scrollbar-track-color: #FFFCF0;
  scrollbar-darkshadow-color: #808000;
  scrollbar-arrow-color: #996600;
  color : #686800;
  background-color: #FFFCF0;
  margin-top : 1px;
  margin-left : 1ex;
  margin-right : 1ex;
  margin-bottom:1ex;
  line-height : 130%;
  font-size : 95%;
  letter-spacing : 0.1ex;
}
hr {
  color : #908C90;
}
DIV.ctable {
  text-align: center;
  /* IEでセンタリングさせる方法 */
  margin-top : 1ex;
  margin-left : 1ex;
  margin-right : 1ex;
  margin-bottom : 1ex;
}
div.ctable table {
  margin: auto;
  /* 標準のセンタリング方法 */
      text-align: left;
/* IE用方法の弊害対策用 */
}
span  {
  /* 折り返しなし */
  white-space: nowrap;
}
a{
  color:#002c28;
  text-decoration:none;
  font-weight:bold;
}
a:link{
  color:#002c28;
  text-decoration:none;
  font-weight:bold;
}
a:visited{
  color : #002c28;
  text-decoration:none;
  font-weight:bold;
}
a:active{
  }
a:hover{
  color:#F2E291;
  text-decoration:underline;
  font-weight:bold;
}
div.copy{
  font-weight : bold;
  color : #686800;
  text-align : right;
  font-size : 80%;
}
TD.add {
  /* 住所テーブル文字用 */
  background-color : #ffffff;
  color : #686800;
  text-align : center;
}
h2{
  font-size : 100%;
  color : #002c28;
  font-weight : bold;
  line-height : 120%;
  letter-spacing : 0.1ex;
  text-align : center;
  background-color : #F8F4D8;
  padding: 0.5em 0.5em;
  margin-top : 1ex;
  margin-left : 10ex;
  margin-right : 10ex;
  margin-bottom : 1ex;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-style : solid solid solid solid;
}
TABLE.color {
  background-color : #F2E291;
}