/* CSS Document */


/* 全体構造
-------------------------------------------- */
body {
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}
#layout {
  width: 700px;
  padding: 0;
  margin: 0;
  margin-left:auto;
  margin-right:auto;
}
#main {
  background: url(../image/folk_top_design4.jpg) no-repeat;
  width: 700px;
  height: 122px;
  text-align: left;
}

/* リンク
-------------------------------------------- */
a:link {
  color: #8E8E8E;
  background: transparent;
  text-decoration: underline;
}
a:visited {
  color: #8E8E8E;
  background: transparent;
  text-decoration: underline;
}
a:hover, a:active {
  color: #1FE9E9;
  background: transparent;
  text-decoration: underline;
}
.musicbox a:link {
  color: #FF9138;
  background: transparent;
  text-decoration: underline;
} 
.musicbox a:visited {
  color: #FF9138;
  background: transparent;
  text-decoration: underline;
} 
.musicbox a:hover {
  color: #1FE9E9;
  background: transparent;
  text-decoration: underline;
} 

/* navigation
-------------------------------------------- */
#navbar {
  width: 700px;
  height: 25px;
  text-align: left;
  margin: 0;
  padding: 0;
  position: relative;
  top: 3px;
  left: 2px;
}
#navbar ul {
  width: 630px;
  float: left;  /* IE7用*/
  margin: 0;
  padding: 0;
  list-style: none;
}
#navbar li {
  float: left;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
#navbar li a {
  text-decoration: none;		
  display: block;
  width: 86px;
  height: 18px;
}

#navbar li#news      {
  background: url(../image/menu/Mnews_off.gif) no-repeat 0px 3px;
}
#navbar li#music      {
  background: url(../image/menu/Mmusic_ona.gif) no-repeat 0px 1px;
}
#navbar li#visual      {
  background: url(../image/menu/Mvisual_off.gif) no-repeat 2px 0px;
}
#navbar li#contact      {
  background: url(../image/menu/Mcontact_off.gif) no-repeat 3px 2px;
}
#navbar li#scrap      {
  background: url(../image/menu/Mscrap_off.gif) no-repeat 9px 0px;
}
#navbar li#link      {
  background: url(../image/menu/Mlink_off.gif) no-repeat 33px 0px;
}

#navbar li#news a:hover      {
  background: url(../image/menu/Mnews_on.gif) no-repeat 0px 3px;
}
#navbar li#music a:hover      {
  background: url(../image/menu/Mmusic_ona.gif) no-repeat 0px 1px;
}
#navbar li#visual a:hover      {
  background: url(../image/menu/Mvisual_on.gif) no-repeat 2px 0px;
}
#navbar li#contact a:hover      {
  background: url(../image/menu/Mcontact_on.gif) no-repeat 3px 2px;
}
#navbar li#scrap a:hover      {
  background: url(../image/menu/Mscrap_on.gif) no-repeat 9px 0px;
}
#navbar li#link a:hover      {
  background: url(../image/menu/Mlink_on.gif) no-repeat 33px 0px;
}

#back {
  width: 51px;
  float: right;
  position: relative;
  top: -1px;
  left: -7px;
}

/* update　"更新履歴"
-------------------------------------------- */
#update {
  padding-top: 90px;
  font-size: 10px;
  color: #9A9A9A;
}

/* contents
-------------------------------------------- */
#musichead {
  width: 700px;
  height: auto;
  margin: 0;
  padding: 0;
}
#contents {
  width: 700px;
  height: auto;
  margin: 0;
  padding: 0;
  margin: 10px 0 0 0;
}

/* musicbox
-------------------------------------------- */
.musicbox {
  width: 700px;
  min-height: 150px;
  background-color: #000;
  margin: 0;
  padding: 30px 0 30px 0;
  text-align: left;
}
.musicbox img {
  float: left;
  width: 140px;
  height: auto;
  border: 1px solid #FFF;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
  left: 90px;
}
.musicbox_right {
  float: right;
  width: 400px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 10px;
  color: #8E8E8E;
  position: relative;
  top: 0px;
  left: 0px;
}
.musicbox_right h1 {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #8E8E8E;
}
.musicbox_right h2 {
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #8E8E8E;
  font-weight: normal;
  position: relative;
  top: 10px;
  left: 0px;
}
.musicbox_right ul {
  list-style: none;
  font-size: 10px;
  color: #8E8E8E;
  line-height: 100%;
  position: relative;
  top: 5px;
  left: -40px;
}
.musicbox_right p {
  font-size: 10px;
  color: #8E8E8E;
  line-height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
}

/* footer
-------------------------------------------- */
#folk {
  text-align: right;
  font-size: 10px;
  color: #D8C2AE;
}
