@charset "utf-8";
/*　ボーイシフト部　*/
#slider2 {
	width: 838px;
	padding-right: 0px;
	height: 130px;
	position: relative;
	left: 2px;
	top: 0px;
	overflow:hidden;
}
#slider2 ul,#no_slide ul {
	height: 130px;
	display: block;
	list-style-type: none;
	width: 838px;
	left: 0px;
	top: 0px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#slider2 li {
	display: block;
	height: 130px;
	width: 838px;
	float: left;
	padding: 0px;
}
#no_slide li {
	display: block;
	height: 130px;
	width: 838px;
	float: left;
	margin-bottom:20px;
}
#profile_shift #prevBtn, #profile_shift #nextBtn {
	width:40px;
	height:40px;
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	position:relative;
	z-index:1000;
	cursor:pointer;
}														
#profile_shift #nextBtn {
	background-image: url(../../img/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left:780px;
	top: -125px;
	_top: -139px;
}
#profile_shift #prevBtn {
	background-image: url(../../img/btn_back.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left: 21px;
	top: -85px;
	_top: -99px;
}
#profile_shift #nextBtn:hover {
	background-image: url(../../img/btn_next_on.png);
}
#profile_shift #prevBtn:hover {
	background-image: url(../../img/btn_back_on.png);
}


/*　出演DVD部　*/
#slider,#dvd {
    height: 268px;
    left: 12px;
    overflow: hidden;
    position: relative;
    top: 32px;
    width: 818px;
}

#slider li img,#dvd li img{
    border:none;
	display: block;
	width: 96px;
	margin-right: auto;
	margin-left: auto;
}
#slider ul,#dvd ul {
	position:absolute;
	margin:0;
	list-style:none;
	display:block;
	height: 268px;
	width: 818px;
	padding-top: 0;
	padding-right: 84;
	padding-bottom: 0;
	padding-left: 84;
}
#slider li,#dvd li {
    clear: both;
    display: block;
    float: left;
    height: 268px;
    list-style: none outside none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 84px;
    padding-top: 28px;
    width: 734px;
}
#slider li div,#dvd li div {
	display: block;
	float: left;
	height: 220px;
	width: 116px;
	text-align: center;
	padding-right: 7px;
	padding-left: 7px;
	position: relative;
}
#cont_profile #acted_dvd #slider div a,#cont_profile #acted_dvd #dvd div a {
	display: block;
	height: 20px;
	width: 116px;
	position: absolute;
}
#buy_dvd {
	left: 7px;
	bottom: 24px;
	background-image: url(../../img/btn_buyDVD.png);
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
#buy_movie{
	left: 7px;
	bottom: 0px;
	background-image: url(../../img/btn_buyMOVIE.png);
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
#buy_dvd:hover {
	background-image: url(../../img/btn_buyDVD_on.png);
}
#buy_movie:hover{
	background-image: url(../../img/btn_buyMOVIE_on.png);
}

#acted_dvd #prevBtn, #acted_dvd #nextBtn {
	width:40px;
	height:40px;
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	position:relative;
	z-index:1000;
	cursor:pointer;
}														
#acted_dvd #nextBtn {
	background-image: url(../../img/btn_down.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left:770px;
	bottom: 167px;
}
#acted_dvd #prevBtn {
	background-image: url(../../img/btn_up.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left: 32px;
	bottom: 127px;
}
#acted_dvd #nextBtn:hover {
	background-image: url(../../img/btn_down_on.png);
}
#acted_dvd #prevBtn:hover {
	background-image: url(../../img/btn_up_on.png);
}
