@charset "utf-8";
.main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: "華康中圓體", "微軟正黑體 Light", "標楷體";
}
.up {
	height: 180px;
	background-image: url(../img/up.png);
}
.mid {
	height: 550px;
	border-radius: 40px 0px;
	border-color: #FCA412;
	border-style: solid;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.down {
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bolder;
	border-radius: 10px;
	font-family: "華康中圓體", "微軟正黑體 Light", "標楷體";
	border-color: #F9AD08;
	background-color: #FCA412;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
