@charset "Shift_JIS";

/* ページ全体
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #653818;
  background: #ffffff;
}

/* ヘッダ・ナビゲーション 234 164
---------------------------------------------------- */
#header {
  height: 172px;
  color: #653818;
  background: #ffffff url(../images/line.jpg) repeat-x;
}

#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header li {
  position: absolute;
  top: 143.6px;
  display: block;
  margin: 0;
  padding: 0;
  width: 111px;
  height: 28px;
  text-indent: -9999px;
}

#header li a {
  text-decoration: none;
  display: block;
  width: 111px;
  height: 28px;
}

#header li#about {
  left: 30px;
  background: url(../images/bar.gif) 0 0 no-repeat;
}

#header li#album {
  left: 140px;
  background: url(../images/bar.gif) -110px 0 no-repeat;
}

#header li#map {
  left: 250px;
  background: url(../images/bar.gif) -220px -28px no-repeat;
}
#header li#town {
  left: 360px;
  background: url(../images/bar.gif) -330px 0 no-repeat;
}

#header li#kamamotolink {
  left: 470px;
  background: url(../images/bar.gif) -440px 0 no-repeat;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  margin: 30px 30px 0 30px;
  width: 780px;
}

#main {
  float: right;
  width: 420px;
}

#main h1 {
  margin: 0;
  font-size: small;
}

#main p {
  margin: 0.5em 0 2em;
  line-height: 1.3;
  font-size: x-small;
}

/* カレント設定
---------------------------------------------------- */
#header li#about {
  left: 30px;
  background: url(../images/bar.gif) 0 0 no-repeat;
}

#header li#album {
  left: 140px;
  background: url(../images/bar.gif) -110px -28px no-repeat;
}

#header li#map {
  left: 250px;
  background: url(../images/bar.gif) -220px 0 no-repeat;
}
#header li#town {
  left: 360px;
  background: url(../images/bar.gif) -330px 0 no-repeat;
}

#header li#kamamotolink {
  left: 470px;
  background: url(../images/bar.gif) -440px 0 no-repeat;
}

/* メニュー
---------------------------------------------------- */
ul#menu {
  margin: 0;
  padding: 0;
  float: left;
  width: 250px;
  list-style: none;
  color: #794c2c;
  background-color: #eee9e2;
}

ul#menu li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: small;
}

ul#menu li span {
  display: block;
  font-size: x-small;
}

/*リスト
----------------------------------------------------- */
li#p01 a { background: url() 7px 5px no-repeat; }
li#p02 a { background: url() 7px 5px no-repeat; }
li#p03 a { background: url() 7px 5px no-repeat; }
li#p04 a { background: url() 7px 5px no-repeat; }
li#p05 a { background: url() 7px 5px no-repeat; }
li#p06 a { background: url() 7px 5px no-repeat; }
li#p07 a { background: url() 7px 5px no-repeat; }
li#p08 a { background: url() 7px 5px no-repeat; }
li#p09 a { background: url() 7px 5px no-repeat; }
li#p10 a { background: url() 7px 5px no-repeat; }

ul#menu li a {
  display: block;
  min-height: 40px;
  padding: 5px 7px 5px 66px;
  border-bottom: 1px dotted #ffffff;
  text-decoration: none;
  color: #aa8f78;
  background-color: #dcd3c5;
}

/* カーソルが上にのったときの設定 */
ul#menu li a:hover {
  color: #794c2c;
  background-color: #ffffff;
}

ul#menu li#cXX {
  padding: 5px 7px 5px 66px;
  border-bottom: 1px dotted #ffffff;
  min-height: 40px;
}

ul#menu li#p10 a {
  border-bottom: none;
}

/* Hides from IE-mac \*/
* html ul#menu li a, * html ul#menu li {
  height: 40px;
  line-height: 1.5;
}

/* End hide from IE-mac */
/* line-heightはli間の隙間をなくするために指定 */

/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
  margin: 0;
  padding: 2em 1em 1em;
  font-size: x-small;
  color: #b8a68a;
  background: transparent;
}

#footer span {
  text-transform: uppercase;
}
