.float_l {
	margin-bottom: 20px;
}

.float_r {
	border: solid 1px #9C9C9C;
	max-width: 450px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Android用 */  
}

.float_r img {
	width: 100%;
	height: auto;
}

