body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	min-height: 514px;
}
.title{
	font-size: 20px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+50,ff7c00+51,ff7f04+100;Orange+Gloss */
background: #ffb76b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */


	padding: 10px 0;
	color: #fff;
	position: relative;
}
a{
	text-decoration: none;
	font-size: 16px;	
	color: #666666;
	background: url(../images/downloadPdf.png) left center no-repeat;
	padding: 0 0 0 35px;
	margin: 5px 10px;
	height: 30px;
	float: left;
}
a:hover{
	color: #a84200;
}
.text{
	width: 90%;
	margin: 0 auto;
}
.text img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tit{
	width: 98%;
	border-bottom: 1px solid #ff7200;
	padding: 10px 1%;
	float: left;
}
.tit span{
	font-size: 30px;
	font-family: 'Century Gothic';
}
.date{
	color: #f8f400;
	float: right;
	position: absolute;
	top: 10px;
	right: 15px;
}
li{
	width: 100%;
	float: left;
	margin: 5px 0;
	list-style: none;
}
li img{
	margin-right: 5px;
}