@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFD2D2;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.txt {
	font-family:  '微軟正黑體', 'Arial', 'Helvetica', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0b9189;
}
.txtRED {
	font-family:  '微軟正黑體', 'Arial', 'Helvetica', 'Helvetica Neue', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #f11644;
}
.txtRED2 {
	font-family:  '微軟正黑體', 'Arial', 'Helvetica', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #7e002f;
}
.txtPink {
	font-family:  '微軟正黑體', 'Arial', 'Helvetica', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #c10f2e;
	}