/*JavaScript: top.jslast updated on 2009.06.27(c) 2009 YOSUKE INUI Design Office (http://www.inuiyosuke.jp/)*/// ------------------------------- Over Write CSS -------------------------------document.open();document.write('<style type="text/css">div.JSS { height:265px; } div.IMAGES { height:460px; }</style>');document.close();// -- JSS --wheel.Set("script_JSS.wheel();"); mouse.Set("script_JSS.drag();"); msup.Set("script_JSS.off();");load.Set('var A = new JSS("JSS", 260, 265, 235, 0, 0, 0, 0);');// -- SHEET --// load.Set('SHEET.set();');// -- BALLOON --// load.Set('BALLOON.set();');// -- click_IMAGE() for slideIMG() --var click_IMAGE = { timer:undefined, key:true,on:function ()	{ clearTimeout(click_IMAGE.timer);	if (click_IMAGE.key) { click_IMAGE.timer = setTimeout('slideIMG.on(-2);',16); }},off:function ()	{ clearTimeout(click_IMAGE.timer);	click_IMAGE.key = false; setTimeout('click_IMAGE.key = true;',16); }}// -- over_IMAGE() for slideIMG() --var over_IMAGE = { timer:undefined, key:true,on:function ()	{ clearTimeout(over_IMAGE.timer);	over_IMAGE.timer = setTimeout('over_IMAGE.key = true;',16); setTimeout('over_IMAGE.sweep();',32); },out:function ()	{ clearTimeout(over_IMAGE.timer);	over_IMAGE.key = false; over_IMAGE.timer = setTimeout('over_IMAGE.key = false;',16); setTimeout('over_IMAGE.sweep();',32); },sweep:function ()	{ if (over_IMAGE.key) { sweep.Set(slideIMG.next,0,90,21,0); } else { sweep.Set(slideIMG.next,0,0,21,0); }}}// -- slideIMG --load.Set('slideIMG.set();');var slideIMG = { timer:undefined, delay:undefined, obj:new Object(), objs:new Array(), thumbnails:new Array(), thumb:new Object(), bar:new Object(), thumbW:60, flag:false, key:-1, next:new Object(),set:function () {slideIMG.objs	= new CLASS('IMAGE');if (slideIMG.objs.length > 0) { 	// -- NEXT --	if (slideIMG.objs.length > 1) { 		slideIMG.obj	= new CLASS('IMAGES');		slideIMG.next	= new OBJ(document.createElement('div'));	slideIMG.next.path.className = 'NEXTSLIDE';	slideIMG.next.setZ(11).setY(220).setW(90).setD(1).setC(0,0,21,0);	slideIMG.obj[0].path.appendChild(slideIMG.next.path);	slideIMG.next = new OBJ(slideIMG.next);		slideIMG.next.path.onclick		= function () { slideIMG.on(-2); }		slideIMG.obj[0].path.onmouseover	= function () { over_IMAGE.on(); }		slideIMG.obj[0].path.onmouseout	= function () { over_IMAGE.out(); }	}	for (i = 0; i < slideIMG.objs.length; i ++) {		slideIMG.objs[i].jss.cursor = 'pointer';		slideIMG.objs[i].path.onclick = function () { click_IMAGE.on(); }		if (slideIMG.objs[i].path.firstChild) { slideIMG.objs[i].path.firstChild.onclick = function () { click_IMAGE.off(); }}		// -- NEXT --		if (slideIMG.next.flag) { 			if (slideIMG.objs[i].path.firstChild) { slideIMG.objs[i].path.firstChild.onmouseover = function () { over_IMAGE.out(); }; slideIMG.objs[i].path.firstChild.onmousemove = function () { over_IMAGE.out(); }}		}	}	slideIMG.timer = setTimeout('slideIMG.slideshow();', 1024);}},slideshow:function () {	slideIMG.on(arguments[0]);	if (slideIMG.timer) clearTimeout(slideIMG.timer);	if (slideIMG.objs.length > 1 ) { 			if (false)		{ slideIMG.timer = setTimeout('slideIMG.slideshow();', 1024); }			else			{ slideIMG.timer = setTimeout('slideIMG.slideshow();', 8000); }	 }},on:function () {	if (slideIMG.timer) clearTimeout(slideIMG.timer);	if (slideIMG.objs.length <= 0 ) { return; } else if ( !slideIMG.key && slideIMG.objs.length <= 1 ) { return; }	if (slideIMG.key == arguments[0]) { slideIMG.timer = setTimeout('slideIMG.slideshow();', 4000); return; }	if (false)	{ slideIMG.key = (slideIMG.key >= 2) ? slideIMG.key + 1 : 2; if (slideIMG.key >= slideIMG.objs.length) { slideIMG.key = 2; }}	else		{ slideIMG.key = (arguments[0] >= 0) ? arguments[0] : slideIMG.key + 1; if (slideIMG.key >= slideIMG.objs.length) { slideIMG.key = 0; }}	if (macFF || winFF) { slideIMG.objs[slideIMG.key].setA(0); }	else		{ slideIMG.objs[slideIMG.key].setA(0); }	slideIMG.objs[slideIMG.key].setC(0,0,460,0);	slideIMG.objs[slideIMG.key].setD(1);	for (i = 0; i < slideIMG.objs.length; i ++) { 		if	(i == slideIMG.key)		{ slideIMG.objs[i].setZ(10); }		else				{ slideIMG.objs[i].setZ((slideIMG.objs[i].Z -1)); }		if	(slideIMG.objs[i].Z < 9)	{ slideIMG.objs[i].setD(0); }	}	if (false)		{ slideIMG.objs[slideIMG.key].setC(0,690,460,0); trans.Set(slideIMG.objs[slideIMG.key],100,15); }	else if (winIE && UAver == 8)	{ trans.Set(slideIMG.objs[slideIMG.key],100,5); }	else			{ trans.Set(slideIMG.objs[slideIMG.key],100,10); }	sweep.Set(slideIMG.objs[slideIMG.key],0,690,460,0);	slideIMG.timer = setTimeout('slideIMG.slideshow();', 12000);}}// -- Overwrite NEXT --var NEXT_BALLOON		= new Object();var NEXT_BALLOONtimer	= undefined;NEXT.set	= function () { if (!NEXT.obj.flag) { NEXT.obj = new OBJ('NEXT'); } if (NEXT.obj.flag) { 	NEXT.url = NEXT.obj.path.href;	NEXT.obj.setA(80).setC(0,100,19,81).setD(1);	NEXT.obj.path.onmouseover	= function () { AUDIO.play(); NEXT.on; }	NEXT.obj.path.onmousemove	= NEXT.on;	NEXT.obj.path.onmouseout	= NEXT.out;	NEXT.obj.path.onclick	= function () { NEXT.go(); return false; }	NEXT.flag = true;	// NEXT_BALLOON	if (!NEXT_BALLOON.flag) {		NEXT_BALLOON = new OBJ(doc.createElement('div'));		NEXT_BALLOON.path.setAttribute('id', 'TOP_BALLOON');		doc.getElementsByTagName('body').item(0).appendChild(NEXT_BALLOON.path);		NEXT_BALLOON.setD(0).setX(parseFloat(ENV.tW / 2) + 255).setI('<span><strong>便利な閲覧方法のご案内</strong>当サイトではキーボードの十字キー「→」で次のページに進みます。</span>');	}}}NEXT.on	= function () { 	sweep.Set(NEXT.obj, 0,100,19,0);	if (NEXT_BALLOON.flag) { clearTimeout(NEXT_BALLOONtimer);		if (!NEXT_BALLOON.A != 100) { 			NEXT_BALLOON.setY( parseFloat(ENV.tH / 2) - 100).setX(parseFloat(ENV.tW / 2) + 255).setD(1);			trans.Set(NEXT_BALLOON, 100, 5);		}	}}NEXT.out	= function () {	sweep.Set(NEXT.obj, 0,100,19,81);	if (NEXT_BALLOON.flag) { clearTimeout(NEXT_BALLOONtimer);		trans.Set(NEXT_BALLOON, 0, 3);		NEXT_BALLOONtimer = setTimeout( 'NEXT_BALLOON.setD(0);',500); 	}}