/* ---

R-co.ltd
jquery1.4 common file.

--------------------------------------- */

/* ---

--------------------------------------- */

$(document).ready(function(){

	$(function() {
		$('.hotel .primary a').lightBox();
	});

	$(function() {
		$('.food .primary a').lightBox();
	});

	$(function() {
		$('.salon .primary a').lightBox();
	});

	$(function() {
		$('.company .primary a').lightBox();
	});

	$(function() {
		$('.clinic .primary a').lightBox();
	});

	$(function() {
		$('.hotel .secondary a').lightBox();
	});

	$(function() {
		$('.food .secondary a').lightBox();
	});

	$(function() {
		$('.salon .secondary a').lightBox();
	});

	$(function() {
		$('.company .secondary a').lightBox();
	});

	$(function() {
		$('.clinic .secondary a').lightBox();
	});

/*
	$("#TemplateMenu ul li a").click(function() {

		$($("#TemplateMenu a.select").attr("href")).hide();
		$("#TemplateMenu a.select").removeClass("select");
		$(this).addClass("select");
		$($(this).attr("href")).fadeIn("slow");

		return false;

	});
*/
});
