@charset "utf-8";

/*

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

*/

/* 雑誌ページ
-------------------------------------------------*/
/*
div.contentsWakuBody {
	width: 634px;
	background-image: url("../../g/waku680_body.gif");
	margin:0px auto;
}
*/

div.magazineInner {		/* contentsWaku で margin を使っているので 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;
/*	border-left: solid #ff90a0 6px; */
}

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.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;
	cursor:pointer;
	}

div.contentsText {
	width: 598px;
	border-bottom: dotted red 1px;
	padding:4px 20px 4px 0px;
	font-weight: normal;
	color: #505050;
	line-height:1.5em;
	}

