@charset "big5";
* {
	padding:0;
	margin: 0;
}
ol {
	padding:0 0 0 25px;
}
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
#wrapper {
	background-image: url(../images/bg_guide.png);
	background-repeat: no-repeat;
	width:1024px;
	height:auto;
	background-color: #FFF;
	margin: 0 auto;
}
#content {
	width:700px;
	height:auto;
	padding: 250px 162px 0 162px;
}
.btn_back2 {
	background-image:url(../images/btn_back2.png);
	background-repeat:no-repeat;
	width:95px;
	height:71px;
	display:block;
	margin: 0 auto;
}
a:link {
	background-position:top;
}
a:hover {
	background-position:bottom;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:justify;
	line-height: 1.5em;
	color: #666;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:justify;
	line-height: 1.5em;
	color: #093;
}
.green_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #006600;
	font-weight:bold;
}
.orange_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:justify;
	line-height: 1.5em;
	color: #F93;
}
