@charset "utf-8";
/* CSS Document */

.en {font-family: Arial, Helvetica, sans-serif;}
.zh {font-family: Arial, Helvetica, sans-serif;}
/*
body.en.page-index	{background-image:url(../img/bg-index_en.jpg);}
body.zh.page-index	{background-image:url(../img/bg-index_tc.jpg);}
*/

.zh h1, .zh h2, .zh h3, .zh #header #mainmenu
{font-family:"微軟正黑體","Apple LiGothic Medium","蘋果儷中黑", Arial, Helvetica, sans-serif;}

.en #header #mainmenu	{font-size:75%;}
.en h1	{font-size:150%;}
.en h2	{font-size:135%; line-height:1.5;}

.zh.page-online .btn1, .zh.page-online .btn2
{background:url(../img/online-btn_tc.png) no-repeat; width:165px; height:45px;}
.zh.page-online .btn1	{background-position:0 0px;}
.zh.page-online .btn1:hover	{background-position:-200px 0px;}
.zh.page-online .btn2	{background-position:0 -50px;}
.zh.page-online .btn2:hover	{background-position:-200px -50px;}

.en.page-online .btn1, .en.page-online .btn2
{background:url(../img/online-btn_en.png) no-repeat; width:165px; height:45px;}
.en.page-online .btn1	{background-position:0 0px;}
.en.page-online .btn1:hover	{background-position:-200px 0px;}
.en.page-online .btn2	{background-position:0 -50px;}
.en.page-online .btn2:hover	{background-position:-200px -50px;}

.en.page-other .main	{background:url(../img/other_en.png) no-repeat;}
.zh.page-other .main	{background:url(../img/other_tc.png) no-repeat;}




