BODY.shop {
  background: #ffffff;      /* 背景色 */
      background-image: url("testata.gif");       /*             バック画像                          */
  color: #003300;           /* フォントカラー */
  margin: 15px;              /* マージン */
}

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
}

.info {
width: 400px;
}

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

.bText   { color: olive; font-size: 10px; font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif; background-color: #ffe4e1; margin: 10px }

.b2Text {
background-color: lightcyan;
margin: 0px;
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
color: #006600
}

.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;
  color: #004400;           /* フォントカラー */
font size="14px"
}

H4 {
text-align: center;
  color: #004400;           /* フォントカラー */
font size="12px"
}
H5 {
text-align: center;
  color: #004400;           /* フォントカラー */
font size="10px"
}

P {
line-height: 150%;
font size="12px
}


