$(window).load(function() {
	if($('#font01 a').css('backgroundPositionY') == '-19px'){
		$('head link').eq(4).attr('href', '../css/font_s.css');
	} else if($('#font02 a').css('backgroundPositionY') == '-19px'){
		$('head link').eq(4).attr('href', '../css/font_m.css');
	} else if($('#font03 a').css('backgroundPositionY') == '-19px'){
		$('head link').eq(4).attr('href', '../css/font_l.css');
	}

	var menuHeight = $('#menu-frame').css('height');
	menuHeight = menuHeight.replace('px', '');
	menuHeight = menuHeight-36;
	menuHeight = menuHeight+'px';
	$('#news-body').height(menuHeight);
	if($('#news-frame').css('height')>menuHeight){
		$('#news-body').css('overflow', 'auto');
	}

});

$(document).ready(function(){
	$('#size-button li a').click(function(e){
	if($('#font01 a').css('backgroundPositionY') == '-19px'){
		$('head link').eq(4).attr('href', '../css/font_s.css');
	} else if($('#font02 a').css('backgroundPositionY') == '-19px'){
		$('head link').eq(4).attr('href', '../css/font_m.css');
	} else if($('#font03 a').css('backgroundPositionY') == '-19px'){
		$('head link').eq(4).attr('href', '../css/font_l.css');
	}

	var menuHeight = $('#menu-frame').css('height');
	menuHeight = menuHeight.replace('px', '');
	menuHeight = menuHeight-36;
	menuHeight = menuHeight+'px';
	$('#news-body').height(menuHeight);
	if($('#news-frame').css('height')>menuHeight){
		$('#news-body').css('overflow', 'auto');
	}

	});
});
