@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One');
/* font-family: 'Alfa Slab One', cursive; */
@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);
/* font-family: 'cwTeXHei', sans-serif; */

 body {
      letter-spacing: 1px; position: relative; color: #000; background-color: #fff;
  }
  #section1 {padding-top:50px;height:900px;color: #fff; background-image: url(../images/1-1.jpg);}
  #section2 {padding-top:50px;height:900px;color: #fff; background-image: url(../images/1-1.jpg);}
  #section3 {padding-top:50px;height:900px;color: #fff; background-image: url(../images/1-1.jpg);}
  #section4 {padding-top:50px;height:900px;color: #fff; background-image: url(../images/1-1.jpg);}
  #section5 {padding-top:50px;height:900px;color: #fff; background-image: url(../images/1-1.jpg);}

/* Icons */
ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

/* copyright */
#footer .copyright {
	color: #999;
	margin-top: 1em;
	text-align: center;
	font-size: 0.9em;
	font-family: 'cwTeXHei', sans-serif;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
/* Menu */
ul.menu {
	list-style: none;
	padding-left: 0;
}



