@charset "UTF-8";
/* ==================================================================
navi
==================================================================*/
ul{width: 1000px;margin: 0 auto;text-align: center;}
li{display: block;margin: 0px 0px -30px -50px;position: relative; position: relative;}
.hana{position: absolute;right:-80px;top:190px;z-index: 3;}
.ura{position: absolute;top:220px;left:210px;z-index: 5;}
#count00{position: relative;z-index: 9;}

.audiojs {
	z-index: 2;
	position: absolute;
	cursor: pointer;
}
.audiojs {
	background: none;
	box-shadow: none;
  width: 258px;
	height: 49px;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	position: absolute;
}
.audiojs .play-pause {
  width: 254px;
	height: 47px;
	margin: 0px;
	padding: 5px 0px;
	overflow: hidden;
	position: absolute;
	top:0px;
	left:4px;
	border: none;
}
.audiojs p {
	display: none;
	width: 25px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
}
.audiojs .play {
	display: block;
}
.audiojs .scrubber {
	position: relative;
	float: left;
	width: 118px;
	height: 14px;
	border-left: 0px;
	border-bottom: 0px;
	border: none;
	overflow: hidden;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 45px;
	display: none;
}
.audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	z-index: 1;
	background-color: #E1BB5C;
	display: none;
	border: none;
}
.audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background-color: #FFF;
	display: none;
}
.audiojs .time {
	float: left;
	height: 36px;
	line-height: 36px;
	margin: -3px 0px 0px 0px;
	padding: 0px 6px 0px 12px;
	color: #FFF;
	border: none;
	display: none;
}
.audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #fff;
	font-style: normal;
	display: none;
}
.audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}
.audiojs .error-message {
	float: left;
	display: none;
	margin: 0px 10px;
	height: 36px;
	width: 400px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #fff;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 1px;
	white-space: wrap;
}
.audiojs .play {
	background-image: url(../images/start.png);
	background-repeat: no-repeat;
  width: 256px;
	height: 47px;
	transition: all;
	transition-duration: 0.5s;
}
.audiojs .play:hover {
	background-image: url(../images/start_on.png);
	background-repeat: no-repeat;
  width: 254px;
	height: 47px;
}
.audiojs .loading {
	background-image: url(../images/loading.png);
	background-repeat: no-repeat;
  width: 256px;
	height: 47px;
}
.audiojs .error {
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
  width: 256px;
	height: 47px;
}
.audiojs .pause {
	background-image: url(../images/stop.png);
	background-repeat: no-repeat;
  width: 256px;
	height: 47px;
	transition: all;

}
.audiojs .pause:hover {
	background-image: url(../images/stop_on.png);
	background-repeat: no-repeat;
	width: 254px;
	height: 47px;
}
.playing .play, .playing .loading, .playing .error {
	display: none;
}
.playing .pause {
	display: block;
}
.loading .play, .loading .pause, .loading .error {
	display: none;
}
.loading .loading {
	display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
	display: none;
}
.error .error {
	display: block;
}
.error .play-pause p {
	cursor: auto;
}
.error .error-message {
	display: block;
}

.audiojs .pause {
    background: url("../images/stop.png") no-repeat;
        background-repeat: no-repeat;
        background-image: url("../images/stop.png");
				position: relative; left:-2px;top:-1px;
				}


.samplevoice{
	position: absolute;
	top:290px;
	left:400px;
  z-index: 999;
}
