@charset "UTF-8";

div.from-db {
	color: #333;
	font-size: 12px;
	text-align: left;
	margin: 0 auto;
	width: 520px;
	min-height: 1px;
}
.from-db h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0.5em 0;
	padding: 3px 0 3px 6px;
	border-bottom: 1px solid #999;
	border-left: 6px solid #999;
}
.from-db p {
	line-height: 1.4;
	margin: 0 0 1em 0;
}
.from-db img {
	margin: 0 0 5px 10px;
	float: right;
}
.from-db:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .from-db {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}