@charset "utf-8";
/* ===================================================================
CSS information

 file name  :faq.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */



/*----------------------------------------------------
	#main		メイン
----------------------------------------------------*/

/*----------------------------------------------------
	.con_intro キャッチ
----------------------------------------------------*/
#faq #main {
	background: url(../faq/images/bg_intro.jpg) no-repeat 0 0;
}

#faq .con_intro {
	padding: 20px 20px 20px 20px;
	margin: 0 0 20px;
	width: 660px;
}

#faq .con_intro h2{
	margin: 0 0 15px;
}

/*	.con_cat		カテゴリメニュー
----------------------------------------------------*/
#faq .con_cat {
	margin:0 auto 50px auto;
	padding:15px 30px;
	width:594px;
	/*background:#f2eee5;*/
	border:3px solid #e1d4b8;
	overflow:hidden;
}

#faq .con_cat ul {
	width:640px;
	margin-right:200px;
	overflow: hidden;
}

#faq .con_cat ul li {
	width: 250px;
	margin-bottom:10px;
	padding-left:15px;
	list-style:none outside;
	background:url(../faq/images/ic_cat.gif) 0 5px no-repeat;
	float:left;
}

#faq .con_cat ul li a{
	color:#503e27;
	font-weight: bold;
}

/*	.con_faq		カテゴリの質問
----------------------------------------------------*/
#faq .con_faq {
	margin:0 auto 50px auto;
	width:660px;
}

#faq .con_faq h3 {
	margin-bottom:30px;
	padding:0 0 15px 50px;
	font-size:115%;
	border-bottom:1px dashed #5f90a9;
	background:url(../faq/images/ic_title.gif) 0 0 no-repeat;
}

#faq .con_faq dl {
	margin:0 auto;
	width:620px;
}


#faq .con_faq dl dt {
	margin-bottom:15px;
	padding:0 0 10px 40px;
	border-bottom:1px dotted #8f7049;
	background:url(../faq/images/ic_q.gif) 0 0 no-repeat;
}

#faq .con_faq dl dt a {
	color:#503e27;
	font-weight:bold;
}

#faq .con_faq dl dd {
	margin-bottom:20px;
	padding:0 0 10px 40px;
	border-bottom:1px dotted #8f7049;
	background:url(../faq/images/ic_a.gif) 0 0 no-repeat;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


