/*layout*/
#warp{
	width: 1000px;
	margin: 0 auto;
	}
	
#header{
	height: 233px;
	width: 100%;
	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-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	float: left;
	height: 35px;
	width: 1000px;
	background-image: url(../images/m_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


#Content {
	width: 1000px;
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	background-color: #FFF;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #5B5B5B;
	background-image: url(images/bg.jpg);
	text-align: left;
	overflow:hidden;
	padding-bottom: 50px;
}
#left {
	float: left;
	width: 690px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom:10000px;
	margin-bottom:-10000px;
	background-image: url(../images/l_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#right {
	background-color: #b4e357;
	float: left;
	width: 210px;
	padding-bottom:10000px;
	margin-bottom:-10000px;
	padding-right: 20px;
	padding-left: 20px;
}

br {
	line-height: 20px;
}
p {
	line-height: 20px;
	text-align: justify;
	text-justify: distribute;
}


#footer{
	text-align: center;
	width: 100%;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	background-color: #000000;
	color: #a2a2a2;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2E2E2E;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #FFF;
}
#footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #FFF;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
.topic_box a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2E2E2E;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
.topic_box a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #FFF;
}
.topic_box a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #FFF;
}
#Content ul li {
	line-height: 20px;
}

.topic_box {
	width: 100%;
	background-color: #131313;
	padding-top: 30px;
	float: left;
	padding-bottom: 30px;
}
.topic_box_02 {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.topic_box_03 {
	float: left;
	width: 300px;
	margin-right: 15px;
	margin-left: 15px;
}
