@charset "utf-8";
.text-S {
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	line-height: 160%;
}
.ptext-S {
	font-family: "新細明體";
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	line-height: 130%;
}
.title-S {
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 12pt;
	font-weight: normal;
	color: #FF3300;
	line-height: 150%;
}
.subtitle-S {
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
}
.fs-normal {
	font-family: "新細明體";
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 11pt;
}
.fs-over {
	font-family: "新細明體";
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	line-height: 11pt;
	background-color: #FF9966;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #AAAAAA;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}