@charset "Shift_JIS";

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

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


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


/* タイトル周りレイアウト */
#cnts-voice #title{
	width: 200px;
	float: left;
}
#cnts-voice #ti-lead{
	width: 220px;
	float: right;
}

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

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

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


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

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