/*----------------------------------------------*/
/* スタイル未対応のブラウザのためのコメント指定 */
  /* リンクのスタイル */
  A:link    { text-decoration:underline; color:#0000ff; }
  A:visited { text-decoration:none;      color:#9900ff; }
  A:active  { text-decoration:none;      color:#ff0000; }
  A:hover   { text-decoration:underline; color:#ff6666; }
  /* フォントサイズ */
  .TITLE  { font-family:"Times New Roman,Times"; font-size:36pt; }
  .LARGE  { font-size:24pt; }
  .MIDDLE { font-size:14pt; }
  .SMALL  { font-size:11pt; }
  .MENUTITLE    { font: bold 14pt; }
  .MENULARGE    { font: bold 24pt; }
  .MENUCONTENTS { font: 12pt; }
  .MAKING { color:#999999; }
  /* NEW!! */
  .NEW  { font-family:"Times New Roman,Times"; font-size:9pt; color:#ff0000; font-weight: bold; }
  /* 日付の指定 */
  .DATE { font-family:"Times New Roman,Times"; font-size:9pt; color:#ff6633; }
  /* リンクボタン指定 */
  .LINKCLICK { font-family:"Times New Roman,Times"; font-size:9pt; }
/*----------------------------------------------*/
