$(document).ready(function(){
$("table:first").find("tr:has(td:eq(1):contains('土'))").css("background-color", "#e2fdfe");
$("table:first").find("tr:has(td:eq(1):contains('日'))").css("background-color", "#fee9fe");
});
