@charset "UTF-8";

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

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

File name: map.css
description: mapディレクトリのスタイルです。
Date: 2009/12/08
Editors: Sayoko Nishimura, Wataru Shitami
Table of contents:

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

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

Date: 2009/12/08
Last editor: Wataru Shitami
Contents of update: -

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

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#map {
  width: 900px;
  height: 900px;
}

h3 {
  margin: 0;
}

h3 a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	padding-left: 31px;
	background: url(../category/images/thumbnail.gif) no-repeat 0 2px;
	margin-bottom: 5px;
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

.block {
	display: block;
	font-size: 12px;
	color: #000;
	width: 390px;
	height: 150px;
	padding: 15px 30px 15px 15px;
	background-color: #F2F2F2;
	position: relative;
  text-decoration: none;
}

.block:hover {
	text-decoration: none;
	background-color: #E6E6E6;
}

.image {
	display: block;
	margin-right: 30px;
	float:left;
}

.info {
	display: block;
	width: 210px;
	overflow: hidden;
	margin-bottom: 12px;
	float: left;
}

.info span {
	display: block;
	width: 210px;
	padding: 4px 0 2px;
	border-bottom: 1px dotted #CCC;
}

.categories {
	display: block;
	width: 220px;
	margin-right: -10px;
	float: left;
}

.categories img {
	display: block;
	margin-right: 7px;
	float: left;
}

.more-info {
	position: absolute;
	bottom: 15px;
	right: 30px;
}
