// ============================================================
// ■学研
// 
// %update / 09.05.20
// 
// ============================================================

// %use / jquery1.3.2～

// ------------------------------------------------------------
// ▼main
// ------------------------------------------------------------
$(document).ready( function() {
	if(jQuery.browser.msie) {
		$('area.poly').focus( function() { $(this).blur(); } );
	}
} );
