
/* Detail */


div.detail_contentsWakuBody {
	width:634px;								/* 全体では634px */
	margin:0px auto;
}

div.detail_inner {
	padding: 8px;
}


/* トップ見出し */
div.detail_SFlame {
	margin: 8px 3px 24px 3px;
}

div.detail_SBody {
/*	border-top: solid #ff90a0 3px; */
	border-top: solid #c0c0f0 3px;
/*	border-bottom: solid #ff90a0 3px; */
	border-bottom: solid #c0c0f0 3px;
	padding: 8px 12px;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #ff3399;
	line-height: 1.2em;
}

/* 小見出し0 */
div.detail_S0Flame {
	margin: 8px 3px;
}

div.detail_S0Body {
	border: solid #ffe8e0 1px;
	background-color: #fff8f0;
	padding: 2px 6px;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #ff3399;
	border-left: solid #ffc0ff 6px;
}

/* 本文 */
div.detail_CFlame {
	margin: 3px 3px 16px 3px;
}

div.detail_CBody {
	border: solid #e8e8e8 1px;
	background-color: #f8f8f8;
	padding: 8px 12px;
	text-align: left;
	font-size: 9pt;
	font-weight: normal;
	color: #505050;
}

/* 画像セット枠 */

div.detail_ISFlame{
	margin: 0px 3px 12px 3px;
/*	width: 658px; */
	width: 612px;
}

div.detail_ISBody{
	padding: 0px 12px;
/*	width: 634px; */
	width: 588px;					/* 内部divカスケード配置末端のClear:both;を不要にする手当 */
	overflow: hidden;			/* (同上) */	
}

/* 単一画像のキャプションセットフレーム */
div.detail_IFlame {
	width: 204px;
	float:left;
	margin: 0px 2px;
	border: solid #606060 1px;
	text-align: center;
	background-color: black;
}

/* 画像 */
div.detail_IBody {
	margin:2px auto;
	width: 200px;
}
/* キャプション */
div.detail_ICap {
	text-align:left;
	margin:0px 8px 1px 8px;
	width: 188px;
	color: white;
	font-size: 9pt;
	font-weight: normal;
}

/* 664px */