/* main graphic */
.picture { margin: -0.8em 0 35px; }
.picture img {
	display: block;
	float: left;
	margin-right: 3px;
}

/* sub grahic */
.picture-set {
	width: 143px;
	float: left;
}
.picture-set img { float: none; }
#text .picture-set p {
	width: 137px;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin: 0;
	color: #053145;
}

/* rounded corner box */
.myBox {
	width: 137px;
	background: #ced6db;
	padding-top: 3px;
	margin-bottom: 5px;
}
.myBox h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	text-indent: 5px;
	color: #053145;
}


