/* ===== 見出しフォント ===== */
h1      	   { font-size: 12px; font-weight: normal; margin: 0px; padding: 0px; font-family: "MS UI Gothic", Osaka, sans-serif }


/* ===== フォント ===== */
.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 }
.cl         { font-size: 12px; color: #000000; 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:#FF6600; text-decoration: underline; }
A:active {color:#000000; text-decoration: underline; }

/* ===== スクロールバー ===== */
BODY {
  scrollbar-face-color: #ffffff;       /* 表面の色 */
  scrollbar-3dlight-color: #999999;    /* 左端と上端の色 */
  scrollbar-highlight-color: #ffffff;  /* ハイライトの色 */
  scrollbar-shadow-color: #ffffff;     /* 影の色 */
  scrollbar-darkshadow-color: #999999; /* 右端と下端 */
  scrollbar-arrow-color: #999999;      /* 矢印の色 */
  scrollbar-track-color: #ffffff;      /* バーの背景の色 */
}