@charset "utf-8";
/* CSS Document */

body {
	background-color: #fdc477;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F5F5F6;
}
a:hover {
	text-decoration: none;
	color: #FFFF66;
}
a:active {
	text-decoration: none;
}
a.normal:link {
	color: #000000;
	text-decoration: none;
}
a.normal:visited {
	text-decoration: none;
	color: #333333;
}
a.normal:hover {
	text-decoration: none;
	color: #92000;
}

a.product:link {
	color: #E2B551;
	text-decoration: none;
}
a.product:visited {
	text-decoration: none;
	color: #E2D9BD;
}
a.product:hover {
	text-decoration: none;
	color: #F0EF7E;
}

.content {
	color: #000000;
}
.content_white {
	color: #FFFFFF;
}
.content_grey {
	color: #999999;
}
.content_red {
	color: #920000;
}
.content_yellow {
	color: #FFCC07;
}
.long_content_cn {
	color: #000000;
	letter-spacing: 0.2em;
	font-size: 13px;
	line-height: 1.3em;
}
.long_content_en {
	color: #000000;
	letter-spacing: 0em;
	font-size: 12px;
	line-height: 1.3em;
}
.news {
	color: #920000;
	font-size: 10px;	
}
.news_title {
	color: #320000;
	font-size: 12px;
	font-weight: bold;	
}
.content_title_cn {
	font-size: 18px;
	color: #920000;
	font-weight: bold;
	letter-spacing: 0.8em;
}
.content_title {
	font-size: 18px;
	color: #920000;
	font-weight: bold;
}
.title {
	color: #000000;
	font-weight: bold;
}
.title_product {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
}
.title_white {
	color: #FFFFFF;
	font-weight: bold;
}
.title_red {
	color: #920000;
	font-weight: bold;
	font-size: 12px;
}
.title_big_orange {
	color: #FF4C01;
	font-weight: bold;
	font-size: 16px;
}
.title_orange {
	color: #FF4C01;
	font-weight: bold;
	font-size: 16px;
}
.title_middle_orange {
	color: #FF4C01;
	font-weight: bold;
	font-size: 12px;
}
.copy_right {
	color: #FFFFFF;
	font-size: 11px;
}
.table {
	border:1px solid #CC9966;
}

