@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/new_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 -30px;
}
#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 0;
}

#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;
}


/* レイアウト */
#release-cnts #submenu{
	margin-top: 30px;
	width: 103px;
	float: left;
}
#release-cnts #list-lay{
	margin-top: 30px;
	width: 770px;
	float: right;
}

/* サブメニュー */
#release-cnts #submenu ul{
	list-style: none;
	background: url(http://www.dvddata-mag.com/release/image/new_sub_body.gif) repeat-y;
}
#release-cnts #submenu ul li{
	width: 80px;
	height: 11px;
	margin-left: 10px;
	text-indent: -9999px;
}
#release-cnts #submenu ul li#oversea{
	background: url(http://www.dvddata-mag.com/release/image/new_sb_oversea.gif) no-repeat 0 0;
	margin-bottom: 20px;
}
#release-cnts #submenu ul li#japan{
	background: url(http://www.dvddata-mag.com/release/image/new_sb_japan.gif) no-repeat 0 0;
	margin-bottom: 20px;
}
#release-cnts #submenu ul li#tv{
	background: url(http://www.dvddata-mag.com/release/image/new_sb_tv.gif) no-repeat 0 0;
	margin-bottom: 20px;
}
#release-cnts #submenu ul li#anime{
	background: url(http://www.dvddata-mag.com/release/image/new_sb_anime.gif) no-repeat 0 0;
}
#release-cnts #submenu ul li a{
	display: block;
	width: 80px;
	height: 11px;
}

#release-cnts #submenu ul li#oversea_{
	background: url(http://www.dvddata-mag.com/release/image/new_sb_oversea.gif) no-repeat 0 -15px;
	margin-bottom: 20px;
}
#release-cnts #submenu ul li#japan_{
	background: url(http://www.dvddata-mag.com/release/image/new_sb_japan.gif) no-repeat 0 -15px;
	margin-bottom: 20px;
}
#release-cnts #submenu ul li#tv_{
	background: url(http://www.dvddata-mag.com/release/image/new_sb_tv.gif) no-repeat 0 -15px;
	margin-bottom: 20px;
}
#release-cnts #submenu ul li#anime_{
	background: url(http://www.dvddata-mag.com/release/image/new_sb_anime.gif) no-repeat 0 -15px;
}


/* リスト部分レイアウト */
#release-cnts #list-lay .date{
	width: 70px;
	float: left;
}
#release-cnts #list-lay .detail{
	width: 695px;
	float: right;
}

/* 日付 */
#release-cnts #list-lay .date p{
	color: #996666;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

/* タイトル部分 */
#release-cnts #list-lay .detail .title-lay{
	background: #996666;
	padding: 3px;
}
#release-cnts #list-lay .detail .title-lay .title{
	width: 430px;
	float: left;
}
#release-cnts #list-lay .detail .title-lay .spec{
	width: 250px;
	float: right;
	text-align: right;
}

#release-cnts #list-lay .detail .title-lay .title p{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
#release-cnts #list-lay .detail .title-lay .spec p{
	color: #ffffff;
}
#release-cnts #list-lay .detail p.cast{
	color: #996666;
	margin-top: 5px;
}
#release-cnts #list-lay .detail p.text{
	margin-top: 5px;
	margin-bottom: 10px;
}


/* ページャー */
#release-cnts #pager{
	border-top: 1px solid #999999;
	padding-top: 5px;
	text-align: right;
}
#release-cnts #pager a{
	color: #333333;
}