body {

margin-top: 0;
background-color: #000000;
background-image: url(image/haikei.jpg);
background-repeat: repeat;
background-attachment: fixed;
}

div#outline {
margin-right: auto; margin-left: auto; width: 880px; background-color: #330000; }

div#header { height: 225px; width: 880px; }

div#side { margin-top: 0px; float: left; width: 200px; background-color: #330000; }
div#menu { margin-right: 5px; margin-left: 5px; width: 190px; background-color: #330000; }

div#main {
margin: 20px 10px 100px 0px;
border-width: 2px;
border-color: #999966;
border-style: solid;
float: right;
width: 666px;
background-color: #000000;
}

div#footer {
clear: both;
height: 25px;
width: 880px;
background-color: #999966;
background-image: url(image/footer.jpg);
background-repeat: no-repeat;
}

ul#menubar {
margin-left: 0%;
padding-left: 0%; }
 
ul#menubar{
    list-style:none;
    width:190px;
}
ul#menubar li{
    list-style:none;
    width:190px;
}
ul#menubar a{
    display:block;
    width:190px;
    height:45px;
    text-indent:-600px;
    overflow:hidden;
}
a.home{
    background-image:url(image/home.png);
}
a:hover.home{
    background-position:0px -45px;
}

a.profile{
    background-image:url(image/profile.png);
}
a:hover.profile{
    background-position:0px -45px;
}

a.information{
    background-image:url(image/information.png);
}
a:hover.information{
    background-position:0px -45px;
}
a.liveschedule{
    background-image:url(image/liveschedule.png);
}
a:hover.liveschedule{
    background-position:0px -45px;
}

a.fromnaoki{
    background-image:url(image/fromnaoki.png);
}
a:hover.fromnaoki{
    background-position:0px -45px;
}

a.mysongs{
    background-image:url(image/mysongs.png);
}
a:hover.mysongs{
    background-position:0px -45px;
}

a.lyrics{
    background-image:url(image/lyrics.png);
}
a:hover.lyrics{
    background-position:0px -45px;
}

a.livehistory{
    background-image:url(image/livehistory.png);
}
a:hover.livehistory{
    background-position:0px -45px;
}

a.favoritemusic{
    background-image:url(image/favoritemusic.png);
}
a:hover.favoritemusic{
    background-position:0px -45px;
}

a.links{
    background-image:url(image/links.png);
}
a:hover.links{
    background-position:0px -45px;
}

a.contact{
    background-image:url(image/contact.png);
}
a:hover.contact{
    background-position:0px -45px;
}

a.bekkan{
    background-image: url('image/bekkan.png');
}
a:hover.bekkan{
    background-position:0px -45px;
}

img.saisei{
margin: 50px 5px;
border-width: 0;
height: 110px;
width: 190px;
}

