@charset "utf-8";
.border {
	border: 1px dashed #666666;
}
.yazi {
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.border2 {
	border: 1px dashed #333333;
}
div.pos1 {
	width: 400px;
}
div.pos2 {
	position: relative; 
	top: 20px; 
}
div.pos3 {
	position:absolute;
	left:751px;
	top:175px;
	z-index:-1;
}
div.pos4 {
	position:absolute;
	left:865px;
	top:304px;
}
div.pos5 {
	position:absolute;
	left:749px;
	top:439px;
	z-index:-1;
}
div.pos6 {
	position:absolute;
	left:865px;
	top:575px;
}

