/**
 * jQuery - Config file
 */
jQuery(function($) {
	/**
	 * Google Analytics
	 */
	$.GATracker('UA-5442189-個別番号');

	/**
	 * Window Open
	 */
	$('a[href^="http"]').not('a[href^="http://'+ location.host +'"]').winOpen();

	/**
	 * Image Rollover
	 */
	$('#gNavi a img,#price div.order a img').rollover();
});

