body {
	　　background-color: #CCC;
	　　color: #000;
	
	font-family: "Swis721 Cn BT",
               "Helvetica Neue",
               Helvetica,
               "Noto Sans JP",
               "Hiragino Kaku Gothic ProN",
               "Yu Gothic",
               Meiryo,
               sans-serif;
	font-style: normal;
	font-weight: 300;
	
	text-align: center;
	font-size: 20px;
}

#footer {
	float: none;
	width: auto;
	clear: both;
	font-size: 12px;
	}

.fade-in-image{
  opacity: 0;
  transition: opacity 2s ease;
}

body.loaded .fade-in-image{
  opacity: 1;
}
