@charset "utf-8";

.main #pos1 img,
.main #pos2 img,
.main #pos3 img,
.main #pos4 img{
	display:block;
	width:100%;
	height:100%;
}
.main #pos1 .ballon,
.main #pos2 .ballon,
.main #pos3 .ballon,
.main #pos4 .ballon{
	position:absolute;
	display:block;
	font-size:13px;
	z-index:1;
}
.main #pos1{
	position:absolute;
	width:410px;
	height:210px;
	top:20px;
	left:20px;
  z-index:1;
}
.main #pos1 .ballon{
	height:32px;
	width:358px;
	top:6px;
	left:6px;
	background:url(/images/layout/bg-ballon1.png);
	padding:12px 20px 28px;
}
.main #pos2{
	position:absolute;
	width:270px;
	height:95px;
	top:20px;
	right:210px;
  z-index:2;
}
.main #pos2 .ballon{
	left:-245px;
	top:64px;
  width:226px;
	height:45px;
  background:url(/images/layout/bg-ballon3.png);
  padding:12px 20px 28px;
}
.main #pos3{
	position:absolute;
	width:170px;
	height:210px;
	top:20px;
	right:20px;
  z-index:4;
}
.main #pos3 .ballon{
	top:128px;
	left:-224px;
  width:226px;
	height:45px;
  background:url(/images/layout/bg-ballon3.png);
  padding:12px 20px 28px;
}
.main #pos4{
	position:absolute;
	width:270px;
	height:95px;
	bottom:20px;
	right:210px;
  z-index:3;
}
.main #pos4 .ballon{
	left:-245px;
	bottom:64px;
  width:226px;
	height:45px;
  background:url(/images/layout/bg-ballon2.png);
  padding:12px 20px 28px;
}
