/* 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;
}

/* 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_off.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_ona.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_on.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_ona.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
-------------------------------------------- */
#linkbox {
  background: url(../image/linkhead3.jpg) no-repeat;
  width: 700px;
  height: 219px;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #8E8E8E;
}       

.link1 {
  float: left;
  font-size: 10px;
  text-align: left;
  position: relative;
  top: 100px;
  left: 50px;
}
.link1 p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 17px;
}
.link1 ul {
  margin: 0;
  padding: 0;
}
.link1 li {
  font-size: 11px;
  line-height: 140%;
  list-style: none;
}

.link2 {
  float: left;
  font-size: 10px;
  text-align: left;
  position: relative;
  top: 100px;
  left: 130px;
}
.link2 p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 17px;
}
.link2 ul {
  margin: 0;
  padding: 0;
}
.link2 li {
  font-size: 11px;
  line-height: 140%;
  list-style: none;
}

.link3 {
  float: left;
  font-size: 10px;
  text-align: left;
  position: relative;
  top: 100px;
  left: 210px;
}
.link3 p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 17px;
}
.link3 ul {
  margin: 0;
  padding: 0;
}
.link3 li {
  font-size: 11px;
  line-height: 140%;
  list-style: none;
}

/* footer
-------------------------------------------- */
#folk {
  text-align: right;
  font-size: 10px;
  color: #D8C2AE;
}
