
	swfobject.embedSWF(
	"common/swf/top.swf","flashArea","540","220","8.0.0","expressInstall.swf",{},{wmode:"transparent"},{devicefont:"false"}
	);


	//イチオシアイテム jFade//
	$(document).ready(function(){

		$("#MAIN_COL #pickup .itemBox").jFade({
			trigger: "mouseover",
			property: 'background',
			start: 'F6F6EC',
			end: 'ECE6D5',
			steps: 20,
			duration: 15
		}).jFade({
			trigger: "mouseout",
			property: 'background',
			start: 'ECE6D5;',
			end: 'F6F6EC',
			steps: 20,
			duration: 15
		});
	});

$(function(){
	$("#MAIN_COL #pickup .item:nth-child(3n)").addClass('itemR');
});
