/*** Style Sheet ***/

/* 画面全域 */
BODY {}

/* コンテンツ部 */
TABLE.contents {background-color:#ffffff;}

/* 境界線部 */
HR.contents {{font-weight:bold;color:#ff0000;}

/* タブ文字 */
SPAN.tab {color:#ffffff;font-weight:bold;font-size:90%;font-family:ＭＳＰ ゴシック;}

/* 背景色 */
TABLE.background {background-color:#ffffff;}

/* 表見出し文字 */
TR.listTitle {background-color:#0000CC;font-size:140%;color:#ffffff;font-family:ＭＳＰ ゴシック;}
TD.listTitle {background-color:#0000CC;font-size:140%;color:#ffffff;font-family:ＭＳＰ ゴシック;}

/* 一覧・奇数行 */
TR.listOdd {background-color:#ffffff;font-size:110%;font-family:ＭＳＰ ゴシック;height:23;vertical-align:middle;}

/* 一覧・偶数行 */
TR.listEven {background-color:#CCFFFF;font-size:110%;font-family:ＭＳＰ ゴシック;height:23;vertical-align:middle;}

/* テーブル内 */
TR.table        {color:#000000;font-size:80%;font-family:ＭＳＰ ゴシック;}
TD.table        {color:#000000;font-size:100%;font-family:ＭＳＰ ゴシック;}
TD.contents     {color:#000000;font-size:110%;font-family:ＭＳＰ ゴシック;}
TD.contents2    {color:#000000;font-size:95%;font-family:ＭＳＰ ゴシック;}
TD.contentsBold {color:#000000;font-size:110%;font-weight:bold;font-family:ＭＳＰ ゴシック;}
TD.item         {background-color:#FFFF66;color:#000000;font-size:100%;font-weight:bold;font-family:ＭＳＰ ゴシック;}
TD.item2        {background-color:#99CCFF;color:#000000;font-size:100%;font-weight:bold;font-family:ＭＳＰ ゴシック;}
TD.item3        {background-color:#FFCC99;color:#000000;font-size:100%;font-weight:bold;font-family:ＭＳＰ ゴシック;}
TD.map          {background-color:#FFFFFF;color:#CC0066;font-size:110%;font-family:ＭＳＰ ゴシック;}
TD.item_en      {background-color:#FFFF66;color:#000000;font-size:100%;font-weight:bold;}
TD.item2_en     {background-color:#99CCFF;color:#000000;font-size:100%;font-weight:bold;}
TD.item3_en     {background-color:#FFCC99;color:#000000;font-size:100%;font-weight:bold;}
TD.english      {color:#000000;font-size:100%;}
TD.english2     {color:#000000;font-size:95%;}

/* タイトル見出し文字 */
P.contents {border-top-style:double;border-top-color:#0000CC;border-bottom-style:double;border-bottom-color:#0000CC;padding-top:3;padding-bottom:3;color:#000000;font-size:100%;font-weight:bold;font-family:ＭＳＰ ゴシック;}
P.english  {border-top-style:double;border-top-color:#0000CC;border-bottom-style:double;border-bottom-color:#0000CC;padding-top:3;padding-bottom:3;color:#000000;font-size:100%;font-weight:bold;}

/* フッター部・コピーライト */
SPAN.copyright {color:#000000;font-size:80%;font-weight:bold;font-style:italic;font-family:sans-serif;}


