@charset "utf-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	記事リーフ・本文セクション（記事・制作用）
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/*
	署名     __________________________________________
	サンプル  __________________________________________
	<p class="signature">（日経太郎／BPnet編集部）</p>
*/
#m_body p.signature {
	text-align:right;
}

/*
	リード文（1ページ目先頭）  ____________________________
	サンプル  __________________________________________
	<div class="lead">
	<p>このようにリード文を記述する</p>
	<p>2〜3段落、全15行程度にとどめること。</p>
	</div>
*/
#m_body div.lead, /* obsolete names */ #m_body div.column_lg, #m_body div.column_dg {
	background:url(../images/leaf/article_lead_bg_std.gif) repeat-x left bottom;
	padding:0.8em;
}
#m_body div.lead p, #m_body div.column_lg p, #m_body div.column_dg p {
	text-indent:0;
}

/*
	囲み文（最終ページ末尾）  ____________________________
	サンプル  __________________________________________
	<div class="box">
	<p>このようにリード文を記述する</p>
	<p>2〜3段落、全15行程度にとどめること。</p>
	</div>
*/
#m_body div.box, /* obsolete names */ #m_body div.kakomi {
	background:url(../images/leaf/article_box_bg_std.gif);
	padding:0.8em; margin:1em 0;
}
#m_body div.box p, #m_body div.kakomi p {
	text-indent:0;
}


/*
	記事全文（専門サイト）への誘導（1段落、システムでも利用） ____
	サンプル  __________________________________________
	<p class="link">詳細は、○○の<a href="△△">記事
	全文</a>をご覧ください。</p>

	<p style="text-align:right;">詳細は、○○の
	<a class="link" href="△△">外部リンク</a>をご覧ください。</p>

*/
#m_body p.link {
	margin:1em 20px; padding-left:4px;
	background:url(../images/leaf/arrow_back.gif) no-repeat 0 5px;
}

#m_body a.link {
	padding-left:20px;
	background:url(../images/leaf/arrow_back.gif) no-repeat 0 2px;
	text-decoration:none;
}

#m_body a:hover.link {
	color: #039;
	text-decoration:underline;
}


/*
	インタビュー形式 ____________________________________
	サンプル  __________________________________________
	<p class="q">──つまり、質問が記述できるのですね。</p>
	<p class="a"><b>山田</b>　そういうことになります。</p>
	<p>二行目以降は普通にpだけでよいのです。</p>
*/
#m_body p.q, #m_body p.a {
	text-indent:0;
}
#m_body p.q {
	margin-top:1em;
	font-weight:bold;
}

/*
	シカケ  __________________________________________
	サンプル  __________________________________________
	<div class="left" style="width: 250px;">
	<div><img src="../060908_01.jpg" alt=""></div>
	<p>日経太郎・インターネット部課長</p>
	</div>
	※classにborderも追加する（例：class="left border"）
	場合、widthの値を2px増やす。（つまり、最大横幅は498px）
	※classにphotoframeも追加する場合、widthを18px増やす。
	（つまり最大横幅は482px）
*/
#m_body div.center {
	margin: 2em auto;
}
#m_body div.left {
	float: left; margin: 1.5em 2em 1.5em 20px;
	display:inline; /* for Win IE */
}
#m_body div.right {
	float: right; margin: 1.5em 20px 1.5em 2em;
	display:inline; /* for Win IE */
}
#m_body div.center p, #m_body div.left p, #m_body div.right p {
	line-height: 120%; font-size: 12px; color:#555;
	text-indent:0; margin: 0.5em 0 0 0;
}
#m_body div.center *, #m_body div.left *, #m_body div.right * {
	line-height: 120%; font-size:12px;
}


#m_body div.border div {
	border:1px solid #666;
}

#m_body div.photoframe {
	border-top:1px solid #eee;
	border-left:1px solid #ddd;
	background:#f6f6f6 url(../images/leaf/photoframe_bg.jpg) no-repeat right bottom; 
}
#m_body div.photoframe div {
	margin-bottom:10px;
}
#m_body div.photoframe div img {
	margin-top:8px;
	margin-left:7px;
	margin-right:9px;
}
#m_body div.photoframe p {
	color:#666; line-height:140%;
	margin:0; padding:0 10px 10px 10px;
}

/* 画像に直接適用する場合 */

#m_body img.left {
	float: left; margin: 1.5em 2em 1.5em 20px;
}
#m_body img.right {
	float: right; margin: 1.5em 20px 1.5em 2em;
}

/*
	フォトレポート用
	サンプル  __________________________________________
	<div class="center">
	<div class="imgborder"><img src="../061002_photo.jpg" alt="新製品の○○"></div>
	<p class=caption>写真＝キャプションを入れる</p>
	<p class=camera_info>カメラ：カメラ名を入れる</p>
	</div>
*/
#m_body div.imgborder img { width:498px; border: 1px solid #666; margin:5px 20px; }
#m_body p.caption, #m_body p.camera_info {
	color:#666;
	line-height: 120%;
	font-size: 11px;
	text-indent:0;
	padding:0 20px;
}

/*
	一般スタイル
	見出し、引用、表、字下げなし
*/
#m_body h2 {
	font-size: 14px;
	margin: 2em 0 1em 20px;
	padding:1em;
	border-left: 1px solid #034;
	color:#034;
}

#m_body h3 {
	font-size: 14px;
	margin:2em 0 1em 20px;
	padding: 0.5em 1em;
	color: #034;
	border-top: 1px dotted #034;
}

#ask_your_comment h3 {
	margin:2em 20px 1em 20px;
}

#m_body blockquote { 
	padding: 0 10px 0px 20px;
	margin: 20px 0;
	color:#333;
	border-left: 6px solid #666;
}

#m_body table {
	margin-top:2em;
}
#m_body caption {
	font-size:12px; text-align: left;
	padding:5px; margin-bottom:2em;
	caption-side:bottom;
}
#m_body th {
	font-size:14px; text-align: left;
	padding: 5px;
	border-top: 1px solid black; border-bottom: 2px solid black;
}
#m_body td {
	font-size:14px;
	padding: 5px;
	border-bottom: 1px solid black;
}

#m_body table.no_border th, #m_body table.no_border td {
	border-top: none;
	border-bottom: none;
}

#m_body div.no_indent p, #m_body div.interview p, #m_body p.info {
	text-indent: 0em;
}


/*
	ニュース特集 (/news/feature) 用
*/
body.news #m_body #top_stories h2{
	font-size:18px; border-top:none; border-left:none;
	margin:2em 0 5px 0; padding:0;
}

body.news #m_body #top_stories h3{
	font-size:14px; border-top:none;
	margin:2em 0 5px 0; padding:0;
}

body.news #m_body #top_stories h2 a, body.news #m_body #top_stories h3 a {
	color:#000;
	text-decoration:none;
}

body.news #m_body #top_stories span a {
	text-decoration:underline;
}

body.news #m_body #top_stories h2 a:hover, body.news #m_body #top_stories h3 a:hover {
	color:#fff;
	text-decoration:underline;
}

body.news #m_body #top_stories h2 span, body.news #m_body #top_stories h3 span{
	font-size:12px; color:#000;
}

body.news #m_body #top_stories p {
	margin-top:0.5em;
}

body.news #m_body #top_stories p {
	font-size:12px;
}


