document.observe('dom:loaded',function(){

    //ショッピング案内タブ
	new Control.Tabs('tabs_guide',{
		hover: true
	});
});
