/* CSS Document */
@charset "utf-8";

.img_list {
	width:678px;
	border-bottom:solid 1px #CCCCCC;
	overflow:hidden;
}

* html .img_list {height:1%;}


	.img_list_L {
		float:left;
	}

	.img_list_R {
		float:left;
		margin:0 0 0 20px;
	}

	.img_list h3 {
		font-size:115%;
		color:#ed6d00;
		line-height:1.2;
		margin-top:10px;
	}

	
	.img_list img {
		margin:10px 0;
	}