
$(function() {
$("div#kohyo3 table tr:nth-child(odd)"  ).addClass("striped");
});


