@charset "UTF-8";

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

有限会社賃貸倶楽部ウェブサイト

File name: common.css
description: このウェブサイト共通のスタイルです。
Date: 2009/10/21
Editors: Sayoko Nishimura, Wataru Shitami
Table of contents:

	*reset style
		*layout
		*font
	*default style
	*common style
		*header
		*container
		*footer

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

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

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

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



/* reset style - layout */

html {
	color: #000;
	background: #FFF;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical; /* 短いページで縦スクロールバー領域が表示されない設定をリセット */
	overflow-x: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { border: 0; }

li { list-style: none; }

caption, th { text-align: left; }

th { vertical-align: baseline; }

/* reset style - fonts */

body {
	font-size: 11px;
	line-height: 1.6;
}

select, input, button, textarea { font: 99%; }

table {
	font-size: inherit;
	font: 100%;
}

address, caption, em, strong, th {
	font-style:normal;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, textarea, select { *font-size: 100%;
}

/* default style */

body { font-family: Verdana, Arial, Helvetica, sans-serif; }

a {
	color: #666;
	text-decoration: none;
}

a:visited { text-decoration: none; }

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active { color: #333; }

.offleft {
	text-indent: -9999px; /*テキストを画面外へ飛ばす*/
	overflow: hidden; /*Firefoxで点線が画面外まで表示される問題を回避*/
}

.offleft-none { /*オフレフトしてもスペースが残る場合*/
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { min-height: 1px; }

/* common style - header */

#header {
	width: 960px;
	margin: 0 auto 30px;
}

#swf { margin-bottom: 15px; /*Flash代替divにはマージンが効かないため*/ }

/*Flash代替メニュー*/

#substitution-nav {
	width: 960px;
	height: 150px;
	position: relative;
}

#substitution-nav ul {
	width: 600px;
	height: 40px;
	position: absolute;
	top: 71px;
	left: 375px;
}

#substitution-nav li {
	float: left;
	margin-right: 25px;
}

#substitution-nav li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 40px;
	background: url(../../images/header-menu.jpg) no-repeat;
}

li#header-home a {
	width: 40px;
	background-position: 0 0;
}

li#header-topics a {
	width: 54px;
	background-position: -40px 0;
}

li#header-recommend a {
	width: 45px;
	background-position: -94px 0;
}

li#header-special a {
	width: 45px;
	background-position: -139px 0;
}

li#header-search a {
	width: 45px;
	background-position: -184px 0;
}

li#header-reserve a {
	width: 46px;
	background-position: -229px 0;
}

li#header-shop a {
	width: 45px;
	background-position: -275px 0;
}

li#header-staff a {
	width: 57px;
	background-position: -320px 0;
}

#hint {
	color: #999;
	position: absolute;
	top: 12px;
	left: 100px;
}

#get-flashplayer {
	position: absolute;
	top: 8px;
	right: 15px;
}

#chidigibear {
	width: 900px;
	margin: 20px auto 20px;
}

/*ロゴ・フリーダイヤル・ナビゲーション*/

#header-bottom {
	width: 900px;
	margin-bottom: 30px;
	padding: 0 25px;
}

#logo { float: left; }

h1 {
	float: left;
	margin-right: 15px;
}

h1 a {
	display: block;
	width: 109px;
	height: 18px;
	background: url(../../images/logo.jpg) no-repeat;
}

#logo address {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	float: left;
}

#header-nav {
	margin-top: 3px;
	float: right;
}

#header-nav li {
	font-size: 10px;
	float: left;
}

#header-nav a { margin: 0 3px; }

/*検索方法の選択*/

#search-nav {
	width: 900px;
	padding: 0 25px;
}

#search-nav li { float: left; }

#apaman-shop {
	width: 295px;
	margin-right: 10px;
}

#google-map {
	width: 295px;
	margin-right: 40px;
}

#others { width: 260px; }

.search-title {
	font-size: 12px;
	color: #000;
	display: block;
	padding-left: 15px;
	background: url(../../images/arrow.jpg) no-repeat 0 5px;
	margin-bottom: 5px;
}

.search-banner {
	display: block;
	width: 287px;
	height: 50px;
	border: 1px dotted #CCC;
	padding: 3px;
}

.search-banner img {
	display: block;
	width: 287px;
	height: 50px;
}

.search-banner:hover {
	border-color: #666;
	text-decoration: none;
}

span.search-banner:hover { border-color: #CCC; /*Googleマップ公開まで*/ }

#others form { margin-bottom: 24px; }

#others .text { width: 200px; }

#others a { text-decoration: underline; }

/* common style - container */

#container {
	width: 900px;
	margin: 0 auto;
}

.section {
	width: 900px;
	margin-bottom: 30px;
}

#section-inline {
	width: 860px;
	height: auto;
	margin: 0 auto 150px;
}

.title {
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
}

.title h2 {
	font-size: 16px;
	padding-left: 24px;
	background: url(../../images/icon.png) no-repeat 2px 2px;
	padding-bottom: 2px;
	float:left;
}

#banner {
	padding-top: 5px;
	margin-left: 1em;
	float: left;
}

#breadcrumbs {
	font-size: 11px;
	padding-top: 6px;
	float: right;
}

/* common style - footer */

#footer {
	width: 900px;
	margin: 0 auto;
}

#footer-nav {
	width: 900px;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#footer-nav ul { float: right; }

#footer-nav li {
	font-size: 10px;
	float: left;
}

#footer-nav a { margin: 0 3px; }

#member {
	width: 900px;
	margin-bottom: 30px;
}

#member p {
	float: right;
}

#member img {
	display: inline-block;
	margin: 0 2px;
}

#license {
	width: 900px;
	text-align: right;
}

#copyright {
	font-size: 10px;
	text-align: right;
	width: 900px;
}

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

/* Overlay */
#simplemodal-overlay { background-color: #000; }

/* Container */
#simplemodal-container {
  background-color: #FFF;
  border: 3px solid #FFF;
}

#simplemodal-container iframe { border: none; }

#simplemodal-container a.modalCloseImg {
  width: 40px;
  height: 40px;
  background: url(../../estate/images/close.png) no-repeat;
  border: 3px solid #FFF;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -3px;
  right: -3px;
  cursor: pointer;
}
