@charset "utf-8";
/* CSS Document */


#naka #main #header{
	margin-bottom: 0px;
}

#top_artist{
	width:750px;
	height:433px;
	float:left;
	margin-top:10px;
}
#top_album{
	width:149px;
	height:433px;
	float:left;
	margin-top:10px;
}
#top_albumbox{
	width:149px;
	height:385px;
	display:block;
	overflow-y:scroll;
	background-color:#231816;
	padding-top:15px;
}
#top_albumbox #lnk_box{
	width:106px;
	height:433px;
	margin:0 auto;
	text-align:center;
}
#top_albumbox #top_a01{
	width:105px;
	height:184px;
	display:block;
	overflow:hidden;
	background-image:url(../img/top/lnk_a_on.jpg);
	background-repeat:no-repeat;
}
#top_albumbox #top_b01{
	width:105px;
	height:184px;
	display:block;
	overflow:hidden;
	background-image:url(../img/top/lnk_b_on.jpg);
	background-repeat:no-repeat;
}
#top_albumbox #top_c01{
	width:105px;
	height:155px;
	display:block;
	overflow:hidden;
	background-image:url(../img/top/lnk_c_on.jpg);
	background-repeat:no-repeat;
}
#top_albumbox #top_d01{
	width:105px;
	height:155px;
	display:block;
	overflow:hidden;
	background-image:url(../img/top/lnk_d_on.jpg);
	background-repeat:no-repeat;
	clear: both;
}
#top_albumbox #top_a01 img:hover,
#top_albumbox #top_b01 img:hover,
#top_albumbox #top_c01 img:hover,
#top_albumbox #top_d01 img:hover{
	opacity:0;
	filter:alpha(opacity=0);
}


#top_artist .banner{
	clear:none;
	margin-top:20px;
	padding-bottom:20px;
	height:110px;
	width:380px;
	float: right;
	}
	
#top_area{
	clear:both;
	width:900px;
	height:563px;
}

/*新規デザイン用*/

#top_img {
	clear: both;
	float: left;
	height: 410px;
	width: 900px;
	overflow: hidden;
	margin-bottom: 5px;
}

#under_box {
	clear: both;
	float: none;
	height: auto;
	width: 900px;
}

#under_box .banner{
	clear:none;
	height:110px;
	width:370px;
	float: right;
	}

#under_box .album {
	clear: none;
	float: left;
	height: auto;
	width: auto;
}

.album h2 {
	background-image: url(../img/top/ti_album.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: none;
	height: 12px;
	width: 61px;
	margin-bottom: 10px;
}

.album .albumbox {
	clear: none;
	float: left;
	height: auto;
	text-align: left;
}

.albumbox img{
	margin-bottom: 5px;
	overflow: hidden;
}

.albumbox p{
	font-size: 11px;
	line-height: 15px;
	color: #333;
	text-align: center;
}

.album .margin_r15{
	margin-right: 15px;
	overflow: hidden;
}

.album a {
	color: #222;
	text-decoration: none;
}
