/* リード部分 */

#contentsBody #lead {
	background: url(../img/bg_lead.gif) repeat-y top left;
	width: 706px;
	height: 92px;
	margin-bottom: 10px;
	float: right;
}

#contentsBody #lead p {
	padding: 16px 6px 0 136px;
text-indent:1em;
}

#contentsBody.tmb #lead {
	width: 540px; /*サムネイル付きリード*/
	height: 120px;
}

#contentsBody.tmb #lead_tmb {
	float: left;
	width:160px;
	height: 120px;
}

/* リード部分 */
