@charset "UTF-8";

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

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

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

Table of contents:

	1. Reset style

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



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

Version: 3.0.0
Date: 2010/06/19
Last editor: Wataru Shitami
Contents of update: -

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



/* 1. Reset style --------------------*/

#alpha {
  width: 700px;
  min-height: 580px;
  padding-right: 20px;
  border-right: 1px dotted #CCC;
  float: left;
}

#alpha ol {
  width: 720px;
  margin-right: -20px;
}

.entry {
  width: 160px;
  height: 250px;
  margin: 0 20px 20px 0;
  float: left;
  display: inline;
  position: relative;
}

.entry h3 {
  width: 160px;
  height: 80px;
  text-indent: 18px;
  background: url(../../img/morimori.png) no-repeat 0 4px;
  font-size: 13px;
  position: absolute;
  top: 170px;
}

.entry h3 img {
  margin: 0 5px -2px;
}

.entry p a {
  display: block;
  border: 8px solid #E0E0E0;
}

.entry p a:hover {
  border-color: #CCC;
}

.body { width: 700px; }

.body h3, .body p, .body ul { margin-bottom: 1.6em; }

.body h3,
.entry h3 span,
#date { font-weight: bold; }

#date { margin-bottom: 1.6em; }

.entry h3 span,
#date span {
	color: #F00;
	margin-left: 0.5em;
}

.more {
	float: right;
	margin-top: 20px;
}

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

#beta {
	width: 200px;
	float: right;
}

#beta h3 {
	font-size: 13px;
	font-weight: bold;
	color: #0099BD;
	margin-bottom: 10px;
}

.widget { margin-bottom: 20px; }

#beta li {
	list-style: square outside;
	margin-left: 15px;
}

#new-entries dt { font-weight: bold; }

#new-entries dt span {
	margin-left: 0.5em;
	color: #F00;
}

#new-entries dd { margin-bottom: 10px; }

.body li {
	list-style: inside square;
	margin-left: 1em;
}

#gamma { clear: both; }
