@charset "utf-8";
/* Over Write Font Style */
/*　英語　*/
body.en {
	font-family: Helvetica, Arial,Sans-Serif;
}
ul#globalmenu li a {
	font-family: Georgia,"Times New Roman",Serif;
}
#main h3 {
	font-family: Georgia,"Times New Roman",Times,Serif;
}
#sidebar h4 {
	font-family: Georgia,"Times New Roman",Times,Serif;
}

/*　簡体　*/
/*
body.zh-cn {
	font-family: STHeiti Regular, Hei, "黒体", SimHei, "Helvetica", "Arial","Sans Serif";
}

*/
body.zh-cn {
	font-family: NSimSun, Tahoma, Hei, Kai, Sans-Serif;
}
body.zh-cn ul#globalmenu li a {
	font-family: Tahoma,"Arial Unicode MS", Georgia,"Times New Roman",Serif;
}
body.zh-cn #main h3 {
	font-family: "宋体", Simsun, NSimSun, "Microsoft YaHei", Georgia, "Times New Roman", Times, Serif;
}
body.zh-cn #sidebar h4 {
	font-family: Georgia,"Times New Roman",Times,Serif;
}

/*　繁体　*/
body.zh-tw {
	font-family: NSimSun, Tahoma, Hei, Kai, Sans-Serif;
}
body.zh-tw #main h3 {
	font-family: SimSun, NSimSun, Tahoma, Arial, Sans-Serif;
}
body.zh-tw #sidebar h4 {
}
/*　韓国　*/
body.ko {
	font-family: Helvetica, Arial,Sans-Serif;
}
