/* ===== フォント ===== */
.f12         { font-size: 12px; color:#000000; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }
.f12W        { font-size: 12px; color:#FFFFFF; line-height: 110%; font-family: "MS UI Gothic", Osaka, sans-serif }
.f14W        { font-size: 14px; color:#FFFFFF; line-height: 110%; font-family: "MS UI Gothic", Osaka, sans-serif }

/* ===== リンク ===== */
A:link {color:#FFFFFF; text-decoration: underline; }
A:visited {color:#FFFFFF; text-decoration: underline; }
A:hover	{color:#99E7FF; text-decoration: underline; }
A:active {color:#FFFFFF; text-decoration: underline; }