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

TD.sinis {
  font-size: 10px;          /* フォントサイズ */
width: 160px;
  margin: 10px;              /* マージン */
      background-image: url("049.gif");     /*               バック画像                          */
  color: #003300;           /* フォントカラー */
}

TD.dest {
width: 540;
  margin: 20px;              /* マージン */
  background: #ffffff;      /* 背景色 */
  color: #003300;           /* フォントカラー */
}

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

.midashi {
border-left: #ff99cc 10px solid;
border-bottom: #ff99cc 1px solid;
padding-left: 10px;
margin-top: 6px;
margin-bottom: 6px;
margin-right: 6px;
margin-left: 6px;
}

.midashi2 {
border-left: #ffccff 10px solid;
border-bottom: #ffccff 1px solid;
padding-left: 10px;
margin-top: 6px;
margin-bottom: 6px;
margin-right: 6px;
margin-left: 6px;
}

.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
  color: #003300;              /* フォントカラー */
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
}



