$(function(){$("#contentsBox div.section:nth-child(2)").addClass("firstChild");$("#contentsBox div.section:last-child").addClass("lastChild");$("#sideNavi ul li:last-child").addClass("lastChild")});$(function(){var image_cache=new Object();$('img.roll, .roll img, input.roll, .roll input').not("[src*='_o.']").each(function(i){var i=$(this).attr('class');if(i!='noneSwap'){var imgsrc=this.src;var dot=this.src.lastIndexOf('.');var imgsrc_ovr=this.src.substr(0,dot)+'_o'+this.src.substr(dot,4);image_cache[this.src]=new Image();image_cache[this.src].src=imgsrc_ovr;$(this).hover(function(){this.src=imgsrc_ovr},function(){this.src=imgsrc})}})});$(function(){$('a[target="_blank"]').attr("title","新規ウィンドウで開きます")});$(document).ready(function(){var windowHeight=$(window).height();var headHeight=$("div#head").height();var contentsHeight=$("div#contents").height();var footerHeight=$("div#footer").height();var minHeight=windowHeight-headHeight-footerHeight;$("div#contents").css("min-height",minHeight)});$(window).resize(function(){var windowHeight=$(window).height();var headHeight=$("div#head").height();var contentsHeight=$("div#contents").height();var footerHeight=$("div#footer").height();var minHeight=windowHeight-headHeight-footerHeight;$("div#contents").css("min-height",minHeight)});