jQuery(function(){
window.onload=function(){
//jCarouselLite読み込み
$(".main .jCarouselLite").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev"
});

//slideInformation読み込み
$("div.index_news_box").each(function(){
$(this).slideInformation("dl.news_text",15,"p.news_arrow");
});

//masonry読み込み
$("div#top_blog_list").masonry({
itemSelector: 'div.index_news_box',
columnWidth: 1,
isAnimated: !Modernizr.csstransitions
});
};
});

