/*---------------------------------------------------------
  ページプロパティ
---------------------------------------------------------*/
body,td,th {
  font-size: 12px;
}
body {
  background-image: url(../img/bg.jpg);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
a:link    {text-decoration: none; color: #0033CC;}
a:visited {text-decoration: none; color: #0033CC;}
a:hover   {text-decoration: none; color: #FF0000;}
a:active  {text-decoration: none; color: #FF0000;}


/*================================
    テーブル関連
================================*/
/*背景色*/
.bg1 {background-color: #FFFFFF;}/*白*/

.bg2 {background-color: #FFFFCC;}/*クリーム*/
.bg3 {background-color: #FFFFEC;}/*クリーム（薄い）*/
/*================================
    テキスト関連
================================*/
/*カラー*/
.tx-Ore   {color: #FF9900;  font-weight: bold;}
.tx-Green {color: #009900; }


