@charset "utf-8";
/* ===================================================================
CSS information

 file name  :faq.css
 author     :Ability Consultant
 style info  :設定　ハックは最下部に記述
=================================================================== */

/*	INTROテキスト
----------------------------------------------------*/
#faq .txt_intro {
	margin-bottom:20px;
}


/*	.con_cat		カテゴリメニュー
----------------------------------------------------*/
#faq .con_cat {
	margin-bottom:50px;
	padding:15px 30px;
	width:640px;
	background:#f9f5ec;
	border:1px solid #b8ac8f;
	overflow:hidden;
}

#faq .con_cat ul li {
	width:295px;
	margin:0 10px 10px 0;
	padding-left:15px;
	list-style:none outside;
	background:url(../faq/images/ic_cat.gif) 0 5px no-repeat;
	float:left;
}







/*	.con_faq		カテゴリの質問
----------------------------------------------------*/
#faq .con_faq {
	margin-bottom:50px;
	width:700px;
}

#faq .con_faq h3 {
	margin-bottom:30px;
	padding:10px 0 10px 40px;
	font-size:115%;
	border-bottom:1px dotted #333;
	background:url(../faq/images/ic_title.gif) 0 0 no-repeat;
}

#faq .con_faq dl {
	margin:0 auto;
	width:660px;
}


#faq .con_faq dl dt {
	margin-bottom:15px;
	padding:0 0 10px 30px;
	border-bottom:1px solid #c2ba9f;
	background:url(../faq/images/ic_q.gif) 0 0 no-repeat;
}

#faq .con_faq dl dt a {
	font-weight:bold;
}

#faq .con_faq dl dd {
	margin-bottom:20px;
	padding:0 0 10px 30px;
	border-bottom:1px solid #c2ba9f;
	background:url(../faq/images/ic_a.gif) 0 0 no-repeat;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


