#sun{
	width:140px;
	height:140px;
	background:url(../images/taiyou.png) no-repeat 0 0;
	position:absolute;
	z-index:9;
	top:8%;
	left:12%;
}
.cloud{
	width:145px;
	height:65px;
	background:url(../images/kumo.png) no-repeat 0 0;
	position:absolute;
}
#cloud1{
	top:5%;
	left:5%;
	z-index:10;
}
#cloud2{
	top:10%;
	left:20%;
	z-index:10;
}
#cloud3{
	top:5%;
	right:20%;
}
#cloud4{
	top:5%;
	right:40%;
}
#ground{
	height:100px;
	width:100%;
	position:absolute;
	bottom:0;
	right:200px;
	background:url(../images/yama.png) repeat-x 0 bottom;
	z-index:10;
}
#bike{
	width:150px;
	height:120px;
	background:url(../images/monster.png) no-repeat 0 0 ;
	position:absolute;
	z-index:11;
	top:-50px;
	left:300px;
}
#message1{
	width:135px;
	height:81px;
	background:url(../images/chui.png) no-repeat 0 0 ;
	position:absolute;
	z-index:10;
	top:-100px;
	left:350px;
	color: #000;
	font-size:24px;
	font-weight:bold;
	padding:22px 0 0 35px;
}
.butterfly{
	width:100px;
	height:60px;
	background:url(../images/bird.png) no-repeat 0 0;
	position:absolute;
	z-index:11;
}
#fly1{
	top:-100px;
	left:40%;
}
#fly2{
	top:-80px;
	left:50%;
}
#balloon{
	width:200px;
	height:400px;
	background:url(../images/helico.png) no-repeat 0 0;
	position:absolute;
	top:-100px;
	right:500px;
	z-index:9;
}