
/* index
===========================================================*/
$(function(){
	$(".bt1Inner").mouseover(
		function(){
			$(this).queue([]).fadeTo(300,0); 
		}
	);
	$(".bt1Inner").mouseout(
		function(){
			$(this).queue([]).fadeTo(300,1.0); 
		}
	);
	
	$(".bt2Inner").mouseover(
		function(){
			$(this).queue([]).fadeTo(300,0); 
		}
	);
	$(".bt2Inner").mouseout(
		function(){
			$(this).queue([]).fadeTo(300,1.0); 
		}
	);
	
	$(".bt3Inner").mouseover(
		function(){
			$(this).queue([]).fadeTo(300,0); 
		}
	);
	$(".bt3Inner").mouseout(
		function(){
			$(this).queue([]).fadeTo(300,1.0); 
		}
	);
	
	$(".bt4Inner").mouseover(
		function(){
			$(this).queue([]).fadeTo(300,0); 
		}
	);
	$(".bt4Inner").mouseout(
		function(){
			$(this).queue([]).fadeTo(300,1.0); 
		}
	);
	
	$(".bt5Inner").mouseover(
		function(){
			$(this).queue([]).fadeTo(300,0); 
		}
	);
	$(".bt5Inner").mouseout(
		function(){
			$(this).queue([]).fadeTo(300,1.0); 
		}
	);
	
	$(".bt6Inner").mouseover(
		function(){
			$(this).queue([]).fadeTo(300,0); 
		}
	);
	$(".bt6Inner").mouseout(
		function(){
			$(this).queue([]).fadeTo(300,1.0); 
		}
	);
	
	$(".bt7Inner").mouseover(
		function(){
			$(this).queue([]).fadeTo(300,0); 
		}
	);
	$(".bt7Inner").mouseout(
		function(){
			$(this).queue([]).fadeTo(300,1.0); 
		}
	);
	
	$(".bt8Inner").mouseover(
		function(){
			$(this).queue([]).fadeTo(300,0); 
		}
	);
	$(".bt8Inner").mouseout(
		function(){
			$(this).queue([]).fadeTo(300,1.0); 
		}
	);
	
	$(".bt9Inner").mouseover(
		function(){
			$(this).queue([]).fadeTo(300,0); 
		}
	);
	$(".bt9Inner").mouseout(
		function(){
			$(this).queue([]).fadeTo(300,1.0); 
		}
	);
	
	$(".bt10Inner").mouseover(
		function(){
			$(this).queue([]).fadeTo(300,0); 
		}
	);
	$(".bt10Inner").mouseout(
		function(){
			$(this).queue([]).fadeTo(300,1.0); 
		}
	);
});

