/*layout*/
#warp{
	width: 760px;
	margin: 0 auto;
	}
	
#header{
	height: 200px;
	width: 760px;
	float: left;
	font-size: 18px;
	color: #2D2D2D;
	text-align: right;
	font-family: Arial, "新細明體-ExtB";
	vertical-align:bottom;
	background-image: url(../images/banner2-new.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header_txt {
	background-image: url(../images/h_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 179px;
	width: 485px;
	margin-top: 26px;
	font-size: 12px;
	text-align: left;
	padding-left: 265px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: #240E24;
	line-height: 18px;
}





#Content {
	width: 760px;
	float: left;
	background-color: #130618;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #5B5B5B;
	text-align: left;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9B0DE;
}
.box_title {
	float: left;
	height: 35px;
	width: 760px;
	margin-top: 10px;
}
.box_content {
	background-color: #130618;
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 760px;
	text-align: left;
	float: left;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_btn {
	background-color: #130618;
	background-image: url(../images/bg00_03.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 760px;
	background-position: center top;
}






#footer{
	text-align: center;
	height: 70px;
	width: 1000px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 10px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #2E302F;
	background-color: #000;
	color: #FFF;
}

#warp #footer a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#warp #footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #F9F9F9;
}
#warp #footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #f9f9f9;
}

br {
	line-height: 16px;
}
