﻿/* 背景區 */
.background {
	background-attachment: fixed;
	background-image: url(images/pen.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}

/* 文字區 */
.green_word_25pt {
	font-family: "新細明體";
	font-size: 25px;
	line-height: 28px;
	color: #669900;
	font-weight: bold;
}
.green_word_15pt {
	font-family: "新細明體";
	font-size: 15px;
	line-height: 21px;
	color: #669900;
	font-weight: bold;
}
.green_word_13pt {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 21px;
	color: #669900;
}
.ash_word_13pt {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 21px;
	color: #696969;
}
.d_blue_word_15pt {
	font-family: "新細明體";
	font-size: 15px;
	line-height: 21px;
	color: #0075a1;
	font-weight: bold;
}
.d_blue_word_13pt {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 21px;
	color: #0075a1;
}
.red_word_15pt {
	font-family: "新細明體";
	font-size: 15px;
	line-height: 21px;
	color: #af0101;
	font-weight: bold;
}
.blue_word_13pt {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 21px;
	color: #1ca5d8;
}
.white_word_13pt {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 21px;
	color: #ffffff;
}

/* 連結區 */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.table_line {
	border: 1px solid #90C014;
}




.blue_word_12pt {
	font-size: 12px;
	color: #3470cf;
	line-height:24px;
}
.blue_word_13pt {
	font-size: 13px;
	color: #3470cf;
	line-height:26px;
}
.green_word_13pt {
    font-size: 13px;
    color:#375109;
	line-height:26px;
}
.L-blue_word_12pt {
	font-size: 12px;
	color: #2688a9;
	line-height:24px;
}
.L-blue_word_13pt {
	font-size: 13px;
	color: #2688a9;
}
.white_word_12pt {
	font-size: 12px;
	color: #FFFFFF;
	line-height:18px;
}
.white_word_13pt {
	font-size: 13px;
	color: #FFFFFF;
}
.L-blue_word_15pt {
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #2688a9;
	letter-spacing: 2px;
}
.ash_word_12pt {
	font-size: 12px;
	line-height: 24px;
	color: #636363;
	letter-spacing: 2px;
	font-family: "新細明體";
}
.list_blue_word_13pt {
	font-size: 13px;
	line-height: 18px;
	color: #1c7ca9;
	font-weight: bold;
}
.list_green_word_13pt {
	font-size: 13px;
	line-height: 18px;
	color: #4a8879;
	font-weight: bold;
}
.list_brown_word_13pt {
	font-size: 13px;
	line-height: 18px;
	color: #844444;	
	font-weight: bold;

}
.list_yallow_word_13pt {
	font-size: 13px;
	line-height: 18px;
	color: #d89c5c;	
	font-weight: bold;

}
.list_ash_word_12pt {
	font-size: 13px;
	line-height: 18px;
	color: #636363;
}
.black_word_13pt {
	font-size:13px;
	line-height:18px;
	color:#000000;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif, "細明體";
	font-size: 12px;
	color: #333333;
}
.txt_o {
	color: #FD430B;
	background-color: #FEFAF2;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFBB4C;
}
.txt_pb1 {
	font-size: large;
	font-weight: bolder;
	color: #0E67C0;
	letter-spacing: 1px;
}
.txt_po1 {
	font-size: large;
	font-weight: bolder;
	color: #FE330B;
	letter-spacing: 1px;
}
.txt_b {
	color: #117AEA;
	background-color: #F2F8F9;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C2CEE0;
}
.td_bg2 {
	background-color: #F3F3F3;
}
.td_bg1 {
	background-color: #FFFFFF;
}
.txt_tips_1 {
	font-size: 10px;
	color: #999999;
}
input {
	font-size: 12px;
	color: #333333;
}
.btn {
	color: #FFFFFF;
	background-color: #0066CC;
	padding: 2px;
	border: 1px solid #333333;
	font-size: 15px;
}
.btno{
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 2px;
	border: 1px solid #4F2000;
	font-size: 15px;
}

