@charset "utf-8";
.font1 {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 18px;
	color: #333;
}
.font2 {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}
.font23{
	font-family: "微軟正黑體";
	font-size: 30px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}
.font21{
	font-family: "新細明體";
	font-size: 15px;
	line-height: 25PX;
	font-weight: normal;
	color: #333;
}
.font22{
	font-size:15px;
	font-weight:bold;
	font-family:'新細明體';
	line-height:25px;
	color:#333;
	text-shadow:1px 1px 2px #FFF;
}
.font3 {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 18px;
	color: #333;
}
.font4 {
	font-family: "新細明體";
	font-size: 30px;
	color: #000;
	font-weight: bold;
}
.font5 {
	font-family: "新細明體";
	font-size: 15px;
	line-height: 26px;
	color: #5A5A5A;
}
.font6 {
	line-height: 25px;
	font-weight: normal;
	background-color: #F63;
	padding: 2px;
	color: #FFF;
}
.font7 {
	font-family: "新細明體";
	font-size: 15px;
	line-height: 25px;
	color: #F63;
	font-weight: normal;
}
.font8 {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
.font9 {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 20px;
	color: #06F;
	padding: 5px;
}
.font10 {
	font-family: "新細明體";
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #F00;
}



.star {
	font-family: "新細明體";
	font-size: 10px;
	color: #F00;
}
a:link {
	color: #046FC1;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #046FC1;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #FF4864;
}
.Tlink a:link {
	color: #FFF;
	text-decoration: none;
}
.Tlink a:visited {
	text-decoration: none;
	color: #FFF;
}
.Tlink a:hover {
	text-decoration: underline;
	color: #FFF;
}
.Tlink a:active {
	text-decoration: underline;
	color: #FFF;
}
.llink a:link {
	color: #333;
	text-decoration: none;
}
.llink a:visited {
	text-decoration: none;
	color: #333;
}
.llink a:hover {
	text-decoration: underline;
	color: #046FC1;
}
.llink a:active {
	text-decoration: underline;
	color: #046FC1;
}
.trlink a:link {
	color: #333;
	text-decoration: none;
	font-family: "新細明體";
	font-size: 13px;
}
.trlink a:visited {
	text-decoration: none;
	color: #333;
	font-family: "新細明體";
	font-size: 13px;
}
.trlink a:hover {
	text-decoration: none;
	font-family: "新細明體";
	font-size: 13px;
	color: #FF4864;
}
.trlink a:active {
	text-decoration: none;
	font-family: "新細明體";
	font-size: 13px;
	color: #ff4864;
}
  #trmenu {
	background-color:#FC0;
	font-family: "新細明體";
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	line-height: 17px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
  }
  #trmenu:hover {
	background-color:#ff4864;
	font-family: "新細明體";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 17px;
}
.other_page td{
	background-color: #F0F0F0;
	color: #666666;
	padding: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #999;
	font-weight: bold;
	cursor: pointer;
	font-size: 25px;
	font-family: "微軟正黑體";
}
.other_page td:hover{
	background-color:#FF4864;
	color: #fff;
}