@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	background-color: #d7d5d2;
	font-family: "細明體", "新細明體";
	font-size: 100%;
	line-height: normal;
}
a:link     {
	TEXT-DECORATION: none;
	color: #900;
} 
a:visited  { 
    TEXT-DECORATION: none;
		color: #900;

} 
a:active   { 
    TEXT-DECORATION: underline;
		color: #900;

} 
a:hover    { 
    TEXT-DECORATION: underline;
		color: #900;

} 	
.container {
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg_01.jpg);
	height: auto;
}
.page {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	width: 917px;
}

.menu {
	text-align: left;
	width: 202px;
	margin: 0px;
	float: left;
}
.menu_index {
	width: auto;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}

.mv01 {
	float: left;
	height: auto;
	width: 400px;
	margin-right: 20px;
	text-align: center;
	margin-top: 20px;
}
.line_bg {
	margin-bottom: 0px;
}
.header {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.td_bg {
	font-family: "細明體", "新細明體";
	font-size: 16px;
	font-weight: bold;
	color: #900;
	background-image: url(images/t_bg.jpg);
}
.txt_title {
	text-align: left;
	width: 881px;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	line-height: 30px;
	padding-top: 20px;
	padding-left: 15px;
}
#images{
	border: 1px solid #999;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 2px;
}
.txt_box {
	text-align: left;
	float: right;
	position: relative;
	background-image: url(images/title_bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 540px;
}
.txt_box2 {
	text-align: left;
	position: relative;
	background-image: url(images/title_bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#title {
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.txt_box .t01 {
	font-size: 14px;
	color: #933;
	font-weight: bold;
}
.txt_box h4 {
	font-family:  "Times New Roman", Times, serif, "細明體", "新細明體";
	font-size: 16px;
	font-weight: bold;
	color: #474B41;
}
.txt_box2 h4 {
	font-family:  "Times New Roman", Times, serif, "細明體", "新細明體";
	font-size: 16px;
	font-weight: bold;
	color: #474B41;
}
.txt_box p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
.txt_box2 p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}

.t12 {
	font-size: 12px;
	line-height: 20px;
}
.t12_r {
	color: #903;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


.footer {
	font-size: 12px;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 917px;
}
.fb {
	height: 50px;
	text-align: center;
}
.txt_box ul li ul {
	padding-left: 105px;
}
.txt_box div {
	vertical-align: bottom;
	height: auto;
	margin-bottom: 10px;
}
.t12_g {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}
.t11_r {
	font-size: 10px;
	color: #900;
}
