.control .item{
	position:relative;
	width:152px;
	height:36px;
	margin-bottom:10px;	
	padding:4px 4px 0px 4px;
}
.item{
	/* 角丸 */
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	
	/* グラデーション */
	background: -moz-linear-gradient(top,  #ffffff 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%, #bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#bbbbbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%, #bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%, #bbbbbb 100%); /* W3C */
	-pie-background:linear-gradient(top,  #ffffff 0%, #bbbbbb 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbbbb',GradientType=0 );  IE6-9 */
	
	/* ボックスシャドウ */
	box-shadow:1px 1px 3px #999999;
	-webkit-box-shadow:1px 1px 3px #999999;/* webkit */
	-moz-box-shadow:1px 1px 3px #999999;/* fx */
	/*------PIE setting-------*/
	-pie-box-shadow:1px 1px 3px #999999;
	
	behavior:url("../PIE.htc");
}

/*ボイス*/
#sndBtn a{
	position:relative;
	margin-right:5px;
	width:32px;
	height:32px;
	line-height:1em;
	text-indent:-1000px;
	text-decoration:none;
	background-repeat: no-repeat;
}
a#sndPlay{
	display:block;
	background-image: url("../images/playBtn.png");
}
a#sndPlay:link{ background-position: right top; }
a#sndPlay:visited{ background-position: right top; }
a#sndPlay:hover{ background-position: right center; }
a#sndPlay:active{ background-position: right bottom; }

a#sndStop{
	display:none;
	background-image: url("../images/playBtn.png");
}
a#sndStop:link{ background-position: -64px top; }
a#sndStop:visited{ background-position: -64px top; }
a#sndStop:hover{ background-position: -64px center; }
a#sndStop:active{ background-position: -64px bottom; }

#areaBar{
	position:absolute;
	width:100px;
	height:6px;
	left:54px;
	top:16px;
	border-top:solid #000000 1px;
	border-left:solid #555555 1px;
	border-right:solid #777777 1px;
	border-bottom:solid #999999 1px;
	background-color:#333333;
	cursor:pointer;
}
#playBar{
	position:absolute;
	width:0px;
	height:6px;
	left:55px;
	top:17px;
	background-color:#888888;
	cursor:pointer;
}
/*.sndBox{
	width:120px;
	height:32px;
	float:right;
	position:relative;
}
#voice{
	width:120px;
}*/

/*ム−ビー*/
#movBtn a{
	position:relative;
	margin-right:2px;
	display:block;
	padding-top:7px;
	float:left;
	width:32px;
	height:25px;
	font-weight:bold;
	font-size:1.5em;
	line-height:1em;
	text-align:center;
	text-decoration:none;
	background-image: url("../images/playBtn.png");
	background-repeat: no-repeat;
}
#movBtn a:link{ color:#666666; background-position: right top; }
#movBtn a:visited{ color:#666666; background-position: right top; }
#movBtn a:hover{ color:#ffffff; background-position: right center; }
#movBtn a:active{ color:#ee8877; background-position: right bottom; }

/*ムービー画面*/
.mov{
	margin:0px;
	padding:0px;
	position:absolute;
	left:108px;
}
.mov video{
	background-color:#000000;
	width:48px;
	height:36px;
	position:relative;
	float:left;
}
.mov iframe{
	background-color:#000000;
	width:48px;
	height:36px;
	position:relative;
	float:left;
}
/*ムービークローズボタン*/
.mov a{
	margin:0 0 0 8px;
	padding:0;
	width:32px;
	height:32px;
	float:right;
	text-decoration:none;
	font-weight:bold;
	line-height:1em;
	display:none;
	text-indent:-1000px;
	overflow:hidden;
	background-image: url("../images/playBtn.png");
	background-repeat: no-repeat;
}
.mov a:link{ color:#666666; background-position: -32px top; }
.mov a:visited{ color:#666666; background-position: -32px top; }
.mov a:hover{ color:#ffffff; background-position: -32px center; }
.mov a:active{ color:#ee8877; background-position: -32px bottom; }


/*写真*/
.control .item#photo{
	margin-bottom:0px;
}
#ext{
	display:none;
}
/*スライド*/
.talentPic{
	position:absolute;
	width:48px;
	height:72px;
	cursor:pointer;
}
#nextBtn{
	position:absolute;
	display:none;
	left:294px;
	top:-42px;
	width:32px;
	height:32px;
	font-size:0.8em;
	line-height:1em;
	text-indent:-1000px;
	overflow:hidden;
	background-image: url("../images/playBtn.png");
	background-repeat: no-repeat;
}
a#nextBtn:link{ background-position: right top; }
a#nextBtn:visited{ background-position: right top; }
a#nextBtn:hover{ background-position: right center; }
a#nextBtn:active{ background-position: right bottom; }

#prevBtn{
	position:absolute;
	display:none;
	left:4px;
	top:-42px;
	width:32px;
	height:32px;
	text-indent:-1000px;
	font-size:0.8em;
	line-height:1em;
	overflow:hidden;
	background-image: url("../images/playBtn.png");
	background-repeat: no-repeat;
}
a#prevBtn:link{ background-position: left top; }
a#prevBtn:visited{ background-position: left top; }
a#prevBtn:hover{ background-position: left center; }
a#prevBtn:active{ background-position: left bottom; }
#photo a{
	position:relative;
	display:block;
	width:32px;
	height:32px;
	font-size:0.8em;
	line-height:1em;
	text-indent:-1000px;
	overflow:hidden;
	background-image: url("../images/playBtn.png");
	background-repeat: no-repeat;
}
#photo a:link{ background-position: right top; }
#photo a:visited{ background-position: right top; }
#photo a:hover{ background-position: right center; }
#photo a:active{ background-position: right bottom; }
