@import url("../../../css/common.css");

/*## ニュースリリース(2005年、2006年、2007年) ################################*

/* サブタイトル背景 */
div.sub-title{
	width:590px;
	margin:15px auto;
	padding:0;
	background:url('../image/title_underline.gif') no-repeat bottom left;
	}

/* サブタイトル */
div.sub-title h4{
	margin:0;
	padding:5px 0;
	text-align:left;
	}

/* ニュース：テーブル */
table.news{
	margin:0 auto;
	padding:0;
	border:1px #999;
	border-style:solid none none none;
	}

/* ニュース：項目セル */
table.news th{
	width:100px;
	margin:0;
	padding:8px 0px 5px 20px;
	font-weight:normal;
	border:1px #999;
	border-style:none none solid none;
	background:url('../image/news-arr.gif') no-repeat center left;
	text-align:left;
	}

/* ニュース：データセル */
table.news td{
	width:350px;
	margin:0;
	padding:5px 0 0 10px;
	font-weight:normal;
	border:1px #999;
	border-style:none none solid none;
	}


/*## 掲載誌ご紹介 #######################################################*/

/* 今月のおすすめ:枠 */
#osusume{
	width:526px;
	margin:0px auto 20px;
	padding:0px;
	}
/* 今月のおすすめ:タイトル */
h4{
	width:526px;
	margin:0px;
	padding:0px;
	}
/* 今月のおすすめ：背景(サイドボーダー) */
#osusume .middle{
	width:526px;
	margin:0px;
	padding:0px;
	background:url('../image/osusume-middle.gif') repeat-y;
	}
/* 今月のおすすめ:テーブル */
#osusume table{
	width:470px;
	margin:20px 0px 10px 20px;
	font-size:12px;
	}
/* 今月のおすすめ:セル */
#osusume table td{
	vertical-align:bottom;
	}
/* 今月のおすすめ:文章 */
#osusume p{
	margin:10px 10px 0px 20px;
	padding-left:10px;
	text-align:left;
	}
/* 今月のおすすめ:文章（左ボーダー） */
#osusume table p.line{
	border-left:6px solid #e7e7e7;
	}
/* 今月のおすすめ:文章（タイトル） */
#osusume table p.title{
	font-size:14px;
	font-weight:bold;
	color:#be1718;
	}
/* 掲載誌:テーブル */
#keisaishi table{
	width:530px;
	margin:15px 0px 10px 20px;
	font-size:12px;
	}
/* 掲載誌:セル */
#keisaishi table td{
	vertical-align:top;
	width:275px;
	}
/* 掲載誌:画像 */
#keisaishi table img{
	margin:20px 0px;
	}
/* 掲載誌:文章（本のタイトル） */
#keisaishi table td.title{
	padding:0px 0px 15px 0px;
	color:#be1718;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	}
/* 掲載誌:テーブルセル（左ボーダー） */
#keisaishi table td.line{
	width:255px;
	margin:0px auto;
	border-left:6px solid #e7e7e7;
	}
/* 掲載誌:文章（本の説明文） */
#keisaishi table td.line p{
	width:240px;
	margin:0px auto;
	padding-left:20px;
	}
