table.controlpanel2{
        color:          white;
        font-family:    "Arial";
        font-weight:    normal;             /* 文字の太さ normal, bold, lighter                                 */
        font-style:     italic;             /* スタイル 標準（normal）イタリック体（italic）斜体（oblique）     */

        border:             0;
        frame:              "void";
        rules:              "none";
        cellspacing:        0;
        cellpadding:        0;
}

table.controlpanel2 td:nth-child(1) {       /* １番目のtdのみ、幅を指定 */
        width:110px;
}
