@charset "utf-8";
/* CSS Document */
#page {
	width: 770px;
	height: auto;
	font-size: 13px;
	color: #666666;
	margin: 0 0 0 0;
	padding-top: 25px;
	float: right;
	background-image: url(../images/about/bg_top.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	line-height: 22px;
}
#page .line_box {
	padding: 0px 0px;
	width: 770px;
	margin: 0 auto;
}
#page .war_box {
	width: 768px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 20px auto;
	border: 1px solid #CCC;
	text-align: center;
    background: #F6F6F6;
}
#page .right_line { border-right:#999 1px solid;}
#page .bottom_title {width:736px; height:33px; border:#CCC 1px solid; margin-top:10px; padding:0 17px; line-height:33px; color:#FF3F00;}
#page .bottom_box {width:736px; height:37px; border-bottom:#CCC 1px solid; padding:0 17px; line-height:33px; color:#666666;}
#page .send_ok { font-size:14px; color:#666666; line-height:28px;}
#page .send_ok a { font-size:14px; color:#FF3F00; text-decoration: underline;}
#page .send_ok a:hover { font-size:14px; color: #F00; text-decoration: underline;}
#page .send_ok span { font-size:15px; color:#FF3F00; font-weight:bold;}
/*-重新填寫與送出按鈕包覆-----------------------------------------*/
#send_reset_box {
	text-align: center;
	width: 770px;
	height: 32px;
	padding-right: 0px;
	margin: 20px auto;
}
/*-重新填寫與送出按鈕包覆-----------------------------------------*/
/*-重新填寫-----------------------------------------*/
#page .reset_bg {
	width: 114px;
	height: 32px;
	line-height: 0px;
	margin-right: 0px;
	position: relative;
	background-image: url(../images/contact/reset_02.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-left: 10px;
}
#page .reset {
	width: auto;
	height: auto;
	opacity: 1.0;
	cursor: pointer;
	-webkit-transition: opacity 120ms linear;
	-moz-transition: opacity 120ms linear;
	-o-transition: opacity 120ms linear;
	transition: opacity 120ms linear;
}
#page .reset:hover {
	opacity: 0.0;
}
/*-重新填寫-----------------------------------------*/
/*-送出-----------------------------------------*/
#page .submit_bg {
	width: 114px;
	height: 32px;
	line-height: 0px;
	position: relative;
	background-image: url(../images/contact/send_02.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-left: 6px;
	margin-right: 250px;
}
#page .submit {
	width: auto;
	height: auto;
	opacity: 1.0;
	cursor: pointer;
	-webkit-transition: opacity 120ms linear;
	-moz-transition: opacity 120ms linear;
	-o-transition: opacity 120ms linear;
	transition: opacity 120ms linear;
}
#page .submit:hover {
	opacity: 0.0;
}
/*-送出-----------------------------------------*/
/*-回首頁-----------------------------------------*/
#page .goindex_bg {
	width: 114px;
	height: 32px;
	line-height: 0px;
	position: relative;
	background-image: url(../images/contact/goindex02.jpg);
	background-repeat: no-repeat;
	float: none;
	margin:30px auto; 
}
#page .goindex {
	width: auto;
	height: auto;
	opacity: 1.0;
	cursor: pointer;
	-webkit-transition: opacity 120ms linear;
	-moz-transition: opacity 120ms linear;
	-o-transition: opacity 120ms linear;
	transition: opacity 120ms linear;
}
#page .goindex:hover {
	opacity: 0.0;
}
/*-回首頁-----------------------------------------*/
.color_name {
	font-size: 16px;
	color: #211F1F;
	text-align: center;
}
.color_name02 {
	font-size: 18px;
	color: #FF9906;
	line-height: 25px;
	text-align: center;
}
.color_name03 {
	font-size: 13px;
	color: #444444;
	text-align: left;
	margin: 0 25px;
	padding: 15px 0px;
	width: 900px;
	line-height: 25px;
}
