body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}


/* --------- layout -----------------*/

.IM_NAV_panel {
    background-color: #CCCCCC;
    padding: 4px;
    margin: 4px 0 4px 0;
}

span.IM_NAV_info {
    font-size: 9pt;
    color: #333333;
}

span.IM_NAV_button {
    padding: 2px 4px 2px 4px;
    margin: 2px 6px 2px 6px;
    border-radius: 3px;
    background-color: #000000;
    color: yellow;
    cursor: pointer;
}

span.IM_NAV_disabled {
    background-color: #666666;
    color: #333333;
}

div.IM_CREDIT {

}

span.IM_POSTMESSAGE {
    color: darkred;
}

table.orderbox td   {
    background-color: #DDFFFF;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    border: 1px solid white;
    font-size: 12pt;
}

.labelline  {
    color: #666666;
    text-align: left;
}

.linedata   {
    color: black;
}

.maildir    {
    background-color: #555555;
    color: #DDDDDD;
    border-radius: 5px;
    padding: 3px;
    font-size: 10pt;
}

.msgbody    {
    padding: 0 0 4px 30px;
    font-size: 10pt;
    text-align: left;
    background-color: #EEEEEE;
}

.everymessage    {
    border-bottom: 1px solid #888888;
}
table.orderbox td.title   {
    background-color: #CCCCCC;
    text-align: left;
    vertical-align: top;
    border: 1px solid white;
}

table.orderbox td.triangle   {
    background-color: #FFFFFF;
    width: 10px;
}

table.orderbox td.blank   {
    background-color: #FFFFFF;
    height: 30px;
}

table.orderbox td.date   {
    font-size: 10pt;
    color: #666666;
    height: 30px;
}

table.orderbox td.active {
    color: #CCCCCC;
    background-color: #333333;
}

table.details {
    background-color: white;
    width: 100%;
    margin:0;
    border: none;
}
table.details td {
    background-color: white;
    font-size: 10pt;
    padding:0px 5px; /* ⇒　これを追加？ */
}
table.details th {
    background:#f5f5f5;
    font-size: 10pt;
}
table.mailposting {
    background-color: white;
    border: solid 0px #000000;
    border-collapse: collapse;
}
table.mailposting td {
    background-color: white;
    text-align: left;
}
table.mailposting th {
    background-color: #CCCCCC;
    text-align: right;
    vertical-align: top;
}
table.filelist {
    background-color: white;
    border: solid 0px #000000;
    border-collapse: collapse;
}
table.filelist td {
    background-color: white;
    text-align: left;
    font-size: 10pt;
}
table.filelist th {
    background-color: #CCCCCC;
    text-align: left;
    font-size: 10pt;
}

