			$(document).ready(function() {
					$("img#point").css("top", "40px");
					$("img#point").css("left", "180px");
				$("ul#galpicmini li").click(function(){
					$("div#galpicbig").css("display", "none");
					$("div#galpicbig").fadeIn(500);
				});
				$("a#ci1").click(function(){
					$("div#galpicbig img").attr("src","cl/1.jpg");
					$("img#point").css("top", "360px");
					$("img#point").css("left", "110px");
				});
				$("a#ci2").click(function(){
					$("div#galpicbig img").attr("src","cl/2.jpg");
					$("img#point").css("top", "390px");
					$("img#point").css("left", "190px");
				});
				$("a#ci3").click(function(){
					$("div#galpicbig img").attr("src","cl/3.jpg");
					$("img#point").css("top", "360px");
					$("img#point").css("left", "160px");
				});
				$("a#ci4").click(function(){
					$("div#galpicbig img").attr("src","cl/4.jpg");
					$("img#point").css("top", "210px");
					$("img#point").css("left", "110px");
				});
				$("a#ci5").click(function(){
					$("div#galpicbig img").attr("src","cl/5.jpg");
					$("img#point").css("top", "380px");
					$("img#point").css("left", "160px");
				});
				$("a#ci6").click(function(){
					$("div#galpicbig img").attr("src","cl/6.jpg");
					$("img#point").css("top", "310px");
					$("img#point").css("left", "20px");
				});
				$("a#ci7").click(function(){
					$("div#galpicbig img").attr("src","cl/7.jpg");
					
					$("img#point").css("top", "310px");
					$("img#point").css("left", "20px");
				});
				$("a#ci8").click(function(){
					$("div#galpicbig img").attr("src","cl/8.jpg");
					$("h4#pictit").html("トイレ化粧台");
					$("p#picinfo").html("");
					$("img#point").css("top", "210px");
					$("img#point").css("left", "40px");
				});
				$("a#ci9").click(function(){
					$("div#galpicbig img").attr("src","cl/9.jpg");
					$("h4#pictit").html("フロアスタンディング時の様子");
					$("p#picinfo").html("");
					$("img#point").css("top", "300px");
					$("img#point").css("left", "160px");
				});
				$("a#ci10").click(function(){
					$("div#galpicbig img").attr("src","cl/10.jpg");
					$("h4#pictit").html("入り口");
					$("p#picinfo").html("");
					$("img#point").css("top", "360px");
					$("img#point").css("left", "30px");
				});
				$("a#ci11").click(function(){
					$("div#galpicbig img").attr("src","cl/11.jpg");
					
					$("img#point").css("top", "310px");
					$("img#point").css("left", "20px");
				});
				$("a#ci12").click(function(){
					$("div#galpicbig img").attr("src","cl/12.jpg");
					$("img#point").css("top", "340px");
					$("img#point").css("left", "20px");
				});
				$("a#ci13").click(function(){
					$("div#galpicbig img").attr("src","cl/13.jpg");
					$("img#point").css("top", "370px");
					$("img#point").css("left", "70px");
				});
				$("a#ci14").click(function(){
					$("div#galpicbig img").attr("src","cl/14.jpg");
					$("img#point").css("top", "290px");
					$("img#point").css("left", "60px");
				});
				$("a#ci15").click(function(){
					$("div#galpicbig img").attr("src","cl/15.jpg");
					$("img#point").css("top", "250px");
					$("img#point").css("left", "50px");
				});
				$("a#ci16").click(function(){
					$("div#galpicbig img").attr("src","cl/16.jpg");
					$("img#point").css("top", "210px");
					$("img#point").css("left", "150px");
				});
				$("a#ci17").click(function(){
					$("div#galpicbig img").attr("src","cl/17.jpg");
					$("img#point").css("top", "260px");
					$("img#point").css("left", "160px");
				});
				$("a#ci18").click(function(){
					$("div#galpicbig img").attr("src","cl/18.jpg");
					$("img#point").css("top", "380px");
					$("img#point").css("left", "160px");
				});
				$("a#ci19").click(function(){
					$("div#galpicbig img").attr("src","cl/19.jpg");
					$("img#point").css("top", "220px");
					$("img#point").css("left", "210px");
				});
				$("a#ci20").click(function(){
					$("div#galpicbig img").attr("src","cl/20.jpg");
					$("img#point").css("top", "200px");
					$("img#point").css("left", "160px");
				});
				$("a#ci21").click(function(){
					$("div#galpicbig img").attr("src","cl/21.jpg");
					$("img#point").css("top", "210px");
					$("img#point").css("left", "140px");
				});
				$("a#ci22").click(function(){
					$("div#galpicbig img").attr("src","cl/22.jpg");
					$("img#point").css("top", "280px");
					$("img#point").css("left", "160px");
				});
				$("a#ci23").click(function(){
					$("div#galpicbig img").attr("src","cl/23.jpg");
					$("img#point").css("top", "300px");
					$("img#point").css("left", "220px");
				});
				$("a#ci24").click(function(){
					$("div#galpicbig img").attr("src","cl/24.jpg");
					$("img#point").css("top", "280px");
					$("img#point").css("left", "140px");
				});
				$("a#ci25").click(function(){
					$("div#galpicbig img").attr("src","cl/25.jpg");
					$("img#point").css("top", "270px");
					$("img#point").css("left", "160px");
				});
				
				$("a#ci1").hover(function(){
					$("a#ci1 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci1 img").animate({opacity: 1}, 250);
				})
				$("a#ci2").hover(function(){
					$("a#ci2 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci2 img").animate({opacity: 1}, 250);
				})
				$("a#ci3").hover(function(){
					$("a#ci3 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci3 img").animate({opacity: 1}, 250);
				})
				$("a#ci4").hover(function(){
					$("a#ci4 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci4 img").animate({opacity: 1}, 250);
				})
				$("a#ci5").hover(function(){
					$("a#ci5 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci5 img").animate({opacity: 1}, 250);
				})
				$("a#ci6").hover(function(){
					$("a#ci6 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci6 img").animate({opacity: 1}, 250);
				})
				$("a#ci7").hover(function(){
					$("a#ci7 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci7 img").animate({opacity: 1}, 250);
				})
				$("a#ci8").hover(function(){
					$("a#ci8 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci8 img").animate({opacity: 1}, 250);
				})
				$("a#ci9").hover(function(){
					$("a#ci9 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci9 img").animate({opacity: 1}, 250);
				})
				$("a#ci10").hover(function(){
					$("a#ci10 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci10 img").animate({opacity: 1}, 250);
				})
				$("a#ci11").hover(function(){
					$("a#ci11 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci11 img").animate({opacity: 1}, 250);
				})
				$("a#ci12").hover(function(){
					$("a#ci12 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci12 img").animate({opacity: 1}, 250);
				})
				$("a#ci13").hover(function(){
					$("a#ci13 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci13 img").animate({opacity: 1}, 250);
				})
				$("a#ci14").hover(function(){
					$("a#ci14 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci14 img").animate({opacity: 1}, 250);
				})
				$("a#ci15").hover(function(){
					$("a#ci15 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci15 img").animate({opacity: 1}, 250);
				})
				$("a#ci16").hover(function(){
					$("a#ci16 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci16 img").animate({opacity: 1}, 250);
				})
				$("a#ci17").hover(function(){
					$("a#ci17 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci17 img").animate({opacity: 1}, 250);
				})
				$("a#ci18").hover(function(){
					$("a#ci18 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci18 img").animate({opacity: 1}, 250);
				})
				$("a#ci19").hover(function(){
					$("a#ci19 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci19 img").animate({opacity: 1}, 250);
				})
				$("a#ci20").hover(function(){
					$("a#ci20 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci20 img").animate({opacity: 1}, 250);
				})
				$("a#ci21").hover(function(){
					$("a#ci21 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci21 img").animate({opacity: 1}, 250);
				})
				$("a#ci22").hover(function(){
					$("a#ci22 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci22 img").animate({opacity: 1}, 250);
				})
				$("a#ci23").hover(function(){
					$("a#ci23 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci23 img").animate({opacity: 1}, 250);
				})
				$("a#ci24").hover(function(){
					$("a#ci24 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci24 img").animate({opacity: 1}, 250);
				})
				$("a#ci25").hover(function(){
					$("a#ci25 img").animate({opacity: 0}, 250);
				},function(){
					$("a#ci25 img").animate({opacity: 1}, 250);
				})
			});
