@charset "UTF-8";

/*--------------------------------------------

  Top Page CSS

  for "benrys-yamanashi.com/index.html"
  coded by d-spica at 2008-03-03
  imported to "import-top.css"

--------------------------------------------*/

@import url(default.css);
@import url(base.css);


div#header {
  border-bottom: solid 5px #62CE65;
}

div#contents div#main-copy {
  border: solid 1px #CCC;
  padding: 5px;
  overflow: hidden;
}

div#contents div#main-copy img.photo {
  float: left;
  margin-right: 10px;
  display: inline; /* for IE */
}

div#contents div#main-copy h2 {
  margin-top: 5px;
  margin-bottom: 20px;
  border: none;
  background: none;
  padding-left: 0;
  height: auto;
}

div#contents div#main-copy p.freedial {
  margin-top: 10px;
  margin-left: 290px;
  text-align: center;
  font-weight: bold;
  color: #F63;
}

div#contents div#main-copy p.freedial img {
  margin-bottom: 10px;
}

div#contents div#service {
  float: left;
  width: 546px;
  margin-bottom: 0;
  display: inline; /* for IE */
}

div#contents div#area,
div#contents div#time,
div#contents div#license {
  margin-left: 560px;
}

div#contents div#service ul {
  margin-right: -7px;
}

div#contents div#service h2,
div#contents div#service p.guide-nav {
  margin-right: 7px;
}

div#contents div#service ul li {
  float: left;
  margin: 0 7px 7px 0;
  width: 153px;
  height: 108px;
  overflow: hidden; /* for IE6 */
  border: solid 1px #CCC;
  background:url(../img/bg-block.gif) no-repeat right bottom;
  padding: 10px;
}
 
div#contents div#area p {
  background: url(../img/bg-area.gif) no-repeat right top;
  min-height: 109px;
}

* html div#contents div#area p { /* for IE6 */
  height: 109px;
}

div#contents div#time p {
  background: url(../img/bg-time.gif) no-repeat right top;
  min-height: 105px;
}

* html div#contents div#time p { /* for IE6 */
  height: 105px;
}

div#footer {
  border-top: solid 5px #62CE65;
}  


