
$(function(){
	$('#pop_ohsuga_switch').click(function(){
		$('#pop_ohsuga').css({left:'20px',top:'20px'}).slideDown();
    $('#pop_ohsuga .inner').load($(this).attr('href'));
    location.href('#');
    return false;
	});
	$('#pop_ohsuga .bar .btn_close').click(function(){
		$(this).parent().parent().slideUp();
	});

  $('#news').find('dt:gt(5), dd:gt(5)').hide();

});