@charset "Shift_JIS";

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


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

/* レイアウト */
#release-cnts{
	width: 880px;
	margin-left: 25px;
	margin-top: 30px;
}

#release-cnts #title-lay{
	border-bottom: 1px solid #999999;
}

#release-cnts #title{
	width: 200px;
	float: left;
}
#release-cnts #ti-menu{
	width: 430px;
	float: left;
	margin-left: 10px;
}
#release-cnts #ti-lead{
	width: 220px;
	float: right;
}

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

/* メニュー */
#ti-menu ul{
	list-style: none;
	padding-top: 8px;
}
#ti-menu ul li{
	float: left;
	height: 14px;
}
#ti-menu ul li#date{
	width: 90px;
}
#ti-menu ul li#pickup{
	width: 105px;
	text-indent: -9999px;
	background: url(http://www.dvddata-mag.com/release/image/btn_pickup.gif) no-repeat 0 -30px;
}
#ti-menu ul li#wadai{
	width: 125px;
	text-indent: -9999px;
	background: url(http://www.dvddata-mag.com/release/image/btn_wadai.gif) no-repeat 0 0;
}
#ti-menu ul li#shinsaku{
	width: 109px;
	text-indent: -9999px;
	background: url(http://www.dvddata-mag.com/release/image/btn_shinsaku.gif) no-repeat 0 -30px;
}

#ti-menu ul li#pickup a{
	display: block;
	width: 89px;
	height: 14px;
}
#ti-menu ul li#wadai a{
	display: block;
	width: 109px;
	height: 14px;
}
#ti-menu ul li#shinsaku a{
	display: block;
	width: 109px;
	height: 14px;
}

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



/* リスト部分 */
#list-lay .title{
	margin-top: 15px;
	margin-bottom: 10px;
	background: #996666;
	font-size: 14px;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
}

#list-lay .spec{
	width: 330px;
	float: left;
	border: 1px dotted #333333;
	margin-bottom: 15px;
}
#list-lay .detail{
	width: 540px;
	float: right;
	margin-bottom: 15px;
}

/* スペック */
#list-lay .spec p.rental{
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
	color: #000000;
}
#list-lay .spec p.data{
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
	color: #000000;
}
#list-lay .spec p.cast{
	margin: 5px;
	color: #000000;
}

/* 詳細 */
#list-lay .detail .name{
	font-size: 12px;
	font-weight: bold;
	color: #996666;
	margin-bottom: 5px;
}
#list-lay .detail .text{
	color: #000000;
}