body        {font-family: "MS UI Gothic";
               background-color: #DEDEDF;
  	 color: #161616;
  	 font-size: 7.5pt;
  	 overflow: auto;
               scrollbar-3dlight-color: #DEDECE;
  	 scrollbar-arrow-color: #464646;
  	 scrollbar-base-color: #DEDECE;
 	 scrollbar-darkshadow-color: #DEDECE;
 	 scrollbar-face-color: #DEDECE;
	 scrollbar-highlight-color: #FAFAFA;
 	 scrollbar-shadow-color: #868686;
 	 scrollbar-track-color: #DEDECE;
}
div,td{/*全体のフォントサイズ*/
  font-size: 8.5pt;
  font-family: MS UI Gothic,Arial,sans-serif;
  }
h1{/*SiteTitle部分の設定*/
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: 0.4em;/*字間*/
  color: #FEFEDE;
  margin: 5px 10px 5px 15px;;
  padding: 0px;
  }
h2{/*「Contents」「Text」部分の設定*/
  font-size: 8.5pt;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0px 0px 2px 12px;;
  padding: 1px 10px 1px 5px;
  border-bottom: solid 1px #747474;
  }
a,a.visited{/*リンク色*/
  color: #262636;
  text-decoration: none;
  }
a:hover{
  color: #362626;
  text-decoration: underline;
  }
.box1{/*外側の枠の設定*/
  background-color: #FFCC66;
  border-style: solid;
  border-width: 1px;
  border-color: #551121 #DD6181 #DD6181 #551121;
  width: 250px;/*幅*/
  margin: 0px;
  }
.box2{
  background-color: #882131;/*背景色*/
  border-style: solid;
  border-width: 1px;
  border-color: #DD6181 #551121 #551121 #DD6181;
  padding: 1px;
  }
.line{/*右側の点線*/
  border-right: dashed 1px #C6A6B6;
  margin-right: 6px;
  }
.box3{/*内側の枠の設定*/
  border-style: solid;
  border-width: 1px;
  border-color: #551121 #DD6181 #DD6181 #551121;
  margin: 4px;/*外枠との間隔*/
  width: 230px;/*幅*/
  }
.box4{
  background-color: #DEDECE;/*内容部分の背景色*/
  border-style: solid;
  border-width: 1px;
  border-color: #DD6181 #551121 #551121 #DD6181;
  padding: 3px;
  }
.menu{
  padding: 4px 4px 5px 10px;
  line-height: 16px;
  width: 130px;/*メニューの幅*/
  }
.update{
  padding: 4px 4px 5px 10px;
  line-height: 16px;
  }
.text{
  font-size: 7.5pt;
  font-family: "MS UI Gothic", sans-serif;
  height: 170px;/*テキスト部分の高さ*/
  overflow: auto;
  padding: 4px 4px 5px 10px;
  line-height: 16px;
  }
.wel{
  font-size: 7.5pt;
  font-family: "MS UI Gothic", sans-serif;
  padding: 4px 4px 5px 10px;
  line-height: 16px;