//set_rollovers
(function(A){jQuery.fn.set_rollovers=function(C){var D={extension:"_o",active_hover:true,hover_extension:"_h",active_extension:false,fade:false,menu:{},menu_type:"files"};if(C){jQuery.extend(D,C)}if(!D.active_extension){D.active_extension=D.hover_extension}var F=String(document.location);var E=false;var B=0;A.each(D.menu,function(G){if(D.menu_type=="files"){if(G.match(/|/)){menu_path_arr=G.split("|");for(k=0;k<menu_path_arr.length;k++){if(F.match(menu_path_arr[k])&&menu_path_arr[k].length>B){E=D.menu[menu_path_arr[k]];B=menu_path_arr[k].length}}}else{if(F.match(G)&&G.length>B){E=D.menu[G];B=G.length}}}else{if(D.menu_type=="nodes"){if(A(G).length){E=D.menu[G]}}}});return this.filter("[src*="+D.extension+".]").each(function(){var H=new Image;H.src=this.src.replace(D.extension+".",D.hover_extension+".");if(this.src.match(/[^\/]+$/)[0]==E){this.src=this.src.replace(new RegExp(D.extension+"(.[a-z]+)$"),D.active_extension+"$1");if(D.active_hover){A(this).hover(function(){this.src=this.src.replace(new RegExp(D.active_extension+"(.[a-z]+)$"),D.hover_extension+"$1")},function(){this.src=this.src.replace(new RegExp(D.hover_extension+"(.[a-z]+)$"),D.active_extension+"$1")})}}else{if(!D.fade){A(this).hover(function(){this.src=this.src.replace(new RegExp(D.extension+"(.[a-z]+)$"),D.hover_extension+"$1")},function(){this.src=this.src.replace(new RegExp(D.hover_extension+"(.[a-z]+)$"),D.extension+"$1")})}else{var G=A(this).wrap('<span style="position:relative; display:block;"></span>').parent();G.append('<img src="'+H.src+'" style="position:absolute; top:0; left:0;" />');G.find("> :last-child").hide();G.hover(function(){A("> img:last-child",this).fadeIn(D.fade)},function(){A("> img:last-child",this).fadeOut(D.fade)})}if(this.parentNode.nodeName.match(/^a$/i)){A(this).parent().focus(function(){A(">img",this).trigger("mouseover")}).blur(function(){A(">img",this).trigger("mouseout")})}else{if(this.parentNode.nodeName.match(/span/i)&&this.parentNode.parentNode.nodeName.match(/a/i)){A(this).parents("a").focus(function(){A("> span > img:last-child",this).fadeIn(D.fade)}).blur(function(){A("> span > :last-child",this).fadeOut(D.fade)})}}}})}})(jQuery);
//set_height
//(function(A){A.fn.set_height=function(P){var G={items_per_row:false,one_height:false,delay:1000,group_by_parent:false};if(P){jQuery.extend(G,P)}if(A("#js_etalon").length){var N=A("#js_etalon").get(0)}else{var N=A("body").append('<span style="position:absolute;left:-9999px;top:0;" id="js_etalon">&nbsp;</span>').find("#js_etalon").get(0)}var E=function(S,R){for(var Q=0;Q<S.length;Q++){if(S[Q]==R){return }}S.push(R)};var B=this;var F=[];var L=[];var K=[];var J=function(){for(var S=0;S<F.length;S++){var R=0;var T=F[S][0].currentStyle?parseInt(F[S][0].currentStyle.paddingTop)+parseInt(F[S][0].currentStyle.paddingBottom):parseInt(document.defaultView.getComputedStyle(F[S][0],null).getPropertyValue("padding-top"))+parseInt(document.defaultView.getComputedStyle(F[S][0],null).getPropertyValue("padding-bottom"));for(var Q=0;Q<F[S].length;Q++){F[S][Q].style.height="auto";R=Math.max(F[S][Q].offsetHeight-T,R)}for(var Q=0;Q<F[S].length;Q++){F[S][Q].style.height=R+"px"}}};var M=function(){var Y=0;var W=0;var Q=null;var T=null;F[Y]=[];var Z=false;for(var U=0;U<B.length;U++){if(G.group_by_parent){Q=A(B[U]).parents(G.group_by_parent)[0];if(U>0&&Q!=T&&!Z){F[++Y]=[];W=0}T=Q}if(G.items_per_row){B[U].className+=" nb"+parseInt(W%G.items_per_row+1);if(!(W%G.items_per_row)&&W>0){F[++Y]=[];W=0;Z=true}}F[Y][W++]=B[U];Z=false}for(var U=0;U<F.length;U++){if(!F[U][0].offsetHeight){var X=F[U][0];while(X.style.display!="none"){X=X.parentNode}L.push(X)}for(var S=0;S<F[U].length;S++){var V=F[U][S].getElementsByTagName("img");for(var R=0;R<V.length;R++){E(K,V[R].src)}}}};if(B.length){M();var D=N.offsetHeight;var C=setInterval(function(){var S=N.offsetHeight;if(S!=D){D=S;J()}for(var R=0;R<L.length;R++){if(L[R].style.display!="none"){J();L=[];for(var Q=0;Q<F.length;Q++){if(!F[Q][0].offsetHeight){var T=F[Q][0];while(T.style.display!="none"){T=T.parentNode}L.push(T)}}}}},G.delay);J();if(K.length){var H=[];var O=0;for(var I=0;I<K.length;I++){H[I]=document.createElement("img");H[I].onload=function(){O++;if(O==K.length){J()}};H[I].src=K[I]}}}if(navigator.userAgent.match("MSIE 5.5")&&B.length){setTimeout(function(){main(B),0})}return this}})(jQuery);
//set_links
(function(A){A.set_links=function(B){A("a[rel=popup],a[rel=external],area[rel=popup],area[rel=external]").click(function(){if(this.rel=="external"){window.open(this.href,"_blank");return false}var I="";var D=0;var C="";for(i in B){if(i.match(">>")){data=i.split(">>");if(String(window.location).match(data[0])&&this.href.match(data[1])){C=i;break}}if(i.match(/^\.(.*)/)){var E=new RegExp("\\b"+RegExp.$1+"\\b");if(this.className.match(E)){for(param in B[i]){if(param=="name"){continue}I+=param+"="+B[i][param]+","}if(this.href.match(/width=(\d+).*height=(\d+)/)){var F=RegExp.$1;var H=RegExp.$2;if(I.match("width")&&I.match("height")){I=I.replace(/width=\d+/,"width="+F);I=I.replace(/height=\d+/,"height="+H)}else{I+="width="+F+",height="+H}}var G=B[i]["name"]?B[i]["name"]:"popup";window.open(this.href,G,I.split(/,$/)[0]).focus();this.blur();return false}}else{if(this.href.match(i)&&i.length>D){C=i;D=i.length}}}for(param in B[C]){if(param=="name"){continue}I+=param+"="+B[C][param]+","}var G=B[C]["name"]?B[C]["name"]:"popup";window.open(this.href,G,I.split(/,$/)[0]).focus();this.blur();return false});return this}})(jQuery);
//setToggleMenu
//(function(B){var A="setToggleMenu";B.fn[A]=function(D){var F=B(this);var E=B.extend({setter:false,target:false,speed:false,},D);function C(){return function(H){var K=B("."+E.setter,this),J=B("."+E.target,this),I=E.speed,G=B("img",K);if(K.attr("class")!="open"){J.hide()}else{if(G.length>0){G.attr("src",G.attr("src").replace("_o.","_a."))}K.removeClass("active")}K.css("cursor","pointer");K.toggle(function(){if(G.length>0){G.attr("src",G.attr("src").replace("_o.","_a."))}K.addClass("active");J.slideDown(I)},function(){if(G.length>0){G.attr("src",G.attr("src").replace("_a.","_o."))}K.removeClass("active");J.slideUp(I)})}}F.each(C());return this};B(function(){B(".item").setToggleMenu({setter:"setter",target:"target",speed:300})})})(jQuery);
//set_style_switch
//(function(a){a.fn.set_style_switch=function(){var b=this;a("link[title]").each(function(){this.disabled=true});_change_style=function(c){a("link[title]").each(function(){this.disabled=(this.title!=c)});b.each(function(){var e=(/#([^???]*)/.exec(this.href)[1]);if(e==c&&a("img",this).length){var d=a("img",this)[0];d.src=d.src.replace(/_o(\.[a-z]+)$/,"_h$1");a(d).unbind()}else{if(a("img",this).length){var d=a("img",this)[0];d.src=d.src.replace(/_h(\.[a-z]+)$/,"_o$1");a(d).unbind()}}})};if(a.cookie("style")){_change_style(a.cookie("style"))}return this.click(function(){var c=(/#([^???]*)/.exec(this.href)[1]);_change_style(c);a.cookie("style",c);this.blur();return false})}})(jQuery);
//set_flash
(function(A){A.fn.set_flash=function(B){var C={version:6,movie:"",name:"",title:"",height:0,width:0,no_version:"no version",no_flash:"no flash"};if(B){jQuery.extend(C,B)}return this.each(function(F){_flash_version=function(){if(navigator.plugins&&navigator.plugins.length){if(!navigator.plugins["Shockwave Flash"]){return false}if(navigator.plugins["Shockwave Flash"].description){navigator.plugins["Shockwave Flash"].description.match(/(\d+)\.\d/);return parseInt(RegExp.$1)}}else{for(var I=15;I>=0;I--){try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+I);return I}catch(J){}}return false}return false};var D={};if(C.height&&C.width&&C.movie!=""){D=C}else{var E=this.className.match(/[a-z]+\[[^\]]+\]/g);for(F=0;F<E.length;F++){E[F].match(/([a-z]+)\[([^\]]+)\]/);D[RegExp.$1]=RegExp.$2}}var H="";var G="";if(D.wmode){H+=' wmode="'+D.wmode+'"';G+='<param name="wmode" value="'+D.wmode+'">'}if(!_flash_version()){A(this).html(C.no_flash);return }if(_flash_version()<(D.version||C.version)){A(this).html(C.no_version);return }A("> *",this).hide();A(this).html('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="'+D.height+'" width="'+D.width+'" name="'+D.name+'" title="'+D.title+'"><param name="movie" value="'+D.movie+'"><param name="name" value="'+D.name+'"><param name="quality" value="high">'+G+'<embed src="'+D.movie+'" quality="high" type="application/x-shockwave-flash" height="'+D.height+'" width="'+D.width+'"'+H+"></object>")})}})(jQuery);
//set_png_support
//jQuery.set_png_support=function(b){var c={spacer_path:"/images/spacer.gif"};if(b){jQuery.extend(c,b)}navigator.userAgent.match(/msie\s*(\d)/i);var a=RegExp.$1;if((a<=6&&a>5)&&$.browser.msie){$("img[@src$=png]").each(function(){$(this).css({filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"', sizingMethod='scale')"}).attr({src:c.spacer_path,width:this.width,height:this.height})})}};
//set_stripe
//(function(a){a.fn.set_stripes=function(b){var c={};if(b){jQuery.extend(c,b)}return this.each(function(d){a(this).find("tbody>tr").each(function(e){a(this).removeClass("odd").removeClass("even").addClass((e%2?"even":"odd"))}).hover(function(){a(this).addClass("hover")},function(){a(this).removeClass("hover")})}).addClass("striped")}})(jQuery);
//set_tab
//(function(a){a.fn.set_tab=function(m){var c={log:false,default_index:"index.html",jump_to_anchored_tab:true,toggles_wrapper:"",tabs_wrapper:"",speed:false,hide_first_title:false,double_click_hide:false,remember:true,active_image_ext:false};if(m){jQuery.extend(c,m)}var b=[];var e=[];var f=this.length;var l=String(window.location).match(c.default_index)?new RegExp("(.*)("+c.default_index+")$").exec(String(document.location.pathname))[1]:document.location.pathname;var d=String(window.location).match(/#\w+/)?/#([^???]*)/.exec(String(window.location))[1]:false;var g=0;function h(p,o){tabs=a(c.tabs_wrapper+" > div",b[p]);if(c.speed){tabs.filter(":eq("+e[p]+")").slideUp(c.speed,function(){tabs.filter(":eq("+o+")").show().css("visibility","hidden").slideDown(c.speed).css("visibility","visible");a(c.toggles_wrapper+" > ul a",b[p]).removeClass("active").filter(":eq("+o+")").addClass("active")})}else{a(c.toggles_wrapper+" > ul a:first-child",b[p]).removeClass("active").filter(":eq("+o+")").addClass("active");a(c.toggles_wrapper+" > ul a:first-child img",b[p]).each(function(q){if(q!=o){this.src=this.src.replace(new RegExp(c.active_image_ext[2]+"(.[a-z]+)$"),c.active_image_ext[0]+"$1")}else{this.src=this.src.replace(new RegExp("("+c.active_image_ext[0]+"|"+c.active_image_ext[1]+")(.[a-z]+)$"),c.active_image_ext[2]+"$2")}});if(e[p]==o&&c.double_click_hide&&tabs.filter(":eq("+o+")").css("display")!="none"){tabs.filter(":eq("+o+")").hide();a(c.toggles_wrapper+" > ul a",b[p]).filter(":eq("+o+")").removeClass("active")}else{tabs.filter(":eq("+e[p]+")").hide();tabs.filter(":eq("+o+")").show().addClass("active")}}if(c.log){var n=a(c.toggles_wrapper+" > ul a:eq("+o+")",b[p]).attr("href");a.ajax({type:"GET",url:n,dataType:"xml",processData:false})}}function j(){var n="";for(i=0;i<e.length;i++){n+=i+":"+e[i]+" "}a.cookie("tabs["+l+"]",n)}function k(){if(!c.remember){return false}tab_cookie=a.cookie("tabs["+l+"]");if(tab_cookie){tab_cookie_splited=tab_cookie.split(" ");for(i=0;i<tab_cookie_splited.length;i++){current_value=tab_cookie_splited[i].split(":");e[current_value[0]]=current_value[1]}}}k();return this.each(function(n){b[n]=this;a(c.tabs_wrapper+" > div",b[n]).hide();if(c.hide_first_title){a("> div",b[n]).each(function(){a("> *:eq(0)",this).filter("h1,h2,h3,h4,h5,h6").hide()})}a(c.toggles_wrapper+" > ul",this).addClass("toggles").find("li>a:first-child").each(function(p){if((a("> div:eq("+p+")",b[n]).attr("id")==d)&&d){default_tab=p}a("a[@href$="+this.href.match(/#[^\?]*/)+"]").each(function(){this.tab_id=p;this.tabset_id=n});a("a[@href$="+this.href.match(/#[^\?]+/)+"]").click(function(){h(this.tabset_id,this.tab_id);e[this.tabset_id]=this.tab_id;if(c.remember){j()}this.blur();if(!navigator.userAgent.match("MSIE 5.5")){if(a(".toggles a[@href*="+this.href.match(/#[^\?]+/)[0]+"]").offset()["top"]>(a(window).scrollTop()+a(window).height())){window.scrollTo(0,a(".toggles a[@href*="+this.href.match(/#[^\?]+/)[0]+"]").offset()["top"])}}return false})});if(a("div#"+d,this).length>0&&d!=""){e[n]=a(c.tabs_wrapper+" > div",this).index(a("div#"+d,this)[0]);var o=this;if(c.jump_to_anchored_tab){window.setTimeout(function(){window.scrollTo(0,a(o).offset()["top"])},0)}}else{e[n]=e[n]||0}if(this.className.match(/default\[(\d+)\]/)){e[n]=parseInt(RegExp.$1)-1}h(n,e[n]);if(n+1==f&&c.remember){j()}}).addClass("enabled").find(c.tabs_wrapper+" > div").addClass("tab-contents")}})(jQuery);
//set_smoothscroll
(function(){var A=document;jQuery.fn._set_smooth_scroll=function(C,B){return this.each(function(){_self=this;var D={target_x:C,target_y:B};D._x=A.body.scrollLeft||A.documentElement.scrollLeft||window.pageXOffset;if(typeof D._x=="undefined"){D._x=0}D._y=A.body.scrollTop||A.documentElement.scrollTop||window.pageYOffset;if(typeof D._y=="undefined"){D._y=0}D.y=D.target_y-D._y+2;D.x=D.target_x-D._x;D.x=D._x+Math.floor(D.x/2);D.y=D._y+Math.floor(D.y-(D.y*4/5));window.scrollTo(D.x,D.y);if(D.x==D._x&&D.y==D._y){setTimeout("location.href = _self.href",100)}else{setTimeout('jQuery(_self)._set_smooth_scroll("'+D.target_x+'","'+D.target_y+'")',1)}})};jQuery.fn.set_smooth_scroll=function(){var B=location.href.split("#")[0];return this.each(function(){var C=this.href;if(this.href.match(/(.+)#([^?]+)/)){C=RegExp.$1;var D=A.getElementById(RegExp.$2);if(D){if(B==C){this.onclick=function(){var F=0;var G=0;for(var E=D;E.offsetParent;E=E.offsetParent){F+=E.clientTop||0;F+=E.offsetTop||0;G+=E.offsetleft||0}var I=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;var H=document.documentElement.scrollHeight||document.body.scrollHeight;F=(H-I<F)?H-I:F;jQuery(this)._set_smooth_scroll(G,F);return false}}}}})}})(jQuery);

$(document).ready(function(){

//set_rollovers
//$('img').set_rollovers();
$('img,input[type="image"]').set_rollovers({ menu: {
"/company/message.html":"lnav_com_message_o.gif",
"/company/charter.html":"lnav_com_charter_o.gif",
"/company/ideal.html":"lnav_com_philosophy_o.gif",
"/company/about.html":"lnav_com_profile_o.gif",
"/company/history.html":"lnav_com_history_o.gif",
"/company/shop-space.html":"lnav_com_branch_o.gif",
"/company/restaurant.html":"lnav_com_restaurant_o.gif",
"/company/access.html":"lnav_com_access_o.gif",
"/company/notification.html":"lnav_com_notice_o.gif",
"/company/ethics.html":"lnav_com_ethics_o.jpg",
"/recruit/staffs/":"lnav_rec_staffs_o.gif",
"/recruit/career-support.html":"lnav_rec_career_o.gif",
"/recruit/system.html":"lnav_rec_system_o.gif",
"/recruit/information/newgraduate.html":"lnav_rec_newgraduate_o.gif",
"/recruit/information/mid-career.html":"lnav_rec_mid_o.gif",
"/recruit/information/manager.html":"lnav_rec_manage_o.gif",
"/recruit/information/part-timer.html":"lnav_rec_part_o.gif",
"/recruit/topics.html":"lnav_rec_topic_o.gif",
"/recruit/message.html":"lnav_rec_message_o.gif",
"/recruit/benefit.html":"lnav_rec_benefit_o.gif",
"/recruit/faq.html":"lnav_rec_faq_o.gif",
"/recruit/movie/":"lnav_rec_movie_o.gif",
"/recruit/social-contribution/":"lnav_rec_social_o.jpg",
"/company/":"lnav_rec_company_o.jpg"
} });

//local navigation active
$(function(){
   var _path = document.location.pathname;
   var _localNaviArea = $('#localNavi>ul.lnav01>li');
   _localNaviArea.each(function(){
      $('ul', this).hide();
      $('ul a[href="'+_path+'"]', this).parent('li').addClass('current').parent('ul').show();
      $('>a[href="'+_path+'"]', this).parent('li').addClass('current').children('ul').show();
      $('>ul>li>a[href="'+_path+'"]', this).parent('li').parent('ul').parent('li').addClass('current').children('ul').show();
   });
});

//set_height
//$('ul.index-triple > li').set_height();
//$('ul.index-double > li').set_height({ items_per_row:2, group_by_parent: 'ul' });
//$('div.parent ul.index-triple > li').set_height({ group_by_parent: 'div.parent' });

//set_links
$.set_links({ ".form": { width:650, height: 550, scrollbars: "yes" } });
//$.set_links({ "": { width:800, height: 600, toolbar: "yes", scrollbars: "yes" } });

//setToggleMenu
//$(function(){
//    $('.item').setToggleMenu({ setter:'setter', target:'target', speed:500 });
//});

//set_style_switch
//$('a[rel=style]').set_style_switch();

//set_flash
$('.gallery').set_flash({ movie:"/recruit/movie/swf/movie01.swf", width:400, height:350, version:8});
$('.recruitMain').set_flash({ movie:"/recruit/swf/main110602-5.swf", width:1130, height:471, version:8});
$('.topMain').set_flash({ movie:"/swf/index.swf", width:1000, height:477, version:8,no_version:'<div class="alt"><p class="txt01"><img src="/img/ind_alt_txt01.jpg" alt="お客さまの感動のために" width="389" height="56" /></p><h2 class="txt02"><img src="/img/ind_alt_txt02.gif" alt="ゲストハウス・ウェディング会場のご案内" width="266" height="25" /></h2><ul><li><a href="http://www.ikk-grp.jp/geihinkan/" target="_blank"><img src="/img/ind_alt_img01.jpg" alt="[伊万里]伊万里迎賓館" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/belami/" target="_blank"><img src="/img/ind_alt_img02.jpg" alt="[鳥栖]ララシャンス ベルアミー" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/hakatanomori/" target="_blank"><img src="/img/ind_alt_img03.jpg" alt="[福岡]ララシャンス 博多の森" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/miyazaki/" target="_blank"><img src="/img/ind_alt_img04.jpg" alt="[宮崎]ララシャンス 迎賓館" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/toyama/" target="_blank"><img src="/img/ind_alt_img05.jpg" alt="[富山]キャナルサイド ララシャンス" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/oita/" target="_blank"><img src="/img/ind_alt_img06.jpg" alt="[大分]ララシャンス 迎賓館" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/taiyonooka/" target="_blank"><img src="/img/ind_alt_img07.jpg" alt="[金沢]ララシャンス 太陽の丘" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/ps/" target="_blank"><img src="/img/ind_alt_img08.jpg" alt="[宮崎]プレジール 迎賓館" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/iwaki/" target="_blank"><img src="/img/ind_alt_img09.jpg" alt="[いわき]ララシャンス いわき" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/kouchi/" target="_blank"><img src="/img/ind_alt_img10.jpg" alt="[高知]ララシャンス 迎賓館" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/fukui/" target="_blank"><img src="/img/ind_alt_img11.jpg" alt="[福井]ララシャンス ベルアミー" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/morioka/" target="_blank"><img src="/img/ind_alt_img12.jpg" alt="[盛岡]ララシャンス ベルアミー" width="114" height="95" /></a></li><li><a href="http://www.lachance-ikk.jp/" target="_blank"><img src="/img/ind_alt_img13.jpg" alt="[富山]ラ・シャンス" width="114" height="95" /></a></li><li><a href="http://suite-vg.jp/" target="_blank"><img src="/img/ind_alt_img14.jpg" alt="[福岡]スイート ヴィラ ガーデン" width="114" height="95" /></a></li></ul><!--/.alt --></div>',no_flash:'<div class="alt"><p class="txt01"><img src="/img/ind_alt_txt01.jpg" alt="お客さまの感動のために" width="389" height="56" /></p><h2 class="txt02"><img src="/img/ind_alt_txt02.gif" alt="ゲストハウス・ウェディング会場のご案内" width="266" height="25" /></h2><ul><li><a href="http://www.ikk-grp.jp/geihinkan/" target="_blank"><img src="/img/ind_alt_img01.jpg" alt="[伊万里]伊万里迎賓館" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/belami/" target="_blank"><img src="/img/ind_alt_img02.jpg" alt="[鳥栖]ララシャンス ベルアミー" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/hakatanomori/" target="_blank"><img src="/img/ind_alt_img03.jpg" alt="[福岡]ララシャンス 博多の森" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/miyazaki/" target="_blank"><img src="/img/ind_alt_img04.jpg" alt="[宮崎]ララシャンス 迎賓館" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/toyama/" target="_blank"><img src="/img/ind_alt_img05.jpg" alt="[富山]キャナルサイド ララシャンス" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/oita/" target="_blank"><img src="/img/ind_alt_img06.jpg" alt="[大分]ララシャンス 迎賓館" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/taiyonooka/" target="_blank"><img src="/img/ind_alt_img07.jpg" alt="[金沢]ララシャンス 太陽の丘" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/ps/" target="_blank"><img src="/img/ind_alt_img08.jpg" alt="[宮崎]プレジール 迎賓館" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/iwaki/" target="_blank"><img src="/img/ind_alt_img09.jpg" alt="[いわき]ララシャンス いわき" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/kouchi/" target="_blank"><img src="/img/ind_alt_img10.jpg" alt="[高知]ララシャンス 迎賓館" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/fukui/" target="_blank"><img src="/img/ind_alt_img11.jpg" alt="[福井]ララシャンス ベルアミー" width="114" height="95" /></a></li><li><a href="http://www.ikk-grp.jp/morioka/" target="_blank"><img src="/img/ind_alt_img12.jpg" alt="[盛岡]ララシャンス ベルアミー" width="114" height="95" /></a></li><li><a href="http://www.lachance-ikk.jp/" target="_blank"><img src="/img/ind_alt_img13.jpg" alt="[富山]ラ・シャンス" width="114" height="95" /></a></li><li><a href="http://suite-vg.jp/" target="_blank"><img src="/img/ind_alt_img14.jpg" alt="[福岡]スイート ヴィラ ガーデン" width="114" height="95" /></a></li></ul><!--/.alt --></div>'});
$('.topBranch').set_flash({ movie:"/swf/bnr_rotation.swf", width:1000, height:103, version:8,no_version:'<div class="alt"><div class="inner"><p class="img"><a href="http://get.adobe.com/jp/flashplayer/" target="_blank"><img src="/common/img/plugin_flash.gif" alt="Get ADOBE FLASH&reg; PLAYER" width="161" height="44" /></a></p><div class="txt"><p>このページの閲覧には、最新のAdobe&reg;　FLASH PLAYERをインストールする必要があります。</p><ul class="linkList01"><li><a href="http://get.adobe.com/jp/flashplayer/" target="_blank">Adobe&reg;　FLASH PLAYERをダウンロードする</a></li></ul><!--/.txt --></div><!--/.inner --></div><!--/.alt --></div>',no_flash:'<div class="alt"><div class="inner"><p class="img"><a href="http://get.adobe.com/jp/flashplayer/" target="_blank"><img src="/common/img/plugin_flash.gif" alt="Get ADOBE FLASH&reg; PLAYER" width="161" height="44" /></a></p><div class="txt"><p>このページの閲覧には、最新のAdobe&reg;　FLASH PLAYERをインストールする必要があります。</p><ul class="linkList01"><li><a href="http://get.adobe.com/jp/flashplayer/" target="_blank">Adobe&reg;　FLASH PLAYERをダウンロードする</a></li></ul><!--/.txt --></div><!--/.inner --></div><!--/.alt --></div>'});
$('object').each(function(){ this.outerHTML = this.outerHTML; });

//set_png_support
//$.set_png_support({ spacer_path: "/img/spacer.gif" });

//set_stripe
//$('table').set_stripes();
//$('table.product').structurize({ structure:"item_name price tel text owner genre product" });

//set_tab
//$('.tab_holder').set_tab();

//set_smoothscroll
$('a').set_smooth_scroll();

});

