@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.all {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 150%;
	color: #000000;
}

.small {
	font-family: "新細明體";
	font-size: 11px;
	line-height: 150%;
	color: #999999;
}
.white {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 150%;
	color: #ffffff;
}
.red {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 150%;
	color: red;
}
.copy {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 150%;
	color: #009999;
}
.title {
	font-family: "新細明體";
	font-size: 17px;
	line-height: 150%;
	color: #009999;
	font-weight: bold;
}
.new {
	font-weight: bold;
	color: #FF0000;
}
a:link {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 150%;
	color: #0000ff;
}
a:active {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 150%;
	color: #0000ff;
}
a:hover {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 150%;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-family: "新細明體";
	font-size: 13px;
	line-height: 150%;
	color: #F0000FF;
}
