@charset "UTF-8";

/* ラート・ドゥ・ラ・サヴール トップページ用 */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #999999;
  color: #666666;
}
a {
color: #666666;
text-decoration: none;
}

a:hover {
color: #000000;
background-color: #ff9933; /* #ffcc66 */
}

a img {
border: none;
}


#wrapper {
  width: 680px;
  margin: 0 auto;
  text-align: left;
}

#header {
  width: 680px;
}

#content {
  width: 680px;
}

/* 黄金比 1.618 : 1 を目指す 680 x 420 */
#main {
  float: right;
  width: 420px;
  height: 420px;
/*  background-image: url(/imgs/map.jpg); */
  background-color: #eeeeee;
  text-align: center;
}

#menuitem {
/*  width: 420px; */
  height: 300px;
/*  background-image: url(/imgs/map.jpg); */
  background-color: #eeeeee;
  text-align: center;
  overflow: auto;
}

#menu {
  float: right;
  width: 260px;
  height: 420px;
  background-color: #eeeeee;
  background-image: url(/hotaka/imgs/tennai_d.jpg);
}

#footer {
  clear: both;
  width: 680px;
  font-size: xx-small;
  text-align: right;
}

/* -- ナビゲーション -- */
#navi ul{
list-style: none;
margin-left: 0;
padding-left: 0;
text-align: center;
font-size: x-small;
}

#navi li {
display: inline;
white-space: nowrap;
}

#navi li a {
color: #aaaaaa;
padding-left: 1em;
padding-right: 1em;
text-decoration: none;
}

#navi li a:hover {
color: #000000;
background-color: #ffcc66;
}

/* -- リスト表示 -- */
#list ul{
list-style: none;
margin-left: 0;
padding-left: 0;
text-align: center;
font-size: x-small;
}

#list li {
/*　display: inline;　*/
white-space: nowrap;
}

#list li a {
color: #aaaaaa;
padding-left: 1em;
padding-right: 1em;
text-decoration: none;
}

#list li a:hover {
color: #000000;
background-color: #ffcc66;
}
