@font-face{
font-family:'GTHC';
src:url(font/chogokubosogothic_5.ttf);
}
body{
witdh:100%;
background-color:Aquamarine;
font-family:GTHC;
}
img.title{
display:block;
margin:auto;
}
img.thum{

}

ul#menu {
  width:750px;
  margin:auto;
  list-style-type: none;
}
#menu li {
  width:14.0%;
  float:left;
  margin-left:auto;
  text-align:center;
}
#menu li a {
  width:100%;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  padding:7px 0px;
  text-decoration:none;
  display:block;
  background:#666;
}
#menu li a:hover {
  background:#555;
}

div {
display:block;
}

.main{
width:700px;
margin:auto;
text-align:center;
z-index: 100;
}

.sub{
width:80%;
margin:0 auto;
}

.panel{
    width:700px;
    min-height:300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 50px;
    margin-left: -150%;
    position: absolute;
    background: #000;
    //box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
    text-align: center;
}

.panel:target{
margin-left:0%;
background:aquamarine;
}

#top{
top:150px;
width:99%;
position:absolute;
text-align:center;
z-index:0;
}

.content{
font-family:Meiryo;
}

.album{
font-size:36px;
font-weight:bold;
}

.lyrics{
font-size:20px;
font-weight:bold;
}

img.jacket{
margin:auto;
height:300px;
width:300px;
}

span.text{
font-size:48px;
}