#welbox1-scene1 .h1 { position: absolute; width: 500px; left: 10px; top: 20px; z-index: 11; line-height: 200%; }
#welbox1-scene1 .t1 { position: absolute; width: 500px; left: 20px; top: 64px; z-index: 11; line-height: 150%; }
#welbox1-scene1 .t2 { position: absolute; width: 400px; left: 20px; top: 120px; z-index: 12; line-height: 120%; }
#welbox1-scene1 .p1 { position: absolute; left: 50px; top: 20px; z-index: 1; }
#welbox1-scene1 .p2 { position: absolute; left: -140px; top: 330px; z-index: 4; }
#welbox1-scene1 .p3 { position: absolute; left: 420px; top: 400px; z-index: 5; }
#welbox1-scene2 .p5 { position: absolute; left: 40px; top: 80px; z-index: 3; }
#welbox1-scene2 .b1 {
	display: block;
	cursor: pointer;
	position: absolute;
	left: 700px;
	top: 80px;
	z-index: 9;
	font-family: pt-normal;
	font-size: 10pt;
	text-align: center;
	line-height: 100%;
	color: #676566;
	padding: 16px 12px;
	padding-bottom: 8px;
    background: #fcee29;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcee29', endColorstr='#fad11b');
	background: -webkit-gradient(linear, left top, left bottom, from(#fcee29), to(#fad11b));
	background: -moz-linear-gradient(top, #fcee29 0%, #fad11b);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: -1px 1px 4px rgba(000,000,000,0.7);
	-webkit-box-shadow: -1px 1px 4px rgba(000,000,000,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
#welbox1-scene2 .b1 > span {
	font-family: pt-bold;
	font-size: 18pt;
}