/* アンカーの初期設定 */
a:link   { color: yellow;							/* フォントカラー */
           text-decoration:none };					/* 文字装飾 */

/* 読み込み済みのアンカーの設定 */
a:visited { color: "67cefa";					    /* フォントカラー */
           text-decoration:none };					/* 文字装飾 */

/* アンカークリック時の設定 */
a:active { color: "#ff6666";						/* フォントカラー */
           text-decoration:none };					/* 文字装飾 */

/* アンカーにカーソルを当てた時の設定 */
a:hover  { color: "ff6699";						/* フォントカラー */
		   font-style: italic;						/* フォントスタイル */
           font-weight: 700;						/* フォントの強調 */
           text-decoration:underline};				/* 文字装飾 */

/* Body部の設定 */
body{
     color: "#ffffcc";								/* フォントカラー */
     background-color: "#999999";					/* 背景色 */
     background-image: url("image/img01.html");      /* 背景用のイメージファイル */
     background-repeat: repeat;                     /* 背景用のイメージの並べ方 */
     font-size: 12pt;                               /* フォントサイズ */
     }

h1 { color: "#999999";								/* フォントカラー */
     font-size: 20pt;								/* フォントサイズ */
     font-family: "ms pゴシック";                   /* フォントタイプ */
     font-weight: 700;                              /* フォントの強調 */
     text-align: center								/* 文字寄せ */
}
h2 { color: "#999999";								/* フォントカラー */
     font-size: 34pt;								/* フォントサイズ */
     font-family: serif;							/* フォントタイプ */
     font-weight: 700;                              /* フォントの強調 */
     text-align: center                             /* 文字寄せ */
}
table { width: 100% }
th { color: #ffffff;
     background-color: "#660099"
}
td {      color: "#ccff99";
          text-align: left;
          vertical-align: middle}
#cely1x1{ width: 30%;
          height: 30px;
          font-weight: 700}
#cely1x2{ width: 70%; 
          height: 30px}
#celval_d{ width: 10%; 
          height: 15px;
          text-align: right;
          font-weight: 700}
#celval_h{ width: 10%; 
          height: 15px;
          text-align: center}
#cely2x4{ width: 70%;
          height: 15px}

#center { text-align: center }