@charset "utf-8";

.text {
	font-family: "新細明體";
	font-size: 12pt;
	font-weight: bold;
	color: #6699cc;
	letter-spacing: 3pt;
	margin-bottom: 0px;
	vertical-align:text-bottom/*文字靠下對齊*/
}
.content {
	font-size: 10pt;
	color: #666666;
	letter-spacing: 2pt;
	text-indent: 2em;
	line-height: 13pt;
	padding-top: 10px;
}

/*超連結變換顏色  樣式2，用在上方選單*/
.linkstyle-2 {
	font-size: 12pt;
	color: #000000;
	text-align: center;
	line-height: 20pt;
	letter-spacing: 3pt;
}
.linkstyle-2 a{
	font-size: 12pt;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	
}
.linkstyle-2 a:hover{/*滑鼠移過樣式*/
	font-size: 12pt;
	color: #333366;
	text-align: center;
	text-decoration: none;
	position:relative;top:2px;left:5px;/*位移*/
	font-weight: bold;
	}
	
/*超連結變換顏色  樣式3，成員介紹姓名部份*/ 
.linkstyle-3 {
	font-size: 10pt;
	color: #666666;
	text-align: center;
	line-height: 20pt;
	font-weight: normal;
}
.linkstyle-3 a{
	font-size: 10pt;
	color: #666666;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}
.linkstyle-3 a:hover{
	font-size: 10pt;
	color: #6699cc;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	}

/*超連結變換顏色 back*/ 
.back {
	font-size: 10pt;
	color: #666666;
	text-align: center;
	line-height: 20pt;
	font-weight: bold;
}
.back a{
	font-size: 10pt;
	color: #666666;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.back a:hover{
	font-size: 10pt;
	color: #999999;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}


.content {
	font-size: 10pt;
	color: #666666;
	letter-spacing: 2pt;
	text-indent: 2em;
	line-height: 13pt;
	padding-top: 10px;
}
.text {
	font-family: "新細明體";
	font-size: 12pt;
	font-weight: bold;
	color: #6699cc;
	letter-spacing: 3pt;
	margin-bottom: 0px;
	vertical-align:text-bottom/*文字靠下對齊*/
}
.textone {
	font-size: 10pt;
	color: #666666;
	letter-spacing: 2pt;
	line-height: 13pt;
	text-align: center;
	padding-top: 5pt;
	padding-bottom: 5pt;
	font-weight: normal;
}
.texttwo {
	font-size: 10pt;
	color: #666666;
	letter-spacing: 2pt;
	line-height: 13pt;
	text-align: left;
	padding-top: 5pt;
	padding-bottom: 5pt;
	padding-left: 5px;
}

.tbtitle {
	font-family: "新細明體";
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.tbtitle2 {
	font-family: "新細明體";
	font-size: 16px;
	color: #333333;
	text-align: center;
	letter-spacing: 10pt;
	line-height: 25px;
	background-color: #99ccff;
}
