/* ===== フォント ===== */
.f11         { font-size: 11px; color:#333333; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }
.f12         { font-size: 12px; color:#333333; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }
.f14         { font-size: 14px; color:#333333; line-height: 120%; font-family: "MS UI Gothic", Osaka, sans-serif }
.f14b        { font-size: 14px; font-weight: bold; color:#333333; line-height: 150%; font-family: "HGゴシックE", Verdana }
.f14c        { font-size: 14px; font-weight: bold; color:#333333; line-height: 130%; font-family: "HGゴシックE", Verdana }
.f12h       { font-size: 12px; color:#117ddf; line-height: 120%; font-family: "HGゴシックE", Verdana }
.f12b       { font-size: 12px; font-weight: bold; color:#333333; line-height: 120%; font-family: "HGゴシックE", Verdana }
.f12c       { font-size: 12px; font-weight: bold; color:#333333; 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:#0033CC; text-decoration: underline; }
A:active {color:#000000; text-decoration: underline; }

/* ===== フォント、色がらみ ===== */
.finish		{ color: red; }

/* ===== 文字寄せ ===== */
/*センター*/
.center		{ text-align: center; }
/*右寄せ*/
.right		{ text-align: right; }

/* ===== BOLD ===== */
.bold		{font-weight: bold; }
.c-bold		{font-weight: bold;text-align: center; }
.c-bold-s	{font-size: 11pt;font-weight: bold;text-align: center;}

