.jp-audio{
	padding: 0px;
	position: relative;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
	margin-top: -10px;
}
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
/*再生・ポーズボタンの設定*/
a.jp-play,
a.jp-pause {
	width:16px;
	height:16px;
	margin: 0px;
	padding: 0px;
}
a.jp-play {
	background-image: url(../images/music_icon_start.gif);
	background-repeat: no-repeat;
}
a.jp-play:hover {
	background-image: url(../images/music_icon_start_on.gif);
	background-repeat: no-repeat;
}
a.jp-pause {
	display: none;
	background-image: url(../images/music_icon_pause.gif);
	background-repeat: no-repeat;
}
a.jp-pause:hover {
	background-image: url(../images/music_icon_pause.gif);
	background-repeat: no-repeat;
}
/*ストップボタンの設定*/
a.jp-stop, a.jp-previous, a.jp-next {
	width:16px;
	height:16px;
}
a.jp-stop {
	background-image: url(../images/music_icon_stop.gif);
	background-repeat: no-repeat;
	margin-left:5px;
}
a.jp-stop:hover {
	background-image: url(../images/music_icon_stop_on.gif);
	background-repeat: no-repeat;
}
a.jp-previous {
	background: url(../images/jplayer.jpg) 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url(../images/jplayer.jpg) -29px -112px no-repeat;
}
/*シークバー*/
div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:-6px;
	height:8px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:70px;
	width:140px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:70px;
	width:140px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:8px;
}
div.jp-seek-bar {
	background-color: #FFF;
	width:140px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background-color: #00ba90;
	width:180px;
	height:100%;
}
/*ボリュームバー*/
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	width:46px;
	height:8px;
	cursor: pointer;
	background-color: #FFF;
}
div.jp-audio div.jp-volume-bar {
	top:-6px;
	left:240px;
}
div.jp-volume-bar-value {
	width:0px;
	height:8px;
	background-color: #00ba90;
}
/*音量ボタン*/
a.jp-mute,
a.jp-unmute {
	width:16px;
	height:16px;
	margin-top:0px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 160px;	
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 160px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	position: absolute;
	top:0px;
	margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 10px;
}
a.jp-mute {
	background-image: url(../images/music_icon_sound.gif);
	background-repeat: no-repeat;
}
a.jp-mute:hover {
	background-image: url(../images/music_icon_sound_on.gif);
	background-repeat: no-repeat;
}
a.jp-unmute {
	background-image: url(../images/music_icon_mute.gif);
	background-repeat: no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background-image: url(../images/music_icon_mute_on.gif);
	background-repeat: no-repeat;
}