/*layout*/
#warp{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}

	
#header{
	height: 325px;
	width: 900px;
	float: left;
	font-size: 18px;
	color: #2D2D2D;
	text-align: right;
	font-family: Arial, "新細明體-ExtB";
	vertical-align:bottom;
	background-image: url(images/h_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#Content {
	width: 900px;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	background-color: #FFF;
}
#inner {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DADF00;
	border-bottom-color: #DADF00;
	border-left-color: #DADF00;
	float: left;
	width: 856px;
	margin-bottom: 20px;
	margin-left: 32px;
	padding-top: 50px;
	text-align: left;
	color: #7f556b;
}

#footer{
	text-align: right;
	height: 40px;
	width: 1000px;
	font-size: 12px;
	font-style: normal;
	color: #794D36;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2c2c2c;
}

#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;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
p {
	line-height: 20px;
	font-size: 13px;
	margin-right: 30px;
	margin-left: 30px;
}
br {
	line-height: 25px;
}
.title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #7f556b;
}
.hide {
	float: none;
	width: 100px;
	display: none;
}

.pic_box {
	padding: 5px;
	float: right;
	width: 300px;
	margin-left: 20px;
	border: 1px solid #e7e7e7;
	margin-right: 20px;
	margin-bottom: 10px;
	clear: right;
}
