@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

/* 見出しなしのテキストのみ場合
----------------------------------------------------------- */

#contents h2	{
	margin-bottom: 50px;
}

/* outmost wrapper element */
#scrollable {
	width:1000px;
	height:120px;
	margin-bottom: 30px;
}

/* container for the scrollable items */
div.items {
	height:180px;	
	float:left;
	width:900px !important;
	margin: 0 10px 0 24px;
}



/* single item */
div.items span {
	display:block;
	float:left;
	margin-right:30px;
	width:154px;
}

p.artistName {
padding-top: 6px;
text-align:center;
}

a.prev, a.next {
	background:url(../img/left.gif) no-repeat 0 0;
	display:block;
	width:29px;
	height:33px;
	float:left;	
	margin:50px 0 0 0;
	cursor:pointer;
}
a.next {
	background-image:url(../img/right.gif)		
}

a.prev:hover {
	background-position:0 -33px;		
}

a.next:hover {
	background-position:0 -33px;		
}



/* navigator */
div.navi {
	clear:both;
	margin:0 auto 0;
	padding-top:10px;
	width:100px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/dot.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 