body {
	margin: 0px;
	background-image: url(../img/body-bg.jpg);
	background-attachment:fixed;
}
#content {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	display: block;
	width: 90%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 20px;
	background-image: url(../img/content-bc.png);
}
#header {
	display: block;
	float: left;
	width: 30%;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 20px;
	position: fixed;
	z-index: 100;
}
#data{
	float: right;
	width: 62%;
	margin: 0px;
	margin-right: 20px;	
	padding-right: 50px;
}

#data p {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	font-size: 14px;
	line-height: 30px;
	color: #000;
	margin-right: 10px;
	margin-left: 20px;
	text-align: justify;
}
#data p img {
	padding: 5px;
	border: 1px solid #333;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	margin-top: 25px;
}
#data h1 {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	font-size: 30px;
	line-height: 50px;
	color: #930;
	margin-top: 160px;
	margin-bottom: 20px;
}

#footer {
	background-image: url(../img/footer-bc.png);
	background-repeat: repeat-x;
	width: 100%;
	position: fixed;
	bottom: 0px;
	height: 211px;
	clear: both;
}
.txt {
	font-family: "新細明體", "Arial Unicode MS", Fixedsys;
	color: #000;
	background-color: #F8F8E9;
}
.txt-note {
	background-color: #CCC;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #999;
	border-radius: 30px 30px 30px 30px; /*圓弧設定*/	
}
#data p a {
	color: #FFF;
	text-decoration: none;
	font-family: "Myriad Pro", "微軟正黑體", "新細明體", Arial;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	width: 25px;
	background-color: #788059;
	border-radius: 12px 12px 12px 12px; /*圓弧設定*/
	border: 1px dotted #CCC;	
}
#data p a:hover {
	color: #F60;
	text-decoration: none;
}
.data-radius {
	border-radius: 30px; /*圓弧設定*/
}h2 {
	color: #000;
	margin-top: 10px;
}
#content #data table tbody tr td ul li {
	margin-top: 10px;
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	line-height: 25px;
}
#content #data table {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	font-size: 14px;
	line-height: 25px;
	color: #333;
}
.txt-red {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	font-size: 16px;
	color: #900;
	font-weight: bold;
}
h3 {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	font-size: 24px;
	color: #000;
	margin-top: 166px;
}
.com-box {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	line-height: 200px;
	color: #CCC;
	background-color: #8E8633;
	text-align: center;
	display: block;
	height: 200px;
	width: 600px;
	border-radius: 30px; /*圓弧設定*/
	border: 2px dotted #D3D3B4;
	margin-top: 15px;
	margin-bottom: 15px;
}
.paint-box {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	line-height: 150px;
	color: #CCC;
	background-color: #8E8633;
	text-align: center;
	display: block;
	height: 150px;
	width: 150px;
	border-radius: 25px; /*圓弧設定*/
	border: 2px dotted #D3D3B4;
	margin: 10px;
	float: left;
}
.space {
	display: block;
	height: 200px;
	width: 100%;
	clear: both;
}
.txt-title {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	font-size: 16px;
	line-height: 25px;
	color: #FFF;
	background-color: #5C4127;
	height: 25px;
	width: 70px;
	text-align: center;
	display: block;
	margin-right: 10px;
}
#content #data .paint-box a img {
	border-radius: 25px; /*圓弧設定*/	
}
#gotop {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 0px 0px;
	font-size: 20px;
	color: white;
	cursor: pointer;
}
