/*
 *  ◆スタイルシート◆
 */


/* ◆ボディ◆ */
body                {   background-color      :   #ffffff;
                        /*color                 :   blue;*/
                        /*font-size             :   10pt;*/
                    }

/* ◆ヘッダ◆ */
h1                  {   /*background-color      :   transparent;*/
                        color                 :   blue;
                        font-size             :   16pt;
                        font-weight           :   bold;
                    }

h2                  {   /*background-color      :   transparent;*/
                        /*color                 :   blue*/;
                        font-size             :   14pt;
                        font-weight           :   bold;
                    }

/* ◆テーブル◆ */
table.normal        {   background-color      :   #fffff2;
                    }

table.transparent   {   background-color      :   transparent;
                    }

table.head          {   background-color      :   palegreen;
                    }

table.seiseki       {   background-color      :   #dddddd;
                    }

table.si_status     {   background-color      :   #b0c4de;
                    }

table.keiji-head    {   background-color      :   #C8F0D6;
                    }

table.keiji-block   {   background-color      :   #ccccff;
                    }

/* ◆テーブルヘッダ◆ */
th.normal           {   background-color      :   #ffcc99;
                        /*font-size             :   10pt;*/
                    }

th.head             {   background-color      :   palegreen;
                        /*font-size             :   10pt;*/
                    }

th.rishu            {   background-color      :   #dddddd;
                        /*font-size             :   10pt;*/
                    }

/* ◆リンク文字◆ */
.link               {   background-color      :   #ffccff;
                        /*font-size             :   10pt;*/
                    }

