/* ================================================================================================
  WORDS (@_0)
================================================================================================ */
div#words {
		background: #fff;
		}

/* 不動産用語集　見出し */
div#mainBlockContainer div#words h3,
div#mainBlockContainer div#words h3 {
		clear: both;
		height: 27px;
		background: url(./images/bg_wordsTitle.gif) no-repeat bottom;
		font-size: 16px;
		color: #000099;
		padding: 6px 0 0 25px;
		border-top: 1px solid #eee;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		}
/************************************************************** 新着用語（インデックス） */
div#newWords {
		background: #fff;
		margin: 0 0 30px 0;
		}

/************************************************************** 用語集索引 */
div.wordsList {
		width: 100%;
		background: #fff;
		margin: 0;
		}
div.wordsListLine {
		width: 500px;
		background: #f9f9f9;
		line-height: 140%;
		margin: 10px 10px 20px 10px;
		padding: 10px;
		border: 1px solid #ccc;
		}
div.wordsListLine h4 {
		clear: both;
		background: url(/common/images/body/list-008.gif) no-repeat 0 4px;
		margin: 0;
		padding: 0 ;
		}
div.wordsListLine ul {
		clear: both;
		margin: 0 0 10px 0;
		}
div.wordsListLine ul li {
		clear: left;
		width: 100%;
		display: block;
		font-weight: bold;
		margin: 0 0 10px 0;
		}
div.wordsListLine ul li ul {
		clear: both;
		margin: 0 0 10px 0;
		}
div.wordsListLine ul li ul li {
		clear: right;
		width: 30px;
		display: inline;
		font-weight: normal;
		text-align: center;
		color: #ccc;
		margin: 5px 0 3px 0;
		padding: 0 3px 0 7px;
		border-right: 1px solid #ccc;
		}
/************************************************************** 用語集一覧 */
div.wordsListItem {
		width: 500px;
		display: block;
		background: #f9f9f9;
		line-height: 140%;
		text-align: center;
		margin: 10px;
		padding: 10px;
		border: 1px solid #ccc;
		}

div.wordsListItem ul {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
		}
div.wordsListItem ul li {
		float: left;
		width: 145px;
		background: url(/common/images/body/list-002.gif) no-repeat 0px 4px; 
		text-align: left;
		list-style: none;
		margin: 0;
		padding: 0 0 0 20px;
		}
/************************************************************** WORDS ENTRY */
div.wordsEntryBlock {
		margin: 0 0 10px 0;
		}
div.wordsEntryBlock .wordsItemTitle {
		height: 27px;
		background: url(/common/images/body/list-008.gif) no-repeat 0 4px;
		font-size: 18px;
		color: #545454;
		margin: 10px 20px 10px 20px;
		padding: 5px 0 0 30px;
		}

div.wordsEntryBody {
		padding: 0px 10px 10px 30px;
		border-bottom: 1px dotted #ccc;
		}
/************************************************************** WORDS LIST */


/* END WORDS */