$(function () {
	$(".set1").click(function() {
		$(".gallery1").show('fast');		
	});
});

$(function() {
	$('.photo_gallery a').lightBox();
	
	$('#shon_g a').lightBox();
	
	$('.satoru_gallery a').lightBox();
	
	$('.daiwa_gallery a').lightBox();
	
	$('.daiwa_gallery2 a').lightBox();
	
	$('.keita_gallery a').lightBox();
	
	$('.illust_gallery a').lightBox();
	
	$('.illust_gallery2 a').lightBox();
	
	
	$('.coverart_gallery a').lightBox();
	
	$('.coverart_gallery2 a').lightBox();
	
	$('.coverart_gallery3 a').lightBox();
	
	$('.coverart_gallery4 a').lightBox();
	
	$('.coverart_gallery5 a').lightBox();
});

$(function() {
	$('.itemarea1 a').lightBox();
	
	$('.itemarea2 a').lightBox();
	
	$('.itemarea3 a').lightBox();
	
	$('.itemarea4 a').lightBox();
	
	$('.itemarea6 a').lightBox();
	
	$('.itemarea7 a').lightBox();
});

$(function () {
	$(".glist1").click(function() {
		$(".illust_gallery").hide("slow");		
	});
});

function pop1(){
	window.open('../popup/pop1.html', '_blank', 'width=560,height=350,scrollbars = no,resizable = no,location = no,menubar = no,toolbar = no,titlebar = no,status = no,directories = no');
	}
	
function popcontact(){
	window.open('../contact/', '_blank', 'width=502,height=502,scrollbars = no,resizable = no,location = no,menubar = no,toolbar = no,titlebar = no,status = no,directories = no');
	}

