//アコーディオン
	$().ready(function() {
			$('.kwicks').kwicks({
			max : 700,
			duration: 1100
		});
	});

//innerfade
	$(document).ready(
		function(){
			$('#twitter_update_list').innerfade({
				animationtype: 'slide',
				speed: 1050,
				timeout: 5000,
				type: 'random',
				containerheight: '1em'
			});

			$('#infoticker').innerfade({
				animationtype: 'slide',
				speed: 1050,
				timeout: 5000,
				type: 'random',
				containerheight: '1em'
			});

					$('ul#portfolio').innerfade({
						speed: 2000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '180px'
					});
		}
	);
