@charset "utf-8";
.border {
	border: 1px solid #666666;
}
.bg {
	background-image: url(img/imgs/imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.f01 {
	font-family: "新細明體";
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}
.f02 {

	font-family: "新細明體";
	font-size: 16px;
	color: #485E29;
	line-height: 20px;
}
.border02 {

	border: 2px solid #CCC899;
}
.f01_link {
	font-family: "新細明體";
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	text-decoration: none;
}
.f01_link:hover {
	font-family: "新細明體";
	font-size: 12px;
	color: #485E29;
	line-height: 15px;
	text-decoration: underline;
}
