body {
	margin:0 0 0 0;
	background-image: url("./images/header_bg.png");
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: 新細明體;
	color: #000000;
}	
A{text-decoration:none}
A:link {color: gray}
A:visited {color: gray}
A:active {color: green}
A:hover {
	color: red;
	text-decoration:underline;
}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#info_t{
	font-size: 14px;
	font-family: 新細明體;
	margin-left:50px;
}
#review_1{
	margin-left: 150px;
}
#review_2{
	margin-left: 450px;
}
.review_t{
	padding: 5px 0 5px 0;
	font-size: 14px;
	color: #000000;
	font-family: 新細明體,Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.review_s1{
	background-image: url("./images/review_text_bg_s.png");
	background-repeat: no-repeat;
	background-position: right top;
}
.review_e1{
	background-image: url("./images/review_text_bg_e.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.review_s2{
	background-image: url("./images/review_text_bg_s2.png");
	background-repeat: no-repeat;
	background-position: right top;
}
.review_e2{
	background-image: url("./images/review_text_bg_e2.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
