/* �e�[�u���\�[�g�pCSS */

table.sortable thead tr .order-asc {
    background-image: url(/layout/img/asc.png);
}

table.sortable thead tr .order-desc {
    background-image: url(/layout/img/desc.png);
}

table.sortable thead tr th {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    background-image: url(/layout/img/bg.png);
}