BODY {
/* 上から背景色・文字の大きさ・文字の種類 */
  background-color : #FFFFFF;
  font-size : 11px;
  font-family : Verdana,Arial,MS UI Gothic;
/* スクロールバーの設定 */
  scrollbar-face-color:#6699ff;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-arrow-color:#000000;
  scrollbar-track-color:#6699ff;
}
/* 段落の設定 　上から文字色・文字の大きさ・文字の種類*/
P {
  color : #000000;
  font-size : 11px;
  font-family : Verdana,Arial,MS UI Gothic;

}
/* リンク関係（文字色・大きさなど）の設定 */
A {
  
  font-size : 11px;
  font-family : Verdana,Arial,MS UI Gothic;
  text-decoration : none;
  cursor : crosshair;
  color : blue;
}
/* マウスを置くと動く */
A:HOVER {
 position:relative;
 top:1;
 left:1;
}
/* テーブル部分の設定 */
TABLE{
  color : #000000;
  font-size : 11px;
  font-family : Verdana,Arial,MS UI Gothic;
  text-decoration : none;
}

