// 画像変更用前処理
if (IBTN == true){
	LoadImgBtn("top", "../img/btn_top_", "on", "of", ".gif" );
	LoadImgBtn("oa", "../img/btn_oa_", "on", "of", ".gif" );
	LoadImgBtn("about", "../img/btn_about_", "on", "of", ".gif" );
	LoadImgBtn("mi", "../img/btn_mi_", "on", "of", ".gif" );
	LoadImgBtn("entry", "../img/btn_entry_", "on", "of", ".gif" );
	LoadImgBtn("notice", "../img/btn_notice_", "on", "of", ".gif" );
	LoadImgBtn("course", "../img/btn_course_", "on", "of", ".gif" );
	LoadImgBtn("hi", "../img/btn_hi_", "on", "of", ".gif" );
	LoadImgBtn("result", "../img/btn_result_", "on", "of", ".gif" );
	LoadImgBtn("record", "../img/btn_record_", "on", "of", ".gif" );

	LoadImgBtn("sou", "../img/btn_sou_", "on", "of", ".gif" );
	LoadImgBtn("one", "../img/btn_one_", "on", "of", ".gif" );
	LoadImgBtn("two", "../img/btn_two_", "on", "of", ".gif" );
	LoadImgBtn("three", "../img/btn_three_", "on", "of", ".gif" );
	LoadImgBtn("four", "../img/btn_four_", "on", "of", ".gif" );
	LoadImgBtn("five", "../img/btn_five_", "on", "of", ".gif" );
	LoadImgBtn("six", "../img/btn_six_", "on", "of", ".gif" );

	LoadImgBtn("next", "../img/btn_next_", "on", "of", ".gif" );
	LoadImgBtn("back", "../img/btn_back_", "on", "of", ".gif" );
}

