/* ================================================================================================
  FAQ (@_0)
================================================================================================ */
div#faq {
		background: #fff;
		}

/* 不動産用語集　見出し */
div#mainBlockContainer div#faq h3,
div#mainBlockContainer div#faq h3 {
		clear: both;
		height: 27px;
		background: url(./images/bg_faqTitle.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.faqList {
		width: 100%;
		background: #fff;
		margin: 20px 0 0 0;
		}
div.faqList ul.general {
		margin: 10px 10px 20px 10px;
		}

/************************************************************** faq ENTRY */
div.faqEntryBlock {
		margin: 0;
		}
div.faqEntryBlock h4.faqItemTitle {
		background: #ccc url(./images/faq_bg.jpg) no-repeat; 
		font-size: 15px;
		vertical-align: middle;
		color: #fff;
		margin: 10px;
		padding: 3px 0 3px 35px;
		}

div.faqEntryBody {
		background: url(./images/icon_a.gif) no-repeat 0 2px; 
		font-weight: bold;
		fonr-size: 16px;
		color: #CC0000;
		margin: 0 0 0 20px;
		padding: 10px 10px 10px 40px;
		}
div.faqEntryMore {
		margin: 0px 10px 30px 30px;
		padding: 10px 0px 20px 0px;
		background: url(/common/images/body/line-002.gif) repeat-x bottom; 
		}

/************************************************************** faq LIST */
ul.faqGeneral {
		list-style: none;
		margin: 10px 20px 40px 30px;
		padding: 0;
		}
ul.faqGeneral li {
		list-style: none;
		background: url(./images/icon_q.gif) no-repeat; 
		margin: 10px 0;
		padding: 0 0 0 25px;
		}

div.faqList h4 {
		background: #ccc url(./images/faq_bg2.jpg) no-repeat; 
		font-size: 15px;
		vertical-align: middle;
		color: #fff;
		margin: 10px;
		padding: 3px 0 3px 35px;
		}
/* END faq */