@charset "utf-8";

/*--------------------------------------
*ヘッダー
*---------------------------------------*/

#header {
	float: left;
	width: 261px;
	height: 167px;
	}


#header p {
	width: 261px;
	height: 167px;
	background: url(../img/header/title.gif) no-repeat;
	line-height: 100%;
	text-indent: -9999px;
	}

#header a {
	/* except macIe ¥*/
	overflow: hidden;
	/*   */
	display: block;
	width: 261px;
	height: 167px;
	line-height: 100%;
	text-indent: -9999px;
	text-decoration: none;
	}


/*--------------------------------------
メインコンテンツ
---------------------------------------*/

#primaryArea {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 98px 64px 0px 0px;
	width: 527px;
	text-align: left;
	background: url(../img/artist/bg.gif) no-repeat 0px 19px;
	}



/*
LINE UP用ヘッダー
*/

#artist-header {
	overflow: hidden;
	}

#artist-header:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	}

/*\*/
* html #artist-header {
	height: 1em;
	overflow: visible;
}
/**/
#artist-header img {
	margin: 0px 32px 0px 23px;
	padding-bottom: 18px;
	float: left;
	width: 110px;
	}

#artist-header h1 {
	margin: 0px 0px 0px 0px;
	padding: 38px 0px 15px 5px;
	float: left;
	width: 344px;
	font-weight: bold;
	font-size: 25px;
	line-height: 130%;
	color: #d30000;
	background: url(../img/artist/line.gif) no-repeat bottom;
	}


#artist-header p.lead {
	}


/*
リリース
*/

#release {
	clear: both;
	overflow: hidden;
	text-align: left;
	background: url(../img/artist/bg_middle.gif) repeat-y;
	}

#release:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	}

/*\*/
* html #release {
	height: 1em;
	overflow: visible;
}
/**/

#release dt {
	height: 1px;
	line-height: 100%;
	text-indent: -9999px;
	}


/*ジャケット*/
#release img {
	margin: 0px 10px 0px 0px;
	padding: 2px;
	float: left;
	width: 110px;
	background: #fff;
	}


/*視聴ボタン*/
#release .product-digest {
	float: left;
	}
	
.product-digest a {
	width: 300px;
	height: 22px;
	display: block;
	/* except macIe ¥*/
	overflow: hidden;
	/*   */
	background: #bbb;
	text-decoration: none;
	color: #fff;
	line-height: 22px;
	text-align: center;
	}

.product-digest a:active,
.product-digest a:hover,
.product-digest a:focus {
	background: #ddd;
	}

/*リード*/
#release .lead {
	margin: 10px 0px 0px 0px;
	padding: 8px 0px 10px 0px;
	background: url(../img/line.gif) no-repeat;
	line-height: 140%;
	}
	
#release .lead li {
	}
	
/*リード*/
#release .lead .product-spec {
	margin: 10px 0px;
	padding: 10px 0px 0px 0px;
	display: block;
	background: url(../img/line.gif) no-repeat;
	}
	

/*シリーズアイコン*/
.product-data a.contentsleague,
.product-data a.contentsleague-plus,
.product-data a.shocon {
	margin-right: 3px;
	float: left;
	height: 35px;
	display: block;
	/* except macIe ¥*/
	overflow: hidden;
	/*   */
	text-decoration: none;
	line-height: 100%;
	text-indent: -9999px;
	}

.product-data a.contentsleague {
	width: 49px;
	background: url(../img/series1.gif) no-repeat 0px -7px;
	}

.product-data a.contentsleague-plus {
	width: 49px;
	background: url(../img/series2.gif) no-repeat 5px -7px;
	}

.product-data a.shocon {
	width: 49px;
	background: url(../img/series3.gif) no-repeat 13px -7px;
	}

.product-data a.contentsleague:active,
.product-data a.contentsleague:hover,
.product-data a.contentsleague:focus {
	background-position: 0px -49px;
	}

.product-data a.contentsleague-plus:active,
.product-data a.contentsleague-plus:hover,
.product-data a.contentsleague-plus:focus {
	background-position: 5px -49px;
	}

.product-data a.shocon:active,
.product-data a.shocon:hover,
.product-data a.shocon:focus {
	background-position: 13px -49px;
	}

#totop {
	padding: 25px 0px 0px 0px;
	clear: both;
	height: 15px;
	background: url(../img/artist/bg_bottom.gif) no-repeat 0px bottom;
	}

#totop a {
	float: right;
	width: 20px;
	height: 20px;
	display: block;
	/* except macIe ¥*/
	overflow: hidden;
	/*   */
	background: url(../img/btn/top.gif) no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	}

#totop a:active,
#totop a:hover,
#totop a:focus {
	background-position: 0px -20px;
	}

