@charset "utf-8";
/* CSS Document */
#maincontents{
	position:relative;

	}

#maincontents img{
		display:inline;
		margin-left:55px;
		/*margin-bottom:8px;*/
		/*margin-top:12px;*/
		border:none;
		}
#cast_box{
	display:block;
	margin-top:12px;
	float:left;
	
}

#cast_box a.hrs_cast_name{
	display:block;
	margin-left: 55px;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	text-decolation: none;
}

/*ネクストボタン*/
#next_b a{
	display:block;
	position:absolute;
	width:90px;
	height:20px;
	bottom:30px;
	right:62px;
	background-image:url("../images/next_b.png");
	background-repeat:no-repeat;
	}
/*プレビュボタン*/
#prev_b a{
	display:block;
	position:absolute;
	width:90px;
	height:20px;
	bottom:0px;
	right:62px;
	background-image:url("../images/prev_b.png");
	background-repeat:no-repeat;
	}

/*ロールオーバー*/
#next_b a:hover{
	background-position:0 -20px;
}
#prev_b a:hover{
	background-position:0 -19px;
	}
	
/*ロールオーバー固定*/
#cast a , #cast a:hover{
	background-position:0 -25px;
	}


