html{
	background: black url("../images/ajax-loader.gif") no-repeat;
	background-position: 50% 45%;
	width: 100%;
	height: 100%;
}

body{
	background: #000;
	font-size: 14px;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',arial,helvetica,'ＭＳ Ｐゴシック',sans-serif;
	overflow: hidden;
}

a{
	color: #414687;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

nav{
	position: fixed;
	bottom: 0;
	background: url("../images/nav.png") repeat-x;
	padding: 19px 0 19px 8%;
	width: 100%;
	z-index: 200;
}

nav ul li{
	display: inline-block;
}

nav ul li a{
	display: inline-block;
	padding: 3px 8px;
	background: #efefef;
	color: black;
	margin-right: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

nav ul li a:hover{
	background: #333;
	color: white;
	text-decoration: none;
}

.selected{
  background: #414687;
  color: white;
  text-decoration: none;
}

#main{
}

#main>div{
	position: absolute;
	bottom: 58px;
	width: 100%;
	margin-top: 57px;
	border-top: 3px #bcbcc5 solid;
	background: url("../images/main.png") repeat;
	color: #333;
	padding: 19px 0 19px 8%;
}

.oldie #main>div{
	background-image: none;
	background: white;
}

#main h3{
	display: block;
}

#main h3 a{
	display: inline-block;
	padding: 3px 8px;
	background: #414687;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 18px;
}

h1{
	display: block;
	text-indent: -9999px;
	background: transparent url("../images/title.png") no-repeat;
	/*width: 583px;
	height: 164px;*/
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
}

h2{
	display: block;
	text-indent: -9999px;
	background: url("../images/circle.png") no-repeat;
	width: 399px;
	height: 60px;
	position: absolute;
	top: 3%;
	left: 6%;
}

h1:hover{
	cursor: pointer;
}

#information .left{
	float: left;
	display: block;
	height: 252px;
}

#information .jacket{
position: relative;
	left: -14px;
	top: -14px;
}

#information .right{
	float: left;
	display: block;
padding: 10px 0 0 10px;
	line-height: 1.5em;
}

#information .genre{
	
font-size: 11px;
background: white;
display: inline-block;
padding: 0 6px;
}

#information .moreinfo{
padding: 10px;
border-left: 3px solid #CCC;
margin-top: 10px;
font-size: 12px;
}

#information .name{
font-weight: bold;
font-size: 16px;
}

nav ul li.staff{
	margin-left: 1px;
}

#staff dt{
	display: inline-block;
	background: #444;
	color: white;
	border-radius: 20px;
	padding: 3px 8px;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;

}

#staff dd{
	text-indent: 200px;
	top: -17px;
	position: relative;
margin-bottom: -10px;
font-size: 12px;
}

#tracklist ol{

list-style-position: inside;
font-size: 9px;
}

#tracklist ol li{
	display: list-item;
	float: left;
	width: 212px;
	border-top: 3px #bcbcc5 solid;
	margin-right: 30px;
	padding: 10px 20px;
}

#tracklist ol li p.name{
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	/*width: 300px;	*/
}

#tracklist ol li p.original{
	display: inline-block;
	font-size: 11px;
	margin-bottom: 5px;
	/*width: 300px;*/
}

#tracklist ol li dl.credit{
	font-size: 12px;
}

#tracklist ol li dl.credit dt{
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	background: #444;
	color: white;
	border-radius: 20px;
	padding: 3px 8px;
	font-size: 11px;
	margin-bottom: 3px;
}

#tracklist ol li dl.credit dd{
	font-size: 12px;
	display: inline-block;
	width: 124px;
}

#social{
	position: absolute;
	bottom: 17px;
	right:121px;
	overflow: hidden;
}

#social #twitter{
	height: 22px;
	width: 93px;
	float: left;
}

#social #facebook{
height: 22px;
width: 100px;
float: left;
}

#social #google{
height: 22px;
width: 80px;
float: left;
}

.btn_close{

text-align: right;
padding-right: 130px;
margin-top: -41px;
margin-bottom: 11px;
height: 30px;
}

.btn_close a{

display: inline-block;
background: white;
color: #333;
padding: 4px 8px;
}

.btn_close a:hover{
	cursor:pointer;
  background: #414687;
  color: white;
  text-decoration: none;
}

.zun{
	font-size: 12px;
	margin: 10px 0;
}

#player{
position: relative;
width: 235px;
height: 20px;
margin-bottom: -4px;
}

#player #btn_play{
	background: url("../images/btn_play.png") no-repeat;
	width: 62px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

#player #btn_pause{
	background: url("../images/btn_pause.png") no-repeat;
	width: 62px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

#player #btn_pause:hover{
	cursor: pointer;
	background: url("../images/btn_pause_hover.png") no-repeat;
	width: 62px;
	height: 20px;
}

#player #btn_play:hover{
	cursor: pointer;
	background: url("../images/btn_play_hover.png") no-repeat;
	width: 62px;
	height: 20px;
}

#player #seek{
	background: url("../images/seek.png") repeat-x;
	width: 173px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 62px;
}

#player #cursor{
	background: url("../images/cursor.png") repeat-x;
	position: absolute;
	top: 0;
	left: -5px;
	width: 10px;
	height: 20px;
	margin-left: 5px;
}

#audioplayerB1{
	margin-top: -5px;
	margin-bottom: -7px;
}