// JavaScript Document

$(function() {
//athome‚Ěpulldown
	$('.pulldown_lumafirm a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/lumafirm-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/lumafirm-off.png) left bottom no-repeat");
		}
	);
	$('.pulldown_sensitive a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/sensitive-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/sensitive-off.png) left bottom no-repeat");
		}
	);
	$('.pulldown_repair a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/repair-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/repair-off.png) left bottom no-repeat");
		}
	);
	$('.pulldown_caviar a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/caviar-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/caviar-off.png) left bottom no-repeat");
		}
	);
	$('.pulldown_repair a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/repair-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/repair-off.png) left bottom no-repeat");
		}
	);
	$('.pulldown_specialcare a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/care-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/care-off.png) left bottom no-repeat");
		}
	);
	$('.pulldown_tropical a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/tropical-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/tropical-off.png) left bottom no-repeat");
		}
	);
	$('.pulldown_men a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/men-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/men-off.png) left bottom no-repeat");
		}
	);
	$('.pulldown_sun a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/sun-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/sun-off.png) left bottom no-repeat");
		}
	);	
	$('.pulldown_coffret a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/coffret-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/coffret-off.png) left bottom no-repeat");
		}
	);
	$('.pulldown_nymphea a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/nymphea-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/nymphea-off.png) left bottom no-repeat");
		}
	);
	$('.pulldown_nympheal a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/nympheal-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/nympheal-off.png) left bottom no-repeat");
		}
	);	
	$('.pulldown_cleansing a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/cleansing-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/cleansing-off.png) left bottom no-repeat");
		}
	);	
	$('.pulldown_mask a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/mask-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/mask-off.png) left bottom no-repeat");
		}
	);		
	
	$('.pulldown_massage a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/massage-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/massage-off.png) left bottom no-repeat");
		}
	);	
	$('.pulldown_massageoil a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/massageoil-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/massageoil-off.png) left bottom no-repeat");
		}
	);	
	$('.pulldown_labandou a').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/lavandou-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/lavandou-off.png) left bottom no-repeat");
		}
	);
	$('.pulldown_body a ').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/body-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/body-off.png) left bottom no-repeat");
		}
	);	
	$('.pulldown_sabai a ').hover(
		function(){
			$(this).css("background","url(/img/common/pulldown/sabai-on.png) left bottom no-repeat");
		},
		function(){
			$(this).css("background","url(/img/common/pulldown/sabai-off.png) left bottom no-repeat");
		}
	);

}); 

