@charset "utf-8";

/*

 XML変換が完了したページのみで利用

*/

/*--- 雑誌ページ 基本設定 -----------------------------------------*/

div.magazineInner {		/* padding用 */
	width: 618px;
	padding: 8px;
}

/* 表紙解説エリア */

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;
	}

/*--- 固有設定 ----------------------------------------------------*/

/* 画像セット枠 */

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_IFlame {
	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_IBody {
	margin:2px auto;
	width: 200px;
}
/* キャプション */
div.detail_ICap {
	text-align:left;
	margin:0px 8px 3px 8px;
	width: 188px;
	color: white;
	font-size: 9pt;
	font-weight: normal;
}

/* 本文内特殊表現 */

span.IMPACT {
	font-size: 11pt;
/*	font-weight: bold; */
	color: #ff3399;
}

