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