.container { position: absolute; top: 0px; left: 0px; right: 0px; }
.contents_container { position: absolute; left: 20px; right: 20px;}

BODY{ line-height : 1.3; 
  background-image : url(images/back.gif);
  color: #222823; font-size : 96%;
}

H1.soft{ font-size : 150%; color:#333333; text-align:center;
         margin-top: 0.2em; margin-bottom: 0.2em; }
H1.other{ font-size : 150%; margin-top: 0.3em; margin-bottom: 0.5em; }

H2.soft{ font-size : 120%; color:#555555; margin-top: 1em; margin-bottom: 0.2em;
         text-align:center; }
H2.delphi_tips{ font-size : 118%; color:#333333;
                margin-top: 0.1em; margin-bottom: 0.3em; }

P{ text-indent: 1em; margin-top: 0em; }
P.soft_image{ text-align:center }
OL{ margin-top: 0em; }
LI{ margin-top: 0.5em; line-height : 1.3; }

A { text-decoration: none; }
A:link { color: #0000cc; }          /* Link Color */
A:visited { color: #990099 ;}       /* Visited Color */
A:hover { color: red; }             /* On Mouse Over Color */
A:active { color: #339900 ;}        /* On Click Color */

A.widelink { display: block; width: 100%; }

TABLE{ line-height : 1.2; empty-cells: show; }

TABLE.header{ width: 100%; font-size : 85%; background-color:#D7ECF7; }
TABLE.header A { display: block; width: 100%; }
TABLE.header TD.link{ width: 100px; background-color:#F1F9FC;
                      border-top: 12px solid #D8EDF8;border-bottom: 12px solid #D8EDF8;
                      vertical-align:center; text-align:center; }
TABLE.header TD.blank{ width: 0px; }
TABLE.header TD.update{ width: 100px; vertical-align:center; text-align:right; }

TABLE.index_titletable{ font-size : 85%; line-height : 1.2; }
/*TABLE.index_titletable TD{ vertical-align:top; }*/
TABLE.index_titletable TD{ vertical-align:center; text-align:center;
                          border-right: 1px solid gray; border-bottom: 1px solid gray; }
TABLE.index_titletable A { display: block; width: 100%; }


TABLE.index_bigtable { margin-top:5px; }
TABLE.index_bigtable TH{ border-top:10px solid white;
                    border-bottom:5px solid white;
                    padding: 2px;
                    font-size : 96%; color:white; font-weight: bold; }
TABLE.index_bigtable TD{ border-bottom:5px solid white;
                  /*  border-right:5px solid white; */
                  /*  border-lefts:5px solid white; */
                    vertical-align:top; }

TABLE.index_table{ font-size : 83%; line-height : 1.2; }
TABLE.index_table TD{ vertical-align:top; border-top:0px; border-bottom:0px;
                 border-left:0px; border-right:0px;}

TABLE.index_lasttable{ font-size : 83%; }
TABLE.index_lasttable A { display: block; width: 100%; }

TABLE.soft_indextable{ font-size : 85%; line-height : 1.2; width: 100%; }
TABLE.soft_indextable TD{ vertical-align:center; text-align:center;
                          border-right: 1px solid gray; border-bottom: 1px solid gray; }
TABLE.soft_indextable A { display: block; width: 100%; }

TABLE.soft_table{ font-size : 100%; line-height : 1.3; width: 100%;
             border: 1px solid gray; border-collapse:collapse; }
TABLE.soft_table TH{ vertical-align:center; border: 1px solid gray; padding: 2px; }
TABLE.soft_table TD{ vertical-align:top; border: 1px solid gray; padding: 4px; }

TABLE.tips{ font-size : 90%; line-height : 1.4;
            border: 1px solid gray; border-collapse:collapse; }
TABLE.tips TH{ vertical-align:center; border: 1px solid gray; padding: 2px;
               background-color:#BC5F3A; color:white;}
TABLE.tips TD{ padding:0.2em 0.4em;    /* 縦の余白と横の余白 */
               vertical-align:top; border: 1px solid gray;}

table.delphi_index{ line-height: 1.4; font-size: 85%; width: 90%;
  border-top:1px solid #004040;
  border-left:1px solid #004040;
  border-collapse:collapse;
  border-spacing:0;
  background-color:#ffffff;
  empty-cells:show;
}
.delphi_index th{ font-size : 110%;
    border-right:1px solid #004040;
    border-bottom:1px solid #004040;
    color:white;
    background-color:#269DD0;
    padding:0.1em 0.1em;   /* 縦の余白と横の余白 */
    text-align:center;
}
.delphi_index td{ font-size : 110%;
  border-right:1px solid #004040;
  border-bottom:1px solid #004040;
  padding:0.2em 0.4em;    /* 縦の余白と横の余白 */
  vertical-align:top;
}

PRE.delphi_tips { line-height : 1.1; margin : 0.5em; }
