@charset "utf-8";
/* CSS Document */

p {
	width: 620px;
	margin: 1em 0 2em 10px;
	line-height: 160%;
	text-align: justify;
	text-justify: distribute;
}

p img {
	border: 1px solid #c06;
	margin: 10px 15px;
	display: block;
}
p.left img {
	float: left;
}
p.right img {
	float: right;
}

div#main div.back {
	width: 560px;
	margin: 0 auto;
	text-align: right;
}


