@charset "utf-8";
@import "/css/template.css";

/*------------------------------------------------------------
	不動産用語集　下層
------------------------------------------------------------*/
#main {
	margin: 7px 0 0 0;
	background: url(/img/manual/moving/index/main_bg.gif) repeat-y left top;
}

#conts {
	width: 540px;
}

#conts h3 {
	margin: 0 0 10px 0;
	padding: 7px 20px;
	background: url(/img/glossary/h3_back.gif) no-repeat left center;

	clear: left;

	color: #305485;
	font-size: 14px;
	font-weight: bold;
}

#conts h4 {
	margin: 0 0 10px 15px;
	padding: 8px 0 10px 10px;
	background: url(/img/manual/moving/index/h3_bg.gif) no-repeat left center;
	
	clear: both;
	
	color: #333;
	font-size: 120%;
	font-weight: bold;
}

#conts p {
	margin: 0 0 23px 10px;
	
	line-height: 1.7;
}

#conts .box {
	margin: 0 0 30px 6px;
}

#conts .box ul {
	margin: 0 0 23px 10px;
}

#conts .box li {
	margin-bottom: 5px;
	padding-left: 0.5em;

	line-height: 1.3;
	text-indent: -0.5em;
}

#conts .box dl {
	padding: 0 0 23px 10px;
	line-height: 1.7;
}

#conts .box dt {
	margin: 1.5em 0 0.3em 0;
	font-weight: bold;
}

#conts .box dd {
	margin: 0 0 3px 1em;
}

#conts ul.top {
	margin: 0 30px 30px 7px;
	width: 230px;
	
	float: left;
	display: inline; /* IE6対策 */
}


#conts .top li {
	margin: 0 0 12px 0;
	padding: 1px 0 0 0;
	width: 15%;
	
	float: left;
}

#conts .top .last {
	width: 8%;
}

#conts .top .middle {
	width: 30%;
}

#conts .top .bold {
	padding: 0 15px 0 17px;
	width: 35px;
	background: url(/img/glossary/arrow01.gif) no-repeat left center;
	
	clear: left;
	
	font-weight: bold;
}

	* html #conts .top .bold {
		padding: 1px 15px 0 17px;
		width: 67px;
		/*Mac IE用ハック*/
		/*\*//*/
		padding: 0 15px 0 17px;
		width: 35px;
		/**/ 
	}

#conts ul.returnTop {
	margin: 0 0 30px 0;
	text-align: center;
	
	clear: left;
}
