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

body {
	margin:0px;
}
.wapper {
	font-size: 15px;
	line-height: 24px;
}

/*字形*/
.brown22W {
	font-size: 22px;
	color: #874722;
	font-weight: bold;
}

/*按鈕*/
.btn1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #F60;
	text-align: center;
	height: 30px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}