$(document).ready(function(){

	//スライダー設定
	$("div#title div#slider").easySlider({
		prevId: 'prevBtn',
		nextId: 'nextBtn',
		speed: 300
	});
	//$("div#title div#slider li.n02").css("display","inline");
	$("div#title span#prevBtn,div#title span#nextBtn,div#title span#prevBtn a,div#title span#nextBtn a").addClass("png_bg");

	//グリッドレイアウトのボックスの高さの統一
	$('.entrybox-inner-body').flatHeights();

});

//グリッドレイアウトのセッティング
if (! window.console) window.console = { log: function(){} }; //avoid error

$(function(){

	var vg = $("#entry").vgrid({
		easeing: "easeOutQuint",
		time: 800,
		delay: 60,
		selRefGrid: "#entry div.entrybox",
		selFitWidth: ["#contentsArea"],
		gridDefWidth: 298 + 15 + 15 + 5,
		forceAnim: 1	});

	$(window).load(function(e){
		setTimeout(function(){ 
			// prevent flicker in grid area - see also style.css
			$("#entry").css("paddingTop", "0px");
		}, 1000);
	});

});
