$(function(){
	////$('.header_common').load('header.html');
	//$('.footer_common').load('footer.html');
	/*wscroll();
	function wscroll(){
		if($(window).scrollTop()>45){
			$('.header_bottom').addClass('header_scroll');
		}else{
			$('.header_bottom').removeClass('header_scroll');
		}
	};
	$(window).scroll(function(){
		wscroll();
	});*/
});