@charset "utf-8";
.index_bg {
	background-color: #000;
	background-image: url(../img/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content_bg {
	background-color: #000;
	background-image: url(../img/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.text01 {
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 28px;
	color: #FFF;
}
.text02 {
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 28px;
	color: #F90;
}
.text03 {
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 28px;
	color: #3CF;
	text-decoration: underline;
}
.title01 {
	font-family: "微軟正黑體";
	font-size: 22px;
	line-height: normal;
	color: #F90;
}
.title02 {
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 30px;
	color: #FF0;
}
.title03 {
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
}
