@charset "big5";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "微軟正黑體";
	/*background:#6f1318;*/
	background:url(image/bg.jpg);
	overflow-y: scroll;
	position:relative;
}
a{
	text-decoration:none;
}
img{bordert:0;}
.top {
	width: 820px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.button_area {
	width: 820px;
	border:0;
	/*background-color: #e4f8b2;*/
	margin: 0 auto;
	/*padding-top: 1px;
	padding-bottom: 1px;*/
	/*float: left;*/
}
.button {
	width: 205px;
	height: 41px;
	float:left;
	text-align: center;
	line-height: 40px;
	color: #fff;
	/*background-color: #59493f;*/
	background-image:url(image/buttom.jpg);
	/*border: 1px solid #996c33;*/
	font-size: 13pt;
	text-decoration: none;
	cursor: pointer;
	border:0;
}
.button:hover {
	/*background-color: #996c33;*/
	background-image:url(image/buttom2.jpg);
	color: #FFF;
}
.button:active {
	/*background-color: #996c33;*/
	background-image:url(image/buttom2.jpg);
	color: #FFF;
}
.maincontain {
	width: 100%;
	height: auto;
	/*background-color: #503216;*/
	float: left;
}
.contain {
	width: 760px;
	height: auto;
	/*border: 1px solid #F60;*/
	/*background-color: #f2e1d1;*/
	background:#F7E9DA;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.contain1 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	
}
.contain1_title1 {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 30px;
	color: #F00;
	padding-top: 10px;
}
.contain1_title2 {
	text-align: center;
	font-size: 14pt;
	padding-bottom: 10px;
	line-height: 30px;
	color: #009;
	font-weight: bold;
	padding-top: 10px;
}
.contain1_title3 {
	text-align: center;
	font-size: 12pt;
	line-height: 30px;
	padding-bottom: 10px;
	color: #009;
	font-weight: bold;
	padding-top: 10px;
}
.contain2 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 11pt;
	color: #009;
	font-weight: bold;
}
.contain3 {
	width: 100%;
	padding-top: 10px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;*/
	font-size: 11pt;
	line-height: 30px;
}
.contain4 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 11pt;
	text-align: center;
}
.font_red {
	font-weight: bold;
	color: #F00;
}
.font_red2 {
	color: #F00;
	font-size: 11pt;
}
.from_text {
	font-family: "微軟正黑體";
	background-color: #f5f5f5;
	border: 1px solid #CCC;
	font-size: 12pt;
}
.button_text {
	font-family: "微軟正黑體";
	font-size: 12pt;
}
#bgimg{
	width:100%;
	/*height:560px*/;
	/*height:979px;*/
	/*background:url(../image/bgimg.png) center;*/
	position:absolute;
	top:0;
	z-index:-1;
	/*background:url(../image/bg.jpg) repeat-x center;*/
}
.filedownload{
	width:180px;
	height:40px;
	border:2px #CF2526 solid;
	text-align:center;
	line-height:40px;
	font-size:20px;
	color:#CF2526;
	margin:0 auto;
	cursor:pointer;
	
}
.filedownload:hover{
	background:#CF2526;
	color:#fff;
}