@charset "UTF-8";
@import url("reset.css");
/* CSS Document */

body {
	background-color:#ffffff;
	/*background-image: url(images/index_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;*/
	font-family: "微軟正黑體";

}
