
/* Detail */


div.detail_inner {
	width:618px;
	margin:0px auto;
}


/* トップ見出し */
div.detail_SFlame {
	margin: 4px 0px 8px 0px;
	background-color: #80a0ff;
}

div.detail_SBodyW {
	width: 612px;
	margin-left:6px;
	background-color: white;
}

div.detail_SBody {
	padding: 8px 8px;
	text-align: left;
	font-size: 12pt;
	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_ISFlame1{
	margin: 0px 0px 12px 0px;
	width: 618px;				/* 内部divカスケード配置末端のClear:both;を不要にする手当 */
	overflow: hidden;			/* (同上) */	
	background-image: url('../../g/mainpool/common/imgset_bg1.gif');
}

div.detail_ISFlame2{
	margin: 0px 0px 12px 0px;
	width: 618px;				/* 内部divカスケード配置末端のClear:both;を不要にする手当 */
	overflow: hidden;			/* (同上) */	
	background-image: url('../../g/mainpool/common/imgset_bg2.gif');
}

div.detail_ISFlame3{
	margin: 0px 0px 12px 0px;
	width: 618px;				/* 内部divカスケード配置末端のClear:both;を不要にする手当 */
	overflow: hidden;			/* (同上) */	
	background-image: url('../../g/mainpool/common/imgset_bg3.gif');
}

/* 単一画像のキャプションセットフレーム（左右） */
div.detail_IFlameE {
	width: 204px;
	float:left;
	margin: 0px 0px;
	text-align: center;
}

/* 単一画像のキャプションセットフレーム(中央) */
div.detail_IFlameC {
	width: 204px;
	float:left;
	margin: 0px 3px;
	text-align: center;
}

/* ここまで */


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

/* 表紙解説エリア */

div.bookcover {
	width: 618px;
	margin-bottom: 8px;
}

div.bookcover_image {
	float: left;
	width: 250px;
	height: 300px;
	background-image: url('../../g/magazine/face_base.jpg');
}

div.bookcover_info {
	float: left;
	width: 368px;
}

div.topTitle {	/* 表紙解説タイトル */
	font-size: 16px;
	color: white;
	background-image: url('../../g/mainpool/magazine/title_back.jpg');
	width: 344px;
	height: 28px;
	padding: 0px 12px;
	line-height: 28px;
}

div.contentsTextTop {
	width: 350px;
	height: 242px;
	border: solid #e8e8e8 1px;
	background-color: #f8f8f8;
	padding:12px 8px 12px 8px;
	font-weight: normal;
	color: #505050;
	line-height:1.5em;
	}

div.subTitle {	/* 表紙解説タイトル */
	width: 596px;
	height: 24px;
	font-size: 15px;
	color: #ff3399;
	background-color: #ffd3d4;
	padding: 0px 8px;
	line-height: 24px;
	border-left: solid #ff90a0 6px;
}

div.contentsText {
	width: 595px;
	border-right: solid #e8e8e8 1px;
	border-bottom: solid #e8e8e8 1px;
	background-color: #f8f8f8;
	padding:8px;
	font-weight: normal;
	color: #505050;
	line-height:1.5em;
	border-left: solid #ff90a0 6px;
	}

div.contentsLead {
	width: 595px;
	border-right: solid #ffe8e0 1px;
	border-bottom: solid #ffe8e0 1px;
	background-color: #fff8f0;
	padding:8px;
	font-weight: normal;
	color: #d05040;
	line-height:1.5em;
	border-left: solid #ff90a0 6px;
	}

div .backLink
	{
	float:right;
	margin-bottom:12px;
	}
