@charset "utf-8";
.frame1 {
	float: left;
	width: 300px;
	position: absolute;
	left: 350px;
	top: 300px;
		background-color: #ffffff;
}
.frame2 {
	float: left;
	width: 300px;
	position: absolute;
	left: 350px;
	top: 300px;
		background-color: #ffffff;
}
