@charset "UTF-8";

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

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

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

Table of contents:

	1. index.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. index.html ---------------------*/

/* 1.1. キービジュアル・社長プロフィール */

#kv {
  width: 940px;
  height: 280px;
  overflow: hidden;
  margin-bottom: 30px;
}

#ceo {
  margin-bottom: 30px;
}

#ceo-prof {
  width: 580px;
  float: left;
}

#ceo-prof h4 {
  font-size: 17px;
  font-weight: bold;
}

#ceo-img {
  width: 348px;
  margin-right: -8px;
  float: right;
}

#ceo-img li {
  width: 108px;
  height: 108px;
  overflow: hidden;
  position: relative;
  margin-right: 8px;
  float: left;
  display: inline;
}

#ceo-img01 {
  position: absolute;
  top: -280px;
  left: 0;
}

#ceo-img02 {
  position: absolute;
  top: -280px;
  left: -108px;
}

#ceo-img03 {
  position: absolute;
  top: -280px;
  left: -216px;
}

/* 1.2. 社長インタビュー */

#interview {
  width: 580px;
  margin-bottom: 40px;
  float: left;
}

#interview h4 {
  width: 570px;
  background: url(../img/bg.png) repeat-x 3px;
  margin-bottom: 20px;
  z-index: 0;
}

#interview span {
  display: block;
  padding-left: 30px;
  background: #FFF url(../img/company.png) no-repeat -416px 0;
  font-size: 21px;
  color: #E4007F;
  z-index: 1;
}

#h4-1 {
  width: 310px;
}

#h4-2 {
  width: 210px;
}

#interview h5 {
  font-size: 15px;
  font-weight: bold;
}

.qa {
  padding-bottom: 20px;
}

.qa-p {
  width: 460px;
  float: left;
}

.qa-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  float: right;
}

#qa-img01 {
  position: absolute;
  top: -280px;
  left: -324px;
}

#qa-img02 {
  position: absolute;
  top: -280px;
  left: -424px;
}

/* 1.3. モリモリくんについて */

#aside {
  width: 278px;
  min-height: 540px;
  padding: 55px 30px 30px;
  background: url(../img/company.png) no-repeat;
  border: 1px dotted #999;
  font-size: 11px;
  margin: 16px 0 40px;
  float: right;
  display: inline;
}

#aside h4 {
  width: 190px;
  font-size: 19px;
  font-weight: bold;
  color: #E4007F;
  margin:  5px 0 10px;
  float: right;
  display: inline;
}

#illust {
  width: 78px;
  height: 123px;
  overflow: hidden;
  position: relative;
  margin: 0 10px 10px 0;
  float: left;
  display: inline;
}

#illust img {
  position: absolute;
  top: 0;
  left: -338px;
}

#com1 {
  font-weight: bold;
  margin-bottom: 1.6em;
}

#com2 {
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
  margin-bottom: 20px;
}

#aside h5 {
  font-weight: bold;
}

/* 1.4. 会社概要 */

#outline {
  width: 940px;
  clear: both;
}

#outline table {
  width: 940px;
  border: 1px solid #CCC;
}

#outline th {
  width: 220px;
  font-weight: bold;
}

#outline th, #outline td {
  padding: 5px 10px;
  border: 1px solid #CCC;
}
