﻿$(document).ready(function() {
	
	//OPERA対応・グローバルメニューが押せれるために
	$('a.opera').click(function(e){window.location.href = $(this).attr("href");});

});
