body{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #D3FF83;
	margin-bottom: 0px;
}
/*layout*/
#warp{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#header{
	height: 217px;
	width: 1000px;
	float: left;
	font-size: 18px;
	text-align: right;
	font-family: Arial, "新細明體-ExtB";
	vertical-align:bottom;
	background-image: url(../images/header_01.jpg);
}

#Content {
	width: 1000px;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #737373;
	padding-bottom: 30px;
	background-color: #FFF;
}
#footer {
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	background-image: url(../images/f_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
}


#footer_inner{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	height: 22px;
	width: 890px;
	font-size: 12px;
	font-style: normal;
	color: #242424;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	background-image: url(../images/footer_upbg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	text-align: right;
	padding-right: 110px;
	background-color: #FFF;
}


#footer_inner a:link {
	color: #000;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#footer_inner a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #794D36;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#footer_inner a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #3D3D3D;
}
#footer_inner a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
p {
	line-height: 20px;
}
br {
	line-height: 16px;
}
