$(function(){
/* SEITOKU news */
	$("dl#marqueeNews dd ul").liScroll({travelocity: 0.1});
/* news */
	$(".tabs li a").click(function(){
		$('.panel').hide();
		$('.tabs li').removeClass('active');
		$(this).parent().addClass('active');
		var $t = $(this).attr("href");
		$($t).fadeIn();
		return false;
	});
	$('.panel').hide();
	$('#forAll').show();
 /*mainBanner */
	$('ul.banners').hover(function() {
		$(this).find('img').fadeTo('fast',0.85);
		},function(){
			$(this).find('img').fadeTo('fast',1);
	});
});
