/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 1.0
 * Date: 18th February 2010
 */
td {
	color: #000;
	font-size: 9pt;
	line-height:14pt;
}
.album {
	position: relative;
	width: 595px;
}
.darkgreen {/*大きい文字でジャケット名を表示する。*/
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background: url("bgup.png") no-repeat;
	text-align: center;
	color: #663;
	font-size: 11pt;
	line-height: 18pt;
}
.footer {
	position: absolute;
	width: 595px;
	height: 20px;
	background : url("bgbottom.png") no-repeat;
}
#imgHover {/*ジャケット画像にマウスオーバーすると、大きい画像でホバーする。*/
	float: left;
	margin-right: 5px;
}
#imgHover img {
	border: none;
	z-index: 2;
}
#imgHover a {
	display: block;
}
#imgHover a:hover {
	position: relative;
}
#imgHover a .mainImage {
	display: none;
}
#imgHover a:hover .mainImage {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.darkgreen2 {/*大きい文字で題名などを表示する。*/
	background-color: #ddd;
	font-size: 11pt;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #663;
	line-height: 16pt;
}
div.player {
	background: url("bgcenter.png") repeat-y;
	text-align : left;
	position: relative;
	margin: 0;
	padding: 0px 10px;
}
div.jp-index {/*ジャケット画像やジャケット内容を表示するブロックを作る。*/
	top: -10px;
	left: 20px;
	position: absolute;
	width: 300px;
	height: 80px;
	border: none;
	color: #666;
	font-size: 1em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO", "ＭＳ Ｐゴシック", "Osaka";
	line-height: 1.0;
}
/*↑ここまで追加部分*/
div.jp-playlist-player {
	color: #666;
	font-size: 1em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO", "ＭＳ Ｐゴシック", "Osaka";/*フォント変更。元はVerdana, Arial, sans-serif*/
	line-height: 1.6;
}
div.jp-interface {
	top: 0px;
	left: 340px;
	background: url("jplayer_bg.png") no-repeat;/*色から画像に変更。元はbackground-color: #eee*/
	position: relative;
	width: 222px;
	height: 88px;
	border: 4px solid transparent;/*色と太さを変更。元はborder:1px solid #009be3*/
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding: 0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}

div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play, 
a.jp-pause {
	display: block;
	position: absolute;
	top: 10px;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
div.jp-playlist-player a.jp-play, 
div.jp-playlist-player a.jp-pause {
	left: 35px;
}
a.jp-play {
	background: url("jplayer.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jplayer.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer.png") 0 -42px no-repeat;
}
a.jp-pause:hover {
	background: url("jplayer.png") -41px -42px no-repeat;
}
a.jp-stop {
	position: absolute;
	top: 12px;
	background: url("jplayer.png") 0 -83px no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
div.jp-playlist-player a.jp-stop {
	left: 62px;
}
a.jp-stop:hover {
	background: url("jplayer.png") -29px -83px no-repeat;
}
a.jp-previous {
	position: absolute;
	left: 10px;
	top: 12px;
	background: url("jplayer.png") 0 -112px no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
a.jp-previous:hover {
	background: url("jplayer.png") -29px -112px no-repeat;
}
a.jp-next {
	position: absolute;
	left: 88px;
	top: 12px;
	background: url("jplayer.png") 0 -141px no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
a.jp-next:hover {
	background: url("jplayer.png") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 40px;
	background-color: #ddd;
	width: 175px;
	height: 6px;
}
div.jp-playlist-player div.jp-progress {
	left: 20px;
}
div.jp-load-bar {
	background: url("jplayer.png") 0 -202px repeat-x;
	width: 0px;
	height: 15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.png") 0 -218px repeat-x;
	width: 0px;
	height: 15px;
}
a.jp-volume-min {
	position: absolute;
	top: 17px;
	background: url("jplayer.png") 0 -170px no-repeat;
	width: 14px;
	height: 10px;
	cursor: pointer;
}
div.jp-playlist-player a.jp-volume-min {
	left: 120px;
}
a.jp-volume-min:hover {
	background: url("jplayer.png") -19px -170px no-repeat;
}
a.jp-volume-max {
	position: absolute;
	top: 16px;
	background: url("jplayer.png") 0 -186px no-repeat;
	width: 16px;
	height: 12px;
	cursor: pointer;
}
div.jp-playlist-player a.jp-volume-max {
	left: 190px;
}
li.jp-volume-max:hover {
	background: url("jplayer.png") -19px -186px no-repeat;
}
div.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	top: 20px;
	background: url("jplayer.png") 0 -250px repeat-x;
	width: 56px;
	height: 4px;
	cursor: pointer;
}
div.jp-playlist-player div.jp-volume-bar {
	left: 130px;
}
div.jp-volume-bar-value {
	background: url("jplayer.png") 0 -256px repeat-x;
	width: 0px;
	height: 4px;
}
div.jp-play-time, 
div.jp-total-time {
	position: absolute;
	top: 46px;
	width: 200px;
	font-size: 0.85em;
	font-style: oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-playlist-player div.jp-play-time, 
div.jp-playlist-player div.jp-total-time {
	left: 10px;
}
div.jp-playlist {
	width: 575px;
	height: 515px;/*リストの数に関係なくプレーヤーの高さを固定する*/
	overflow-y: auto;/*プレーヤーの高さを越えるリスト数があった場合に縦スクロールバーを出現*/
	overflow-x: hidden;/*横スクロールバーは出現させない*/
	
	scrollbar-3dlight-color:#999;/*以下、スクロールバーの色の設定。※インターネットエクスプローラでしか表現できません。FirefoxやSafariでは×*/
	scrollbar-arrow-color:#333;
	scrollbar-darkshadow-color:#ddd;
	scrollbar-face-color:#eee;
	scrollbar-highlight-color:#ddd;
	scrollbar-shadow-color:#666;
	scrollbar-track-color:#ddd;
}
div.jp-playlist ul {
	list-style-image: url("headphone.gif");/*リストスタイルに画像を使う。元はlist-style-type: none*/
	list-style-position:outside;
	margin: 0px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 4px solid transparent;/*色と太さを変更。元はborder:1px solid #009be3*/
	border-top: none;
	width: 542px;
	font-size: 1em;
}
div.jp-playlist-player div.jp-playlist li {
	padding:2px 0px 0px 0px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0px 5px 0px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {/*再生中の曲*/
	position: absolute;/*再生中の曲をプレーヤーのすぐ下に表示する*/
	top: 70px;
	left: 26px;
	width: 538px;
	background: url("volumebg.gif") repeat-x;/*一行のみ背景画像を使う*/
	background-color: #ddd;/*二行目からは色を背景に使う*/
	color: #0d88c1;
	list-style-image: url("volume.gif");/*リストスタイルに画像を使う。元はlist-style-type: square; */
	list-style-position: inside;
	padding-left: 0px;
	cursor: default;
}
div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#eb6100;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
}
