/*一般連結效果*/

a:link {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
a:visited {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #FFF;
}
a:active {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #CCC;
}
a:hover {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #FFF;
}
.pd_link a {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 10pt;
	line-height: 120%;
	font-weight: bold;
	color: #999;
}
.pd_link a:visited {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 10pt;
	line-height: 120%;
	font-weight: bold;
	color: #999;
}
.pd_link a:active {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 10pt;
	line-height: 120%;
	font-weight: bold;
	color: #999;
}
.pd_link a:hover {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 10pt;
	line-height: 120%;
	font-weight: bold;
	color: #FFF;
}
body, table, td, p {
	font-size: 12px;
	color: #666;
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	letter-spacing: 0px;
	line-height: 145%;
	font-weight: normal;
}
/*標題文字*/
.sub {
	font-size: 12px;
	font-weight: bold;
	color: #B90F9B;
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	letter-spacing: 0px;
	line-height: 135%;
}
/*標題文字*/
.content-red {
	font-size: 13px;
	color: #D73F13;
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	letter-spacing: 0px;
	line-height: 150%;
	font-weight: normal;
}
/*news文字*/
.content {
	font-size: 13px;
	color: #000;
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	letter-spacing: 0px;
	line-height: 180%;
	font-weight: normal;
	text-align: justify;
}
/*小標文字*/
.unlink {
	font-size: 15px;
	font-weight: bold;
	color: #892e54;
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	letter-spacing: 0px;
	line-height: 100%;
}
.TTL-Blue {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 18px;
	color: #039;
	line-height: 100%;
	font-weight: bold;
	text-decoration: blink;
}
.view-ttl {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 12pt;
	line-height: 120%;
	font-weight: bold;
	color: #660;
}
.blue_link a {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	color: #00F;
	text-decoration: underline;
}
.blue_link a:visited {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	color: #00F;
	text-decoration: underline;
}
.blue_link a:active {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 13pt;
	line-height: 120%;
	font-weight: normal;
	color: #00F;
	text-decoration: underline;
}
.blue_link a:hover {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	color: #930;
	text-decoration: underline;
}
.blink_me {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	color: red;
}
#blink {
	text-align: center;
	background: #0C3;
	color: #FF0;
	margin: 0;
	padding: 20px;
}
#blink span {
	font-size: 10pt;
	font-weight: bold;
	display: block;
}
.pd_Sub_black {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, Fixedsys, "微軟正黑體";
	font-size: 9pt;
	line-height: 135%;
	font-weight: bold;
	color: #000;
}
.pd_Sub_Grey {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, Fixedsys, "微軟正黑體";
	font-size: 9pt;
	line-height: 135%;
	font-weight: bold;
	color: #999;
}
.pd_Sub_white {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, Fixedsys, "微軟正黑體";
	font-size: 9pt;
	line-height: 135%;
	font-weight: bold;
	color: #FFFFFF;
}
.pd_TTL_black {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, Fixedsys, "微軟正黑體";
	font-size: 11pt;
	line-height: 150%;
	font-weight: bold;
	color: #000;
}
.pd_TTL_white {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, Fixedsys, "微軟正黑體";
	font-size: 11pt;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
.pd_TTL_Grey {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, Fixedsys, "微軟正黑體";
	font-size: 11pt;
	line-height: 150%;
	font-weight: bold;
	color: #999;
}
.pd_copy_black {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, Fixedsys, "微軟正黑體";
	font-size: 9pt;
	line-height: 135%;
	font-weight: normal;
	color: #000;
}
.pd_copy_White {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, Fixedsys, "微軟正黑體";
	font-size: 9pt;
	line-height: 135%;
	font-weight: normal;
	color: #FFFFFF;
}
.pd_copy_Grey {
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, Fixedsys, "微軟正黑體";
	font-size: 9pt;
	line-height: 135%;
	font-weight: normal;
	color: #999;
	text-align: justify;
	margin-bottom: 0.7em;
}
.content {
	color: #000;
	font-family: "Arial Unicode MS", Tahoma, Geneva, sans-serif, Fixedsys, "微軟正黑體";
	font-size: 10pt;
	line-height: 185%;
	font-weight: normal;
}
/* for search */
#fm {
	width: 130px;
	margin: 0 auto;
	height: 37px;
	background: url('images/menu-line2.png');
}
.search {
	padding: 6px 15px 6px 30px;
	margin: 1px;
	background: url('images/search.png') no-repeat 8px 6px;
}
.rounded {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
input[type=text] {
	color: #000000;
}
input[type=button], input[type=button]:hover {
	position: relative;
	left: -6px;
	border: 1px solid #adc5cf;
	background: #e4f1f9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f1f9), color-stop(100%, #d5e7f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* IE10+ */
	background: linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3', GradientType=0 ); /* IE6-9 */
	color: #7da2aa;
	cursor: pointer;
}
.light { /*width: 70%;*/
	/*height: 10px;*/
	/*padding: 40px 25px;*/
	background: url('images/menu-line2.png');
	float: right;
}
.light input[type=text] {
	/*border: 1px solid #acb1b7;*/
	background-color: #fcfcfc;
	font-size: 11px;
	margin: 10px 22px 0 0;
	opacity: 0.6;
	outline: none;
	padding: 3px 5px 3px 20px;
	width: 100px;
	/* CSS3 */
	border-radius: 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	float: right;
}
.footer {
	float: left;
	text-align: left;
}
.cp {
	float: right;
	text-align: right;
}
