@charset "utf-8";
/* CSS Document */
/*html { 
	background: url(../images/aki-hp.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

body {
  padding: 0;
  margin: 0;
  background: url(../images/aki-hp.jpg) no-repeat center top;
  width: 100%;
  height: 1840px;
  display: table;
}
