@charset "utf-8";

div#content div.picture {
	margin: 1em 0px 0px 10px;
	}
/* Start clear fix */
div#content div.picture:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	}
div#content div.picture {
	zoom: 1;
	}
/* End clear fix */
div#content div.picture dl {
	width: 303px;
	float: left;
	}
div#content div.picture dl:last-child {
	float: right;
	}
div#content div.picture dl dt img {
	padding: 1px;
	border: solid 1px #e6e6e6;
	display: block;
	}
div#content div.picture dl dd {
	margin-top: 0.5em;
	font-size: 86%;
	line-height: 1.2;
	}

