/* flatheight */
/*ブロック要素の高さを揃える*/
$(function(){
    $('.side_menu, .main_contents').flatHeights();
});
/* /end flatheight */
