$(function(){
	/* CSS Support */
	if(ie7u){
		$('.subsection .entries').each(function(){
			$(this).find('li').not(':last').append(' ｜ ');
		});
		$('#header ul.nav li:first').css('border-left','none');
	}
	/* Setting */
	$('#header p.description, table.data, #footer').IEFont11px();
	$('#navigation a img, #sub a img, .aside .banner a img').rollOverImage('','-o');
	$('.home .section').eq(1).uniformHeight('.subsection', 2);
});

