//----------------------------------------------------------------------
 // ゲームのリスタート
 //----------------------------------------------------------------------
 // @Param	none
 // @Return	none
 // @Date	2014/12/9  @Update 2014/12/9  @Author T.Kawashita
 //----------------------------------------------------------------------
 public static void RestartGame()
 {
     CSoccerBallManager.Restart();
     CGameManager.m_soundPlayer.PlaySE("game/kickoff");
 }