@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;
}

#menu {
  float: right;
  width: 260px;
  height: 420px;
  background-color: #eeeeee;
/*  background-image: url(/hotaka/imgs/tennai.jpg); */
  background-image: url(/hotaka/imgs/foods/index.php);
  text-align: center;
}
#menu h1 {
  color: #666666;
  background-color: #cccccc;
  margin: 10px;
}

#infoitem {
/*  width: 390px;  */
  height: 310px;
/*  background-image: url(/imgs/map.jpg); */
  background-color: #eeeeee;
  text-align: left;
  overflow: auto;
  padding-left: 3em;
  padding-right: 2em;
  font-size: small;
}

#infoitem h2{
  padding-left: 0.1em;
  margin-left: -0.5em;
  border-left: 1em solid #FF9900;
/*  border-bottom: 1px solid #FF9900; */
}

#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;
}
