- How to extract this ZIP file -

The downloaded package was compressed by ZIP (extension: .zip) format.
At first, extract the ZIP file before using, AS FOLLOWING STEPS.
Otherwise software may not work correctly.

* If you opened contents (including this file) of the ZIP file by double-clicking, 
  they are previewed temporary, so the ZIP file is not extracted permanently.


- For Microsoft(R) Windows(R)

  At first, right-click the ZIP file and choose "Properties" from the menu, and 
  enable "Unblock" checkbox at the right-bottom (in the line of "Security") of the properties-window.

    # !!! IMPORTANT !!!
    # If you skip the above step, security warning messages may pop up 
    # when you extract the ZIP file or when you execute the software,
    # and the extraction/execution may fail.

  Then right-click the ZIP file, and extract it by selecting the right-clicking menu.

  If the extraction finished successfully, the folder with the same name with the ZIP file 
  will be generated, and all contents contained in the ZIP file will be located in the folder.
  Thereafter use files in the folder, so use them.


- For Linux(R), etc.

  Right-click the downloaded ZIP file and extract it by selecting the right-clicking menu, 
  or extract on the command-line terminal as follows:

      cd <the_folder_in_which_the_ZIP_file_is>
      unzip -O cp932 <ZIP_file_name>

----------------------------------------------------------------------------------------------------
* Microsoft Windows is either a registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
* Linux is a trademark of linus torvalds in the United States and/or other countries.
* Other names may be either a registered trademarks or trademarks of their respective owners.
