@charset "utf-8";
/* ===================================================================
CSS information

 file name  :faq.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
#faq {
	margin:0 auto;
	width:950px;
}

/*----------------------------------------------------
	ページタイトル	
----------------------------------------------------*/
#faq .img_title{
	background: url(../faq/images/img_title.jpg) left top no-repeat;
}

/*----------------------------------------------------
	#main　メイン	
----------------------------------------------------*/

/*サブメニュー*/
#faq ul.faq_menu{
	width: 740px;
	height: 40px;
	margin: 0 0 30px;
	background: url(../faq/images/faq_menu.gif) left top no-repeat;
	clear: both;
	overflow: hidden;
}

#faq ul.faq_menu li{
	width: 185px;
	height: 40px;
	text-indent: -9999px;
	float: left;
}

#faq ul.faq_menu li a{
	width: 185px;
	height: 40px;
	display: block;
	overflow: hidden;
}

/*各タイトル*/
#faq #main h3.st_faq_access{
	width: 740px;
	height: 32px;
	background:url(../faq/images/st_faq_access.gif) left top no-repeat;
	text-indent: -9999px;
}

#faq #main h3.st_faq_faci{
	width: 740px;
	height: 32px;
	background:url(../faq/images/st_faq_faci.gif) left top no-repeat;
	text-indent: -9999px;
}

#faq #main h3.st_faq_room{
	width: 740px;
	height: 32px;
	background:url(../faq/images/st_faq_room.gif) left top no-repeat;
	text-indent: -9999px;
}

#faq #main h3.st_faq_other{
	width: 740px;
	height: 32px;
	background:url(../faq/images/st_faq_other.gif) left top no-repeat;
	text-indent: -9999px;
}

/*QAボックス*/

#faq #main .faq_box{
	width: 658px;
	padding: 0 40px;
	margin: 20px 0 0 0;
	border: 1px solid #edd9bf;
	background: #fff url(../faq/images/bg_faq.gif) right top no-repeat;
}

#faq #main .faq_box .q{
	width: 618px;
	padding: 20px 0 20px 40px;
	border-bottom: 1px dotted #95752c;
	background: url(../faq/images/ico_q.gif) left center no-repeat;
}

#faq #main .faq_box .a{
	width: 618px;
	padding: 20px 0 20px 40px;
	background: url(../faq/images/ico_a.gif) left center no-repeat;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

* html {}
