body {
  /*font-family:"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;*/
  
  /**
   * First, English strings are displayed with English fonts.
   * Second, Japanese strings are displayed with Japanese fonts.
   * Third, Korean strings are displayed with Korean fonts.
   * Fourth, another all strings are displayed with OS default fonts.
   *
   * in Japanese Font,
   * 1. for MAC
   * 2. Windows 7, Vista
   * 3. Windows XP
   *
   * in Korean Font
   * 1. for MAC
   * 2. Windows 7, Vista
   * 3. Windows XP
   *
   * and,
   * This definition will be added Chinese fonts and Etc.
   *
   * フォントの定義について、
   * 以下の順番でフォントを表示する。
   * 1. 英語
   * 2. 日本語
   * 3. 韓国語
   * 4. その他
   *
   * 日本語、および韓国は以下のOS順番でフォントを表示する
   * 1. for MAC
   * 2. Windows 7, Vista
   * 3. Windows XP
   *
   * 中国語のフォントはOSのバージョンによって異なるフォントがないみたいなので、デフォルトでOK。
   */
  font-family: "lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic','AppleGothic','Malgun Gothic','Dotum Regular',sans-serif;
  
}

button {
  font-family: "lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic','AppleGothic','Malgun Gothic','Dotum Regular',sans-serif;
}
/* for WinIE6*/

* html body {
	font-size: 75%;
	/*font-family: Verdana, "MS P ゴシック", sans-serif;*/
	letter-spacing: 1px;
	vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 75%;
	/*font-family: 'メイリオ', Meiryo, sans-serif;*/
}

.proportional {
	/*font-family: "MS PGothic";*/
}
.fixed_width {
	/*font-family: "MS Gothic";*/
}

