@charset "utf-8";
/* オーディオパネル */
#audio-panel {
	position: fixed;
	right: -585px;
	top: 0px;
	height: 156px;
	width: 624px;
	background-image: url(image/audio_bk.png);
	background-repeat: no-repeat;
	display: none;
	z-index: 0;
}
#BackAudioBtn img {
	width: 75px;
	height: 76px;
}
#PlayAudioBtn img {
	width: 68px;
	height: 76px;
}
#PauseAudioBtn img {
	width: 68px;
	height: 76px;
}
#VolumeDownBtn img {
	width: 58px;
	height: 76px;
}
#VolumeUpBtn img {
	width: 58px;
	height: 76px;
}
#AudioOffBtn img, #AudioOnBtn img {
	width: 64px;
	height: 76px;
	margin-left: 5px;
}
/* ナビゲーション */
#audio-panel ul {
	padding: 0em 0em 0em 0em;
	margin: 0em;
	height: 76px;
	background-image: url(image/audio_bk.png);
	background-repeat: repeat-x;
	display: block;
}
#audio-panel li {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}
#audio-panel li.time {
	width: 135px;
	height: 76px;
	padding-top: 2px;
}
#audio-panel li.time p {
	font-size: 13px;
	text-indent: 1em;
	padding: 0px;
	margin: 1em 0px 1em 0em;
}
#PauseAudioBtn {
	display: none;
}
#AudioOnBtn {
	display: none;
}
#soundplayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 960px;
	text-align: right;
}
#markup {
	width: 230px;
	height: 65px;
	margin-top: -25px;
	margin-left: 92px;
	background-image: url(image/markup.png);
	background-repeat: no-repeat;
	background-position: left, top;
}
#markup p {
	text-align: center;
	line-height: 60px;
}
