@charset "UTF-8";
/* CSS Document */

body {
	background-color: #836300;
}
#bt0{
	width:160px;
	height:40px;
	position: fixed;
	z-index:103;
	margin:0px 0px auto auto;
	right:0px;
	top: -10px;
}

#bt0 .jp-play{
	display:block;
	width:160px;
	height:40px;
	background:url(../img/jp-play.gif) no-repeat;	
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}

#bt0 .jp-pause{
	display:block;
	width:160px;
	height:40px;
	background:url(../img/jp-pause.gif) no-repeat;	
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}

div.sel_music {
	margin-top:0px; right: 150px; padding: 0px; width: 100px; height: 12px;list-style-type: none; position: fixed;
}
img.sel_music_title {
	left: 0px;
	top: 0px;
	width: 41px; height: 12px;	
	overflow: hidden; position: absolute;
}
img.sel_music_bgm1 {
	left: 41px;
	top: 0px;
	width: 16px; height: 12px;	
	overflow: hidden; position: absolute;
}
img.sel_music_bgm2 {
	left: 53px;
	top: 0px;
	width: 16px; height: 12px;	
	overflow: hidden; position: absolute;
}