html, body { height: 100%; }
h1, h2, h3, h4, h5, h6, pre, code {	font-size: 1em; }
img, a img, :link img, :visited img {	border: none; }
label, a span { cursor: pointer; }
address { font-style: normal; }
hr, .hide { display: none; }
hr.clearer {
  display: block;
  clear: both;
	visibility: hidden;
	height: 0;
}



body {
  font: 85%/1.5 "lucida grande", "lucida sans unicode", lucida, "luxi sans", geneva, "trebuchet ms", arial, helvetica, sans-serif;
  background: white;
  color: black;
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  font-family: verdana, sans-serif;
  letter-spacing: -0.08em;
  _letter-spacing: -0.18em;
}
h1 {font-size: 260%; color: #7f8184; }
h2 {font-size: 220%; color: #7f8184; }
h3 {font-size: 180%; color: #7f8184; }
h4 {font-size: 170%;}
h5 {font-size: 140%;}
h6 {font-size: 120%;}

#page {
  width: 600px;
  margin: 20px auto;
  text-align: left;
}



#header {
	height: 68px;
	position: relative;
}
  #header a#home {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1em;
    line-height: 68px;
    text-align: left;
    font-size: 25px;
    cursor: pointer;
  }
    #header a#home span {
      width: 300px;
      height: 68px;
      display: block;
      position: absolute;
      top: 0;
    	left: 0;
      background: url(img/logo.png) 0 0 no-repeat;
    }
    
#content {
  float: left;
  width: 300px;
}
#content p {
  text-indent: 2em;
}
#about-us {
  width: 210px;
  _width: 210px;
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 0px;
  padding-left: 40px;
  border-left: 10px solid #9d9fa2
}
#about-us address {
  margin-left: 2em;
}
#about-us ul {
  padding-left: 2em;
  _padding-left: 0em;
  _margin-left: 2em;
}
#about-us dt {
  font-weight: bold;
}
#about-us dd {
  margin-left: 2em;
}
#shops {
  list-style: none outside;
  margin: 0;
  padding: 0;
  width: 340px;
  margin-bottom: 10px;
  _margin-bottom: -10px;
}
#shops li {
  float: left;
  margin: 0;
  padding: 0;
}
#shops li h3 {
  margin: 0px 0;
}
#shops li a {
  display: block;
  position: relative;
  padding: 10px 10px 5px 10px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  border-bottom: 10px solid white;
}
#shops li a img {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
#shops li#mv a {
  width: 126px;
}
#shops li#fv a {
  width: 125px;
}
#shops li#sn a {
  width: 167px;
  margin-left: 50px;
  clear: both;
}
#shops li#mv a:hover { border-color: #0084d0; }
#shops li#fv a:hover { border-color: #ffbf03; }
#shops li#sn a:hover { border-color: #5d931d; }

