var $j = jQuery.noConflict();
//トップページ用固有js
$j(document).ready(function(){
	//ピックアップ画像のNoImage
/*
	$j(".heightLine img").error(function(){
		this.src='/common/img/not-title.jpg';
	});
*/
});
