/*layout*/
#warp{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #000;
	}
	
#header{
	width: 900px;
	float: left;
	font-size: 18px;
	color: #2D2D2D;
	font-family: Arial, "新細明體-ExtB";
}

#Content {
	width: 860px;
	float: left;
	background-color: #FFF;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #666;
	text-align: left;
	padding: 20px;
	
}


#footer{
	text-align: center;
	width: 880px;
	font-size: 12px;
	font-style: normal;
	color: #794D36;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding: 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
}
#to_index {
	float: right;
}


#warp #footer a:link {
	color: #794D36;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#warp #footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #794D36;
	text-decoration: none;
	color: #794D36;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:visited {
	text-decoration: none;
	color: #794D36;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:active {
	text-decoration: none;
	color: #794D36;
	font-family: Arial, "新細明體-ExtB";
}




br {
	line-height: 20px;
	font-family: Arial, "新細明體-ExtB";
}


p {
	line-height: 20px;
	font-family: Arial, "新細明體-ExtB";
}

.title1 {
	color: #232323;
	font-size: 16px;
	font-weight: bolder;
	height: 30px;
}

.line1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 5px;
}
.title2 {
	font-size: 20px;
	font-weight: bold;
	color: #242424;
}
#warp #Content p a {
	color: #A54403;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A54403;
}


.block1 {
	float: left;
	width: 280px;
	height: 350px;
	margin-bottom: 20px;
}
.block2 {
	float: left;
	width: 550px;
	margin-left: 20px;
	height: 350px;
	padding-left: 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5B5B5B;
	margin-bottom: 20px;
}
.block3 {
	float: left;
	width: 275px;
	margin-right: 10px;
	height: 650px;
}


ul li {
	line-height: 25px;
	font-family: Arial, "新細明體-ExtB";
}
ul li a:link {
	text-decoration: none;
	color: #A70101;
}
ul li a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A70101;
}
ul li a:active {
	text-decoration: none;
	color: #A70101;
}
ul li a:visited  {
	text-decoration: none;
	color: #A70101;
}
