@charset 'utf-8';
/*---------------------
	PLAYER
----------------------*/
#player_w {
	position:absolute;
	left:145px;
	top:40px;
	width:640px;
	height:540px;
}
#player_w_header {
	background:transparent url('/img/player_header.gif') no-repeat scroll top center;
	height:30px;
	width:640px;
	font-size:16px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
}
#player_w_window {
	position:absolute;
	left:0;
	top:30px;
	width:640px;
	height:480px;
	background-color:#000;
}
#player_w_footer {
	position:absolute;
	left:0;
	top:510px;
	width:640px;
	height:30px;
	background:transparent url('/img/player_footer.gif') no-repeat scroll top center;
}


/* progress bar --------------------------------------------------------------------------------------*/
#progress {
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#progress div.left {
	float: left;
	display: block;
	width: 10px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	background: url(/img/player/left.gif) left top no-repeat;
}
#progress div.right {
	float: left;
	display: block;
	width: 10px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	background: url(/img/player/right.gif) left top no-repeat;
}
#progress div.slider {
	float: left;
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 0em;
	background: url(/img/player/progress_bar.gif) left 0px repeat-x ;
	z-index: 5;
}
#progress div.slider div.progressHandle {
	display: block;
	width: 12px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 0em;
	background: url(/img/player/progress_slider.gif) left top no-repeat ;
	z-index: 5;
}
#prgClick {
	position:absolute;
	top:4px;
	left:10px;
	height:12px;
	z-index:10;
	cursor: hand;
}
#progress div.rewind {
	float: left;
	display: block;
	width: 30px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	background: url(/img/player/rewind.gif) left top no-repeat;
/*	cursor: pointer;*/
}
#progress div.forward {
	float: left;
	display: block;
	width: 30px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	background: url(/img/player/forward.gif) left top no-repeat;
/*	cursor: pointer;*/
}

/* remocon --------------------------------------------------------------------------------------*/
#remocon {
	display: block;
	width: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#remocon div.main {
	float: right;
	display: block;
	width: 125px;
	height: 72px;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	background: url(/img/player/background.gif) left top no-repeat;
}

#remocon div.main div.logo {
	float: left;
	display: block;
	width: 125px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	background: url(/img/player/logo.gif) left top no-repeat;
}
#remocon div.main #play, #remocon div.main #stop {
	float: left;
	display: block;
	width: 27px;
	height: 27px;
	margin-left: 8px;
	margin-right: 2px;
	padding: 0px;
	line-height: 0em;
	cursor: pointer;
	background: url(/img/player/play.gif) left 0px no-repeat;
}
#remocon div.main #play span, #remocon div.main #stop span{
	visibility: hidden;
}
#remocon div.main #stop {
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px;
	margin-top: 2px;
	line-height: 0em;
	padding-left:4px;
	cursor: pointer;
	background: url(/img/player/stop.gif) left 0px no-repeat;
}
#remocon div.main #prev, #remocon div.main #next {
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	padding: 0px;
	padding-left:4px;
	line-height: 0em;
	cursor: pointer;
	background: url(/img/player/prev.gif) left 0px no-repeat;
}
#remocon div.main #prev span, #remocon div.main #next span{
	visibility: hidden;
}
#remocon div.main #next {
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	background: url(/img/player/next.gif) left 0px no-repeat;
}
#remocon div.main div.volume {
	display: block;
	width: 125px;
	height:15px;
	margin: 0px;
	padding: 0px;
	line-height: 0em;
}
#remocon div.main div.volume div.sound {
	float: left;
	display: block;
	width: 20px;
	height:15px;
	margin: 0px;
	padding: 0px;
	line-height: 0em;
}
#remocon div.main div.volume div.sound #mute {
	display: block;
	width: 20px;
	height:15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
#remocon div.main div.volume div.slider {
	float: left;
	display: block;
	position: relative;
	width: 91px;
	height:15px;
	left:5px;
	padding: 0px;
	line-height: 0em;
	background: url(/img/player/volume_slider.gif) left 3px no-repeat ;
}
#remocon div.main div.volume div.volumeHandle {
	float: left;
	display: block;
	width: 8px;
	height: 12px;
	margin: 0px;
	padding-bottom: 2px;
	line-height: 0em;
	background: url(/img/player/volume_bar.gif) left 0px no-repeat ;
}
#remocon div.main #scale span {
	visibility: hidden;
}
#remocon div.main div.volume div.sound span{
	visibility: hidden;
}

#mute {
	background: url(/img/player/mute_off.gif) 4px 0px no-repeat;
}

#volbar {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	z-index: 10;
}

#vol {
	position: relative;
	z-index: 1;
}

/* status --------------------------------------------------------------------------------------*/
#VWstats {
	position:relative;
	height:20px;
	width:99%;
	visibility:visible;
	display:block;
	background-color: #333333;
}
#VWstats #spstats {
	position:relative;
	top:5px;
	width:95%;
	visibility:visible;
	display:inline;
	cursor: default;
	overflow:hidden;
	vertical-align:middle;

	font-size:10px;
	color:black;
	font-family:'ＭＳ ゴシック', 'Osaka－等幅';
}
