@charset "UTF-8";

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

株式会社賃貸倶楽部ウェブサイト

File name: staff.css
description: staffディレクトリ各ページのスタイルです。
Date: 2009/10/21
Editors: Sayoko Nishimura, Wataru Shitami
Table of contents:

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

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

Date: 2009/10/21
Last editor: Wataru Shitami
Contents of update: -

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



html { overflow: hidden; }

body { padding: 10px; }

#prof-outline {
  width: 868px;
  height: 508px;
  background: url(../staff/img/bg.png) no-repeat 0 0;
  overflow: hidden;
  margin: 0 auto;
}

#commingsoon {
  width: 868px;
  height: 508px;
  background: url(../staff/img/commingsoon.png) no-repeat 0 0;
  overflow: hidden;
  margin: 0 auto;
}

#prof {
  width: 550px;
  height: 407px;
  margin: 49px 39px 0 0;
  float: right;
  display: inline;
}

#name {
  height: 45px;
  padding-top: 5px;
  padding-left: 40px;
  background: url(../staff/img/morimori-m.gif) no-repeat 0 0px;
}

#name.flesher {
  background: url(../staff/img/morimori-g.gif) no-repeat 0 0px;
}

#name h2 {
  font-size: 25px;
  float: left;
}

#roman {
  font-size: 13px;
  margin-left: 1em;
  vertical-align: middle;
}

#male, #female {
  display: block;
  overflow: hidden;
  position: relative;
  margin-left: 13px;
  float: left;
  display: inline;
}

#male {
  width: 18px;
  height: 18px;
  margin-top: 15px;
}

#female {
  width: 12px;
  height: 21px;
  margin-top: 13px;
}

#male img, #female img { position: absolute; }

#male img {
  top: -508px;
  left: -17px;
}

#female img {
  top: -508px;
  left: 0;
}

#prof table {
  width: 550px;
  height: 352px;
  border: 1px solid #E6E6E6;
  margin-top: 5px;
}

#prof th, #prof td {
  padding: 0px 15px;
  border: 1px solid #E6E6E6;
  font-size: 13px;
  vertical-align: middle;
}

#prof th {
  width: 170px;
  padding-left: 35px;
  background: url(../staff/img/arrow.png) no-repeat 15px center;
  font-weight: bold;
}

#comment th {
  background-position: 15px 12px;
}

#comment th, #comment td {
  height: 95px;
  padding-top: 5px;
  vertical-align: top;
}

#img {
  width: 210px;
  height: 405px;
  border: 1px solid #E6E6E6;
  margin: 49px 0 0 39px;
  float: left;
  display: inline;
}

#img p { margin: 5px; }

#prof-outline address {
  font-size: 9px;
  margin-right: 39px;
  float: right;
  display: inline;
}
