/* --------------------------------
	ビジュアルクロスフェード
-------------------------------- */
$(function() {
	$('#cover').innerfade({
		speed: 1800,
		timeout: 7000,
		type: 'sequence',
		containerheight: '298px'
	});
})

