BODY.php {
  background: #ffffff;      /* 背景色 */
      background-image: url("1.gif");       /*             バック画像                          */
  color: #004400;           /* フォントカラー */
  margin: 20px;              /* マージン */
width: 700px;
}

TABLE.head {
background-image: url("gazo/des.gif");
}

.navigation {
width: 700px;
font-size: 9px;
letter-spacing: 2px;
color: #ffffff;
height: 13px;
background: #ffcccc 100% 0px;
text-align: left
}

.phpText {
background-color: #FFFFCC;
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
color: #003300;
}

TABLE.infoBox {
  background: chocolate;      /* 背景色 */
margin: 10px;
}

/* ---------------------------
TD：情報ボックス（タイトル）
--------------------------- */
TD.infoBoxHeading {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 14px;          /* フォントサイズ */
}

/* ---------------------------
TD,SPAN：情報ボックス（情報・メッセージ）
--------------------------- */
TD.infoBox, {
background: chocolate;      /* 背景色 */
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
 color: #ffffff;           /* フォントカラー */
}

.footer {
margin: 10px;
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
color: indigo;
text-align : center;      /* 横位置 */
}

A { 
  color: purple;           /* フォントカラー */
  text-decoration: none;    /* テキストの装飾 */
}

/* ---------------------------
A：リンク（カーソルが上に乗ったとき）
--------------------------- */
A:hover { 
  color: #FF9900;              /* フォントカラー */
  text-decoration: underline;  /* テキストの装飾 */
}

H3 {
text-align: center;
font size="14px"
}
H4 {
text-align: center;
font size="12px"
}
H5 {
text-align: center;
font size="10px"
}

P {
line-height: 150%;
font size="12px"
margin-top: 20px;
margin-bottom: 20px;
margin-right: 20px;
margin-left: 20px;
}



