// JavaScript Document

// lightbox start
$(function() {
	$('#gallery a').lightBox();
});
// lightbox end


$(function() {
	$('#Map1 area').lightBox();
});
$(function() {
	$('#Map2 area').lightBox();
});


// lightbox start
$(function() {
	$('.list3_wrap a').lightBox();
});
// lightbox end





// print
function PrintPage(){
	if(document.getElementById || document.layers){
		window.print();		//܂
	}
}

