@charset "utf-8";
/* CSS Document */



/*layout*/
#warp{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}
	
#header {
	width: 900px;
	height: 130px;
	float: left;
	background-image: url(../../images/indexbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#Content {
	width: 700px;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 13px;
	color: #666;
	text-align: left;
	padding-right: 100px;
	padding-bottom: 40px;
	padding-left: 100px;
	line-height: 20px;
	background-color: #FFF;
}

#footer{
	text-align: center;
	height: 30px;
	width: 900px;
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 10px;
	background-image: url(../../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	font-size: 11px;
}
#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #794D36;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	font-size: 11px;
}
#footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #F0F0F0;
}
#footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
p {
	line-height: 20px;
	font-family:century gothic;
}
