@charset "utf-8";

/* ============================================
 *
 * Last UpDate : 2010/06/19
 *
============================================ */
/* カテゴリ別背景 */
body#g07 #contents #main .sectionBg01 {
	background: #ffffff url(/faq/img/faq_bg01.jpg) no-repeat left top;
}


table.table_QList {
	width: 650px;
	border-collapse: collapse;
	margin-left: 10px;
}
	table.table_QList td {
		width: 275px;
		height: 60px;
		background: url(/faq/img/faq_ico_Q.gif) no-repeat left center;
		vertical-align: middle;
		line-height: 1.6;
		padding: 0 10px 0 40px;
	}
		table.table_QList td a {
			color: #4398bb;
		}
		
dl.dl_faqList {
	width: 670px;
	padding: 14px 0 9px;
	clear: both;
}
	dl.dl_faqList dt {
		background: url(/faq/img/faq_bg_dt_faqList.gif) no-repeat left top;
		padding: 10px 50px;
		font-size: 16px;
		font-weight: bold;
		color: #86ac00;
		zoom: 1;
	}
	dl.dl_faqList dd {
		line-height: 1.6;
		background: url(/faq/img/faq_bg_dd_faqList.gif) no-repeat left bottom;
		padding: 0 1px 5px;
	}
		dl.dl_faqList dd div {
			background: url(/faq/img/faq_bg_answerSection.gif) no-repeat left top;
			padding: 13px 50px;
			zoom: 1;
		}

