/* ---------------------------
A：リンク（通常）
--------------------------- */
A { 
  color: #215670;                                  /* フォントカラー */
  text-decoration: big;                           /* テキストの装飾 */

  font-size : small;
  font-family : "MS UI Gothic";
  font-weight : 900;
}
/* ---------------------------
A：リンク（カーソルが上に乗ったとき）
--------------------------- */
A:hover { 
  color: #cc3366;                                  /* フォントカラー */
  text-decoration: underline;                      /* テキストの装飾 */
}
/* ---------------------------
TD：メイン
--------------------------- */
TD, P {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'メイリオ', "Osaka", "MS P Gothic",sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  line-height: 1.2;                                /* 行の高さ */
}