/*メイン*/
/*画面ロード時の処理*/
window.onload = function() {
	//-- プルダウン処理
	loadTab();
}
