div.jp-audio {
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #990000;
	position: relative;
}
div.jp-audio {
	width: 300px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990;
	background-image: url(back.png);
	background-repeat: no-repeat;
}

div.jp-interface {
	position: relative;
	width: 300px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height: 50px;
}

/* @group CONTROLS */


div.jp-audio ul.jp-controls {
	width: 300px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
}

a.jp-play {
	background: url("bar.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("bar.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("bar.png") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("bar.png") -41px -42px no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}

a.jp-stop {
	background: url("bar.png") 0 -83px no-repeat;
	margin-left: 10px;
}

a.jp-stop:hover {
	background: url("bar.png") -29px -83px no-repeat;
}

a.jp-previous {
	background: url("bar.png") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("bar.png") -29px -112px no-repeat;
}



/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top: 25px;
	height: 15px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left: 100px;
	width: 120px;
}
div.jp-seek-bar {
	background: url("bar.png") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("bar.png") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}



/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:10px;
}



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

div.jp-audio a.jp-volume-max {
	margin-left: 20px;
}




a.jp-mute {
	background-image: url(bar.png);
	background-repeat: no-repeat;
	background-position: 0 -170px;
}
a.jp-mute:hover {
	background-image: url(bar.png);
	background-repeat: no-repeat;
	background-position: -19px -170px;
}
a.jp-unmute {
	display: none;
	background-image: url(bar.png);
	background-repeat: no-repeat;
	background-position: -60px -170px;
}
a.jp-unmute:hover {
	background: url("bar.png") -79px -170px no-repeat;
}

a.jp-volume-max {
	background: url("bar.png") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background-image: url(bar.png);
	background-repeat: no-repeat;
	background-position: -19px -170px;
}

div.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	background: url("bar.png") 0 -250px repeat-x;
	width: 46px;
	height: 6px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	top: 37px;
	left: 240px;
}
div.jp-volume-bar-value {
	background: url("bar.png") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:7px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left: 100px;
	width: 120px;
}

div.jp-current-time,
div.jp-duration {
	width: 50px;
	font-size: 10px;
	font-style: oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

/* @end */

/* @group playlist */



div.jp-title,
div.jp-playlist {
	width: 100%;
	background-color: #B8A698;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999900;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type: none;
	margin: 0;
	font-size: .72em;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */


div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type: none;
	padding-left: 0px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color: #FFFFFF;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color: #990000;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}

span.jp-artist {
	font-size: 1em;
	color: #FF9;
}
