//For Toppage Keyvisual

$(document).ready(
	function(){
		$('ul#slide').innerfade({
			speed: 2000,
			timeout: 6000,
			type: 'random',
			containerheight: '360px'
		});
	}
);

