// TOP読み込み
$(document).ready(function(){
    $('#news_contents').load('news.html');
});
