  body {					/* bodyに摘要 */
    color : 		#000000;		/* 文字色 　　*/
    background-image:	url("akikabe1.gif");	/* 背景色 　　*/
    margin-left:	10px;			/* 左マージン */
    font-size:		11pt;			/* 文字サイズ */
  }

  h4 {
    color : 		#FF6600;		/* 文字色 　　*/
  }

  h2 {
    color : 		#FF6600;		/* 文字色 　　*/
    text-align:		center
  }

  td {
    font-size:		11pt;			/* 文字サイズ */
  }

  td.right {
    text-align:		right;			/* 文字位置   */
    font-size:		9pt;			/* 文字サイズ */
  }

