@charset "UTF-8";

/* CSS Infomation ----------------------

Website: 有限会社 賃貸倶楽部
Design office: contrast - http://www.cs321.jp/

File name: shop.css
Description: shopディレクトリ内のスタイルです。
Date: 2010/06/29
Editors: Wataru Shitami

Table of contents:

	1. nagasaki.html
  	1.1. キービジュアル・社長プロフィール
    1.2. 社長インタビュー
    1.3. モリモリくんについて
    1.4. 会社概要
    
--------------------------------------*/



/* Update history ----------------------

Version: 1.0.0
Date: 2010/06/29
Last editor: Wataru Shitami
Contents of update: -

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



/* 1. nagasaki.html ---------------------*/

#left {
  width: 700px;
  float: left;
}

/* 1.1. 店舗情報 */

#shop-info {
  width: 340px;
  float: right;
}

#shop-info h3 {
  padding-left: 15px;
  background: url(../img/shop.png) no-repeat -218px -25px;
  font-weight: bold;
}

#address {
  height: 117px;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 14px;
}

#biz-hours {
  height: 56px;
}

#message {
  margin-bottom: 20px;
}

#message p {
  width: 300px;
  height: 122px;
  padding: 14px 19px;
  border: 1px dotted #CCC;
}

#qr {
  position: relative;
}

#qr h3 {
  padding-left: 13px;
  background: url(../img/shop.png) no-repeat -218px -44px;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  top: 100px;
  left: 0:
}

#shop-img {
  width: 340px;
  height: 460px;
  margin-bottom: 40px;
  float: left;
}

#shop-img p {
  width: 340px;
  height: 340px;
  margin-bottom: 20px;
}

#shop-img p img {
  position: absolute;
}

#shop-img ul {
  width: 360px;
  margin-right: -20px;
}

#shop-img li {
  float: left;
  margin-right: 20px;
  display: inline;
}

#staff {
  width: 700px;
  height: 172px;
  margin-bottom: 40px;
  clear: both;
}

#staff h3, #access h3, #topics h3, #apalog h3 {
  padding-left: 30px;
  background: url(../img/shop.png) no-repeat -218px 4px;
  font-size: 19px;
  color: #00B7D3;
  border-bottom: 1px dotted #00B7D3;
  margin-bottom: 20px;
}

#staff ul {
  width: 700px;
  height: 120px;
}

#staff li {
  float: left;
  margin-right: 20px;
  display: inline;
}

#staff li a {
  display: block;
}

.name {
  display: block;
  padding-left: 15px;
  background: url(../img/shop.png) no-repeat -218px -43px;
}

#access h4 {
  padding-left: 15px;
  background: url(../img/shop.png) no-repeat -218px -25px;
  font-weight: bold;
  margin-bottom: 10px;
}

#access p, #access ul {
  margin-bottom: 20px;
}

#access iframe {
  width: 698px;
  height: 435px;
  border: 1px solid #CCC;
  overflow: hidden;
}

#aside {
  width: 220px;
  float: right;
}

#reserve {
  height: 130px;
  margin-bottom: 20px;
}

#contact {
  height: 130px;
  margin-bottom: 76px;
}

#reserve h3, #contact h3 {
  margin-bottom: 5px;
}

#reserve a, #contact a {
  display: block;
  width: 214px;
  height: 84px;
  padding: 3px;
  border: 1px dotted #CCC;
}

#reserve a:hover, #contact a:hover {
  border-color: #666;
}

#reserve span, #contact span {
  display: block;
  width: 214px;
  height: 84px;
  overflow: hidden;
  position: relative;
}

#reserve img {
  position: absolute;
  top: 0;
  left: 0;
}

#contact img {
  position: absolute;
  top: -84px;
  left: 0;
}

#reserve p, #contact p {
  font-size: 11px;
}

#topics {
  height: 356px;
}

#topics dt {
  font-weight: bold;
}

#topics dd {
  margin-bottom: 10px;
}

#apalog iframe {
  display: block;
  height: 300px;
  font-size: 13px;
}

#apalog a {
  color: #CCC;
}
