/*layout*/
#warp{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#Content {
	width: 570px;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	background-color: #FFF;
	font-family: Arial, "新細明體-ExtB";
	font-size: 13px;
	color: #646464;
	background-image: url(../images/long.jpg);
	padding-right: 300px;
	padding-left: 30px;
	padding-bottom: 50px;
}



#footer{
	text-align: center;
	width: 900px;
	float: left;
	background-color: #FFF;
}

#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;
}
a {
	color: #3A3A3A;
	text-decoration: none;
}
a:hover {
	color:#F30;
}
ul li {
	line-height: 25px;
	list-style:circle;
	margin-left: 20px;
}



.title {
	font-size: 25px;
	font-weight: bolder;
	color: #0066cc;
	margin-top: 50px;
	margin-bottom: 10px;
}
.sub_title {
	font-size: 16px;
	font-weight: bolder;
	color: #0066cc;
	margin-top: 20px;
	margin-bottom: 10px;
}
.sub_title_02 {
	font-size: 16px;
	font-weight: bolder;
	color: #D50000;
	margin-top: 15px;
	margin-bottom: 10px;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
	margin-top: 10px;
	margin-bottom: 10px;
}
