/**
 * ページ初期化
 */
function page_init() {
    // ログイン情報の取得
    controlLoginInfo();
    
    // カラムのタブ
    $('#tabs_column').tabs();

}


