body{ margin:0;}
img{ border:0;}#outer {
	width: 100%;
	background-color: #A90601;
}

#outer #wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#outer #wrapper #header {
	height: 400px;
	width: 1000px;
	position: relative;
	margin-bottom: 15px;
}

#outer #wrapper #content {
	width: 1000px;
}
.title-1 {
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	color: #F00;
	text-align: center;
	font-family: "微軟正黑體";
}

.box1 {
	background-color: #FFFF99;
	width: 900px;
	border-radius: 20px;
	border: 1px dashed #C00;
	box-shadow: inset 0px 0px 10px 5px #FC6;
	position: relative;
	display: block;
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
	background-image: url(images/moon.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin-bottom: 20px;
}
.p1 {
	font-size: 13px;
	line-height: 25px;
	color: #FFF;
}

.w {
	color: #FFF;
}
.red {
	font-weight: bold;
	color: #C00;
}
.line {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666;
}
