@charset "utf-8";
/* ===================================================================
CSS information

 file name  :qa.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*ページタイトル*/
#qa h2{
	width: 720px;
	height: 55px;
	margin: 25px 0;
	text-indent:-9999px;
	background: url(../qa/images/title.gif) left top no-repeat;
}

/*メインコピー*/
#qa p.copy_main{
	width: 720px;
	height: 55px;
	margin: 0 0 30px;
	text-indent: -9999px;
	background: url(../qa/images/main_copy.gif) left top no-repeat;
}

/* よくあるお問い合わせ一覧
----------------------------------------------------------- */
#qa #qalist{
	width: 688px;
	margin: 0 0 50px;
	padding: 15px;
	border: 1px solid #e3d0ae;
	background: url(../qa/images/bg_qalist.jpg) left top repeat;
	clear: both;
}

#qa #qalist h3{
	width: 260px;
	height: 30px;
	margin: 0 0 15px;
	text-indent: -9999px;
	background: url(../qa/images/st_qalist.gif) left top repeat;
	clear: both;
}

#qa #qalist ul{
	padding: 0 0 0 10px;
}

#qa #qalist ul li{
	margin: 0 0 2px;
	padding: 0 0 0 15px;
	background: url(../qa/images/qa_arrow.gif) left 8px no-repeat;
}

#qa #qalist ul li a:visited{
	color: #ae4f26;
	text-decoration: underline;
}

/* Q&A
----------------------------------------------------------- */
#qa #cont_qa{
	width: 720px;
	margin: 0 0 50px;
}

#qa .incont_qa{
	width: 720px;
	margin: 0 0 20px;
}

#qa .incont_qa p.cont_q{
	width: 670px;
	margin: 0 0 10px;
	padding: 15px 0 15px 50px;
	border-bottom: 1px solid #ce865a;
	background: url(../qa/images/ico_q.gif) left 5px no-repeat;
	font-size: 120%;
	font-weight: bold;
	color: #ae4f26;
}

#qa .incont_qa p.cont_a{
	width: 630px;
	margin: 0 0 15px;
	padding: 15px 0 15px 90px;
	background: url(../qa/images/ico_a.gif) 40px 10px no-repeat;
}

#qa .incont_qa p.listtop{
	width: 720px;
	text-align: right;
	font-size: 80%;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


