//ボタンオーバー
$(function() {
	$('#gNav li a img,#hNav li a img,.tabs li img').addClass('btn');
})
//コンテンツメニュー
$(function() {
	$('#home #contentsBox li a').mouseover(function() {
		$('span:first-child',this).fadeIn('slow');
	})
	$('#home #contentsBox li a').mouseout(function() {
		$('span:first-child',this).fadeOut('fast');
	})
})
$(function() {
	$('.contentsList .box:nth-child(2n)').css('margin-left','30px');
})
$(function() {
	$('.crew .contentsList .box:nth-child(2n)').css('margin-left','0px');
	$('.crew .contentsList .box:nth-child(3n)').css('border-right','1px solid #c3c5c7');
	$('#gallery .contentsList .box:nth-child(2n)').css('margin-left','0px');
	$('#gallery .contentsList .box:nth-child(3n)').css('border-right','1px solid #c3c5c7');
	$('#request tr:last-child th,#request tr:last-child td,#contact tr:last-child th,#contact tr:last-child td').css('border','0px');
	$('#gallery .ngg-galleryoverview div.ngg-gallery-thumbnail-box:nth-child(5n)').css('margin-right','0px');
	$('#link .blogroll li:nth-child(6n)').css('margin-right','0px');
	$('#myhome .voice .questionList li:odd').css('margin-right','0px');
	$('#link .linkcat ul').addClass('heightAlign');
})
//スケジュール
$(function() {
	$('.schedule td dd:last-child').css('margin-bottom','0px');
})
//サブメニュー
$(function(){
	$("ul.sub").hide();
	$("#gNav li").hover(function(){
		$("ul:not(:animated)",this).slideDown("fast");
		},
		function(){
			$("ul",this).fadeOut("fast");
	});
	$("ul.sub li:first-child").css('border-top','0px');
	$("ul.sub li:last-child").css('border-bottom','0px');
})
//ゼブラリスト
$(function() {
	$('.zebraList li:even,.zebraList tr:even').addClass('even');
})
//sitemap
$(function() {
	$('.sitemap li:last-child').css('border-bottom','1px solid #c3c5c7');
	$('.sitemap li li:last-child').css('border-bottom','0px');
})
tb_pathToImage = "../js/thickbox/loadingAnimation.gif";tb_closeImage = "../js/thickbox/tb-close.png";
/* <![CDATA[ */
var thickboxL10n = {"next":"\u6b21\u3078 >","prev":"< \u524d\u3078","image":"\u753b\u50cf","of":"\/","close":"\u9589\u3058\u308b","noiframes":"\u3053\u306e\u6a5f\u80fd\u3067\u306f iframe \u304c\u5fc5\u8981\u3067\u3059\u3002\u73fe\u5728 iframe \u3092\u7121\u52b9\u5316\u3057\u3066\u3044\u308b\u304b\u3001\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u30d6\u30e9\u30a6\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u3002","loadingAnimation":"..\/js\/thickbox\/loadingAnimation.gif","closeImage":"..\/js\/thickbox\/tb-close.png"};
/* ]]> */
$(function() {
    var zIndexNumber = 100;
    $('div').each(function() {
        $(this).css('zIndex', zIndexNumber);
        zIndexNumber -= 10;
    });
    $('#contentsBox').css('zIndex','2000');
    $('#gallery .contentsList div').css('zIndex','300');
});

