@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}
#outer {
	width: 100%;
	background-image: url(images/BACK.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EBF4E3;
}
#outer #wrapper {
	width: 1077px;
	margin:0 auto;
	visibility: inherit;
}
#outer #wrapper #header {
	height: 539px;
	width: 1077px;
}
#outer #wrapper #content {
	background-image: url(images/content-1.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 917px;
	padding-right: 80px;
	padding-left: 80px;
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	position: relative;
}


#outer #wrapper #below {
	height: 116px;
	width: 1077px;
}
.h2 {
	font-weight: bolder;
	color: #FF0;
	font-size: 18px;
	font-family: "微軟正黑體";
}
.h3 {
	font-size: 16px;
	line-height: 20px;
	color: #6FF;
	font-family: "微軟正黑體";
	font-weight: bold;
}
.p1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}
.t1 {
	font-family: "微軟正黑體";
	font-size: 18px;
	font-weight: bold;
	color: #C00;
}

.box1 {
	background-color: #FFC;
	width: 880px;
	border: 1px dashed #C93;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
.red {
	color: #F00;
}
