$(document).ready(function() {
	$("#login a").opOver();
	$("#nav img").opOver();
	$("#category a").opOver();
	$("#footer a").opOver();
	$(".thumbnail").opOver();
	$(".title a").opOver();
	$(".move a").opOver();
	$(".calendar-heading a").opOver();
	$(".commentlist a").opOver();
	$("#topbanner a").opOver();

	$(document).bind("contextmenu", function(e){
		alert("画像の転用を禁じます。");
		return false;
	});
});

