@charset "Shift_JIS";

/*============================================================
//
//  目次-------------------------
//  ・共通項目
//  ・ヘッダー
//  ・コンテンツ共通
//  ・フッター
//
//
//==========================================================*/

/* メニュータブ調節 */
#header #menu ul li#news a{
	display: block;
	background-position: 0 -30px;
}
#header #menu ul li#top a{
	display: block;
	background-position: 0 0px;
}


#cnts-news{
	width: 880px;
	margin-top: 30px;
	margin-left: 20px;
	text-align: left;
}


#cnts-news #title{
	width: 200px;
	float: left;
}
#cnts-news #ti-lead{
	width: 220px;
	float: right;
}

#cnts-news #title-lay{
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
}

/* タイトル */
#cnts-news #title h3{
	width: 200px;
	height: 24px;
	font-size: 10px;
	line-height: 100%;
	text-indent: -9999px;
	background: url(http://www.dvddata-mag.com/news/image/news_title.gif) no-repeat;
}

/* リード */
#cnts-news #ti-lead{
	font-size: 10px;
	line-height: 120%;
	text-align: right;
}



.news-left{
	width: 145px;
	float: left;
	margin: auto auto 10px 0;
	border: 1px dotted #336600;
	background: #fff9e5;
}
.news-left p{
	padding: 5px;
}
.news-right{
	width: 720px;
	margin: auto 0 auto auto;
}
.news-right p{
	margin-bottom: 10px;
}
.news-right p.title{
	color: #cc6666;
	font-size: 14px;
	font-weight: bold;
}
.news-line{
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
}

#news-pager{
	text-align: right;
}
#news-pager a{
	color: #333333;
}
#news-pager a:hover{
	color: #cc6666;
}