// トップメインスイメージ画像
$(window).load(function() {
	$("#topMainList").fadeIn("slow");
});

  
$(document).ready(function(){
  $('#topMainList').galleryView({
	panel_width: 665,
	panel_height: 236,
	frame_width: 150,
	frame_height: 36,
	transition_speed: 700,
	background_color: 'white',
	border: 'none',
	show_captions: true,
	nav_theme: 'custom'
	});
});

// トップピックアップアイテム
jQuery(document).ready(function() {
	jQuery('#topPickupItemCarousel').jcarousel({
		start: 1,
		scroll: 1
	});
});

// トップピックアップ
jQuery(document).ready(function() {
	jQuery('#topPickupContents').jcarousel({
		start: 1,
		scroll: 1
	});
});

// トップ右ナビスクロール
$(function()
{
	$('#pane1').jScrollPane({showArrows:true, scrollbarWidth: 13});
});

