/*ページ設定部分（style.cssなどで設定していれば削除する）*/
body, ul, li, h1, h2, span {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	height: 100%;
	overflow: hidden;
}
ul {
	list-style: none;
}
#container {
	width: 100%;
	margin: auto;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/*ここまでページ設定部分*/


/*ここからjqFloat.jsの設定*/
#ground {
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/sprite.png) repeat-x 0 bottom;
	z-index: 7;
}
.cloud {
	width: 104px;
	height: 66px;
	background: url(../images/sprite.png) no-repeat 0 0;
	position: absolute;
	z-index: 10;
}
#cloud1 {
	top: 17%;
	left: 22%;
	z-index: 3;
}
#cloud2 {
	top: 10%;
	left: 50%;
}
#cloud3 {
	top: 20%;
	right: 17%;
}
#cloud4 {
	top: 13%;
	right: 12%;
	z-index: 5;
}
#sun {
	width: 106px;
	height: 105px;
	background: url(../images/sprite.png) no-repeat 0 -120px;
	position: absolute;
	z-index: 8;
	top: 12%;
	right: 15%;
}
#snail {
	width: 85px;
	height: 71px;
	background: url(../images/sprite.png) no-repeat 0 -240px;
	position: absolute;
	z-index: 10;
	top: -22px;
	left: 50%;
}
#message {
	width: 129px;
	height: 63px;
	background: url(../images/sprite.png) no-repeat -120px top;
	position: absolute;
	z-index: 12;
	top: -100px;
	left: 45%;
	font-size: 12px;
	line-height: 20px;
	padding: 15px 0 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.butterfly {
	width: 35px;
	height: 27px;
	background: url(../images/sprite.png) no-repeat 0 -360px;
	position: absolute;
	z-index: 20;
}
#fly1 {
	top: -40px;
	right: 24%;
}
#fly2 {
	top: -30px;
	right: 20%;
}
#balloon {
	width: 200px;
	height: 515px;
	background: url(../images/sprite.png) no-repeat -120px -120px;
	position: absolute;
	bottom: -200px;
	left: 10%;
	z-index: 5;
}
