function markingNewHonmono() {
	$("#honmono_contents .note_box .pic").each( function(cnt){
		$(this).css("position","relative").html($(this).html()+'<div class="new"><img src="./img/motomachi/mark_new.png" alt="new" width="35" height="15" /></div>');
	});
}
