@charset "utf-8";

/* -----------------------------------------------------------------------------
**
** アパマンショップ dic CSS
**
----------------------------------------------------------------------------- */

div#containerWrapper {
	background-color: #ffffff;
}

div#container {
	padding-bottom: 100px;
	font-size: 1em;
	}

/* -----------------------------------------------------------------------------
** dic
不動産用語集
----------------------------------------------------------------------------- */
/* 共通
----------------------------------------------------------------------------- */
div#contents {
	color: #666666;
	line-height:nomal;
	}
/* タイトル・テキスト */
div#contents h1 {
	background: url(../../images/common/bg_topicpath_01.gif) no-repeat left top;
	height: 30px;
	}
div#contents h1 .bgTitle {
	padding: 4px 0 0 10px;
	background: url(../../images/common/bg_topicpath_02.gif) no-repeat right top;
	height: 26px;
	color: #ffffff;
	display: block;
	}
div#contents h2 {
	font-size: 116%;
	font-weight: bold;
	color: #003399;
	border-bottom: 1px solid #003399;
	margin: 15px 0;
	background: none;
	height: auto;
	clear: both;
	}
/* リンク */
div#contents a {
	color: #434eb5;
	}
/* index
トップ
----------------------------------------------------------------------------- */
/* タイトル・テキスト */
div#indexBlock h2 {
	margin: 8px 0 15px 0;
	}
/* リスト部分 */
div#indexBlock dl dt {
	padding: 0 0 3px 0;
	}
div#indexBlock dl dd ul {
	width: 100%;
	clear: both;
	margin: 0 0 10px 0;
	}
div#indexBlock dl dd ul li {
	float: left;
	margin: 0 8px 3px 0;
	padding: 0 8px 0 0;
	border-right: 1px solid #666666;
	line-height: normal;
	white-space: nowrap;
	}
div#indexBlock dl dd ul li.last {
	padding: 0;
	border: none;
	}
div#indexBlock dl dt.noLink {
	color: #434eb5;
	font-weight: bold;
	background: url(../../images/common/icn_link1_blue.gif) no-repeat left center;
	padding: 0 0 0 18px;
	}
/* リンク */
div#indexBlock dl dt a {
	font-weight: bold;
	background: url(../../images/common/icn_link1_blue.gif) no-repeat left center;
	padding: 0 0 0 18px;
	}
div#indexBlock dl dd a {
	color: #666666;
	}
/* page
各ページ
----------------------------------------------------------------------------- */
/* リスト部分 */
div#dicBlock dl dt {
	background: #ededf3;
	padding: 1px 5px;
	line-height:nomal;
	}
div#dicBlock dl dd {
	padding: 5px 5px 20px 5px;
	}
/* リンク */
div#dicBlock a {
	color: #666666;
	}
div#dicBlock div.dicList {
	background: #ededf3;
	padding: 3px 5px 3px 8px;
	font-size: 93%;
	}
div#dicBlock div.dicList ul {
	float: left;
	}
div#dicBlock div.dicList ul li {
	float: left;
	margin: 2px 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #666666;
	line-height: normal;
	white-space: nowrap;
	}
div#dicBlock div.dicList ul li.last {
	padding: 0;
	border: none;
	}
div#dicBlock div.dicList p.naviTxt {
	float: right;
	}
div#dicBlock div.dicList p.naviTxt a {
	background: url(../../images/common/icn_link2_blue.gif) no-repeat right center;
	text-align: right;
	padding: 0 10px 0 0;
	font-weight: normal;
	}
/* -----------------------------------------------------------------------------
** clearfix
----------------------------------------------------------------------------- */
div#indexBlock dl dd ul,
div#dicBlock div.dicList,
div#dicBlock div.dicList ul {
	overflow: hidden;
	}
div#indexBlock dl dd ul:after,
div#dicBlock div.dicList:after,
div#dicBlock div.dicList ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	}
* html div#indexBlock dl dd ul,
* html div#dicBlock div.dicList,
* html div#dicBlock div.dicList ul {
	height: 1em;
	overflow: visible;
	}
