﻿.kemu {
    cursor: pointer;
}

    .kemu:hover .kemuitem {
        color: red;
    }

.kemuitem {
    color: #333;
}
