/*--------------
クリアフィックス
--------------*/
/* For modern browsers用 */
.cf:after{
	content: "";
	display: block;
	clear: both;
}

/* For IE 6/7用 */
.cf { zoom: 1; }



/*--------------------------------
info
--------------------------------*/
section#info{
	width:100%;
	padding:5px;
	margin-top:0px;
	margin-bottom: 20px;
}

	section#info h2{
		margin-bottom: 0px;
		border-left: 5px solid #479de2;
		border-bottom: 1px solid #479de2;
		padding-left: 5px;
		padding-bottom: 10px;
		padding-top: 5px;
	}
	section#info h2 span{
		float:right;
	}
	
div#info-l{
	width:300px;
	float: left;
	margin-right: 10px;
}


div#info-l ul li{
	border-bottom:1px dotted #ccc;
	padding:10px;
}

div#info-l ul li span{
	margin-right: 10px;

}

div#info-r{
	width:400px;
	float: right;
}

div#info-r p{
	width:300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

div#info-r p img{
	width:100%;
}


div#info-r ul li{
	float: left;
	width:190px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#info-r ul li img{
	width: 100%;
}






