アットウィキロゴ

tmpr table css

<table summary="ヘッドボード価格">
        <caption>ヘッドボード価格</caption>
        <tbody>
            <tr>
                <td class="td_lead">S</td>
                <td>税込36,750円(本体価格35,000円)</td>
            </tr>
            <tr>
                <td class="td_lead">SD</td>
                <td>税込43,050円(本体価格41,000円)</td>
            </tr>
            <tr>
                <td class="tdth_last">D</td>
                <td>税込52,500円(本体価格50,000円)</td>
            </tr>
        </tbody>
    </table>
 
 
 
------------------------------------------------------------
/*--- table style ---*/
#zero_g_100_contents_area table caption {
    color:#835e52;
    font-weight:bold;
    font-size:12px;
    border-bottom:1px solid #e3d8b8;
}
#zero_g_100_contents_area table th {
    border-right:1px solid #ffffff;
    background:url("../images/zero_g_100/bg_table_th.gif") left bottom repeat-x #b7baa0;
    color:#ffffff;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    padding:8px;
}
#zero_g_100_contents_area table td {
    border-right:1px solid #e3d8b8;
    background:url("../images/zero_g_100/bg_table_td.gif") left bottom repeat-x;
    color:#666666;
    font-size:12px;
    text-align:center;
    padding:8px;
}
#zero_g_100_contents_area table td.txt_left {
    text-align:left;
}
#zero_g_100_contents_area table td.td_lead {
    background:url("../images/zero_g_100/bg_table_th.gif") left bottom repeat-x #e3d8b8;
    border-right:1px solid #ffffff;
    color:#835e52;
    font-weight:bold;
}
#zero_g_100_contents_area table th.th_last {
    border-right:1px solid #b7baa0;
}
#zero_g_100_contents_area table td.tdth_last {
    background:#e3d8b8;
    border-right:1px solid #ffffff;
    color:#835e52;
    font-weight:bold;
}
#zero_g_100_contents_area table th.bg_tempur_col {
    background-color:#e07f04;
}
#zero_g_100_contents_area table td.bg_tempur_col {
    border-right:1px solid #ffffff;
    background:url("../images/zero_g_100/bg_table_th.gif") left bottom repeat-x #ffe8b2;
}
#zero_g_100_contents_area table td.td_last {    
    background-image:none;
}
最終更新:2012年05月18日 17:35