  body {					/* bodyに摘要 */
    color : 		#FF6600;		/* 文字色 　　*/
    background-image:	url("../img/akikabe1.gif");/* 背景色 　　*/
    margin-left:	40px;			/* 左マージン */
    font-size:		12pt;			/* 文字サイズ */
    text-align:		center;			/* 文字位置   */
  }

  h2 {
    color : 		#FF6600;		/* 文字色 　　*/
    text-align:		center;
  }

  td {
    font-size:		12pt;			/* 文字サイズ */
    padding:		2;			/* 枠と文字の間隔 */
  }

  img {
    border:		0;			/* 枠なし */
  }
