//
// プロフィール画像がない場合デフォルト画像に置き換える
//
function replaceProfileImage(obj){
	obj.src = "/image/profile/not_shop.jpg";
}