$(function() {
	$("body").printablehover({
		hoverClass: "lp_hover",
		hoverSuffix: "_over",
		speed: 150
	});
	$("#lp_gnavi").currentreplace({
		groupItemClass:"item",
		currentSuffix:"_over"
	});
	
	$("#lp_sbnavi").currentreplace({
		groupItemClass:"item",
		currentSuffix:"_over"
	});
	$(".lp_pulldownarea").pulldownmenu({
		drawerClass: "lp_drawer",
		speed: 200
	});
	
	$("#lp_infotab").tabbox({
		tabId: ["lp_tab01", "lp_tab02"],
		boxId: ["lp_top_infoA", "lp_top_infoB"],
		currentTabId: "lp_tab02",
		hoverSuffix: "_over",
		currentSuffix: "_over",
		speed: 150
	});
	
	$("#_pane1").jScrollPane({showArrows:true, scrollbarWidth: 16});
	$("#_pane2").jScrollPane({showArrows:true, scrollbarWidth: 16});
	
	$("#changeList").fontchanger({
		changeBtnId: ["fontS", "fontM", "fontL"],
		fontClass: ["small", "medium", "large"],
		defaultFontClass: "medium",
		targetId: "lp_maincontent",
		checkedSuffix: "_over",
		speed: 150,
		cookieExpires: 30
	});
	
	$(".lp_bnr_alpha").opOver(1.0,0.6,200,500);

});



