@charset "utf-8";

/*-----------------------------------------
   main
-----------------------------------------*/

/* about
----------------------*/
#about {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#about h4 {
  font-size: 217%;
  color: #999;
  border-bottom: 1px dotted #999;
  margin: 50px 0;
}
#about h4  {
  color: #07638E;
}
#accessmap {
  color: red;
  position: absolute;
  top: 0;
  right: 0;
}
#about dt {
  font-weight: bold;
  color: orange;
  font-size: 125%;
  margin-bottom: 5px;
}
#about dt {
  font-weight: bold;
  color: orange;
  font-size: 125%;
  margin-bottom: 5px;
}
/* top
----------------------*/
#top {
  border-bottom: 1px dotted #999;
  background: url(../../img/jmap.gif) no-repeat right top;
  margin-bottom: 30px;
}
#profile {
  margin: 0 250px 30px 0;
}
#showrooms {
  text-align: center;
  margin-bottom: 30px;
}
/* middle
----------------------*/
#middle {
  border-bottom: 1px dotted #999;
  margin-bottom: 3em;
}
#sain {
  text-align: right;
  margin: 5px 0 30px 0;
  font-weight: bold;
  font-size: 125%;
}
/* bottom
----------------------*/
#bottom {
  margin-bottom: 50px;
}
#bottom table {
  width: 100%;
}
#bottom th,
#bottom td{
  border: 1px solid #999;
}
#bottom th {
  background-color: #f0e6e6;
  padding: 7px;
  font-weight:normal;
}
#bottom td {
  padding: 7px;
  font-weight:bold;
}

