@charset "utf-8";
body {
	font-family: "微軟正黑體", Arial, "Arial Black", "Arial Narrow";
	font-size: 17px;
	color: #222121;
	line-height: 24px;
	font-weight: normal;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
    min-width: 100%;
}
.header {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
}
nav {
	height: 40px;
	width: 140px;
	margin-top: 12px;
	display: block;
	float: left;
	margin-right: 20px;
}

#logo {
	margin-top: 7px;
	margin-left: 10px;
	float: left;
	margin-right: 620px;
}
ul  {
	width: 460px;
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}
li   {
	display: block;
	float: left;
	height: 28px;
	width: 106px;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #7c212e;
	font-family: "微軟正黑體", Arial, "Arial Black", "Arial Narrow";
	border: 1px solid #c59605;
	background-color: #fefcf9;
	text-align: center;
	padding-top: 6px;
	margin-right: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset -1px -1px 4px #d5d2d2;

}
li a  {
	text-decoration: none;
	color: #7c212e;
}
li:hover   {
	border: 1px solid #c3384b;
	background-color: #fefcf9;
	box-shadow:inset 2px 2px 2px #d5d2d2;

}
a {
	text-decoration: none;
}
#line {
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
}

#fb {
	float: left;
	margin-top: 14px;
}

.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn {
	font-family: "微軟正黑體", Arial, "Arial Black", "Arial Narrow";
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	height: 28px;
	width: 106px;
	color: #ba2903;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset -1px -1px 4px #d5d2d2;
	border: 1px solid #c3384b;
	background-color: #fdeff5;
	display: block;
	text-align: center;
	float: right;
}
.btn a{
	color: #ba2903;
}
.btn:hover{
	color: #ba2903;
	background-color: #fefcf9;
	border: 1px solid #902937;
}
.note1 {
	font-size: 14px;
	line-height: 22px;
}
#form1 {
	font-family: "微軟正黑體", Arial, "Arial Black", "Arial Narrow";
	font-size: 17px;
	line-height: 26px;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 900px;
	margin-left: 10px;
}
.sentbtn {
	font-family: "微軟正黑體", Arial, "Arial Black", "Arial Narrow";
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	height: 28px;
	width: 106px;
	color: #ba2903;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset -1px -1px 4px #d5d2d2;
	border: 1px solid #c3384b;
	background-color: #fdeff5;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.sentbtn a{
	color: #ba2903;
}
.sentbtn:hover{
	color: #ba2903;
	background-color: #fefcf9;
	border: 1px solid #902937;
}
label {
	font-family: "微軟正黑體", Arial, "Arial Black", "Arial Narrow";
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
.inputselect {
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #e1c6bb;
	background-color: #faf9f8;
}
