#ipsj_toc table.toc {
    margin: 0px;
    padding: 0px;
    width: 100%;
    table-layout: fixed;
}

#ipsj_toc table.toc pre.toc {
    margin: 0px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.4em;
    _width: 90%;                /* for IE4 - IE6 */
    *padding-bottom: 25px;      /* for IE7 - */
    *padding-right: 5px;        /* for IE7 - */
    white-space: -moz-pre-wrap; /* FireFox */
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

