
/* =======================================================
1.Faqのレイアウト	div class="FaqList"
======================================================= */
.FaqList{
	margin:	0 12px;
}

.FaqList dl.FaqIndex dt{
	margin:	12px 0 8px 0;
	font-size:120%;
	font-weight:bold;
	color:#ff7e00;
	border-bottom:	2px solid #ff7e00;
}

.FaqList dl.FaqIndex dd{
	line-height:	1.6;
}

.FaqList dl.FaqIndex dd.Subject{
	margin:	6px 0 0 0;
	font-weight:bold;
	color:#444;
}

.FaqList dl.FaqAnswer{
	margin:	20px 0 0 0;
}

.FaqList dl.FaqAnswer dt.Subject{
	margin:	6px 0 0 0;
	font-weight:bold;
	color:#444;
}

.FaqList dl.FaqAnswer dt.Question{
	margin:	0 0 8px 0;
	padding:0 0 0 22px;
	line-height:20px;
	font-weight:bold;
	background:url(../image/faq/q.gif) 0 0 no-repeat;
}

.FaqList dl.FaqAnswer dd.Answer{
	margin:	0 0 20px 22px;
	padding:0 0 0 18px;
	background:url(../image/faq/a.gif) 0 0 no-repeat;
}

/*==================================================
FAQの種類のボタン
==================================================*/

ul.FaqCategory{
	margin:	12px 0;
}

ul.FaqCategory li{
	float					:	left;
}

ul.FaqCategory li a{
	display					:	block;
	height					:	40px;
}

/* -------------------------------------------------
chirashiボタン
------------------------------------------------- */
ul.FaqCategory li.chirashi a, 
ul.FaqCategory li.chirashi a:link, 
ul.FaqCategory li.chirashi a:visited{
	width					:	204px;
	margin:	0 12px 0 0;
	background				:	url(../image/faq/btn_faq_chirashi.gif) 0 0 no-repeat;
}

ul.FaqCategory li.chirashi a:hover, 
ul.FaqCategory li.chirashi a:active{
	background-position		:	0 -40px;
}

ul.FaqCategory li.chirashi_active{
	display					:	block;
	height					:	40px;
	background				:	url(../image/faq/btn_faq_chirashi.gif) 0 -40px no-repeat;
	width					:	204px;
	margin:	0 12px 0 0;
}

/* -------------------------------------------------
ホームページボタン
------------------------------------------------- */
ul.FaqCategory li.homepage a, 
ul.FaqCategory li.homepage a:link, 
ul.FaqCategory li.homepage a:visited{
	margin:	0 12px 0 0;
	width					:	203px;
	background				:	url(../image/faq/btn_faq_hp.gif) 0 0 no-repeat;
}

ul.FaqCategory li.homepage a:hover, 
ul.FaqCategory li.homepage a:active{
	background-position		:	0 -40px;
}

ul.FaqCategory li.homepage_active{
	display					:	block;
	height					:	40px;
	background				:	url(../image/faq/btn_faq_hp.gif) 0 -40px no-repeat;
	width					:	203px;
	margin:	0 12px 0 0;
}


/* -------------------------------------------------
通販ボタン
------------------------------------------------- */
ul.FaqCategory li.ec a, 
ul.FaqCategory li.ec a:link, 
ul.FaqCategory li.ec a:visited{
	width					:	204px;
	background				:	url(../image/faq/btn_faq_ec.gif) 0 0 no-repeat;
}

ul.FaqCategory li.ec a:hover, 
ul.FaqCategory li.ec a:active{
	background-position		:	0 -40px;
}

ul.FaqCategory li.ec_active{
	display					:	block;
	height					:	40px;
	background				:	url(../image/faq/btn_faq_ec.gif) 0 -40px no-repeat;
	width					:	204px;
}
