//画像にリンクが張られた場合はクラスにthickboxを追加 by 荒金
$(document).ready(
	function(){
		$('a[@href$=".jpg"],a[@href$=".gif"]').addClass("thickbox");
}
);