@charset "utf-8";
.bgleft {
	background-image: url(images/bgl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bgright {
	background-image: url(images/bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

