@charset "utf-8";
body {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/index_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, "新細明體";
}
.Contents {
	font-family: Arial, "新細明體";
	font-size: 13px;
	line-height: 150%;
	padding-left: 40px;
	text-align: left;
	padding-right: 40px;
	padding-bottom: 25px;
}
.Copyright {
	font-family: Arial, "新細明體";
	font-size: 11px;
	text-align: center;
}
.Price {
	font-family: Arial, "新細明體";
	font-size: 11px;
	text-decoration: none;
}
.PriceTitle {
	font-family: Arial, "新細明體";
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.PricePrice {
	font-family: Arial, "新細明體";
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6666;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #993399;
	text-decoration: none;
}

