@charset "utf-8";
/* CSS Document */
body {
	background-color: #0C947C;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.txt {
	font-family: Tahoma, "細明體";
	font-size: 11px;
	letter-spacing:1px;
	color: #484848;
	line-height: 18px;
	text-decoration: none;
}
.title {
	font-family: Tahoma, "細明體";
	font-weight:bold;
	font-size: 11px;
	color: #035427;
	line-height: 18px;
}
a.title {
	font-family: Tahoma, "細明體";
	font-weight:bold;
	font-size: 11px;
	color: #035427;
	line-height: 18px;
	text-decoration:none;
}
a.title:hover {
	font-family: Tahoma, "細明體";
	font-weight:bold;
	font-size: 11px;
	color: #427f5c;
	line-height: 18px;
	text-decoration:none;
}
.pt_title {
	font-family: Tahoma, "細明體";
	font-weight:bold;
	font-size: 11px;
	color: #427f5c;
	line-height: 18px;
}
.product {
	font-family: Tahoma, "細明體";
	font-size: 11px;
	letter-spacing:1px;
	color: #1d1d1d;
	line-height: 12px;
}

