@charset "utf-8";
/* CSS Document */
body {
	font-family: "微軟正黑體", Arial;
	font-size: 10pt;
	line-height: 14pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	TEXT-ALIGN: center;
	height: 100%;
}
.np1 {
	font-size: 10pt;
	color: #626262;
}
.np2 {
	font-size: 10pt;
	color: #000000;
	line-height: 20px;
}
.np3 {
	font-size: 10pt;
	color: #7a0b0b;
	font-weight: bold;
}
.np4 {
	font-size: 10pt;
	color: #163f71;
}
.np5 {
	font-size: 10pt;
	color: #8b2a16;
	font-weight: bold;
}
.np6 {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.np7 {
	font-size: 10pt;
	color: #455d26;
}
.np8 {
	font-size: 10pt;
	color: #455d26;
	font-weight: bold;
}
/* ------- Product --- */
.style1 {
	color: #FF0000;
}
.style2 {
	color: #000000;
	font-size: 10pt;
}
.style3 {
	border-width: 0px;
}
.style4 {
	font-size: 10pt;
}
.style5 {
	text-align: left;
}
.style6 {
	color: #008000;
	font-size: 10pt;
}
.style9 {
	font-size: small;
	background-color: #EDEEF1;
}
.style10 {
	color: #000000;
}
.style11 {
	border-width: 0px;
}
.style12 {
	font-size: 10pt;
	color: #000000;
}
.style13 {
	font-size: small;
	color: #FF0000;
}
/* ------- MENU ------ */
.menu {
	margin: 0px auto;/*div對齊效果*/
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #333;
}
.menu a:link {
	text-decoration: none;
	color: #333;
}
.menu a:hover {
	color: #939;
}
.menu div {
	width: 110px; /*DIV區塊寬度*/
	display: inline-block; /*讓div並排*/
	line-height: 71px; /*DIV區塊高度*/
	margin-right: 10px; /*靠右外距*/
	float: left;
}
/* ------- NEWS ------ */  
.news {
	padding-left: 0px;
}
.newsItem {
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 10px;
}
.newsItem a:link {
	text-decoration: none;
	color: #333;
}
.newsItem a:hover {
	color: #939;
}
.newsItemDate {
	font-size: 8pt;
	color: #51a1af;
}
.newsTitle {
	font-size: 12pt;
	color: #7e5b39;
	padding-left: 30px;
}
