@charset "UTF-8";


#navi #sna a{
	display:block;
	width:160px;
	height:37px;
	text-indent:-5000px;
}
#navi #snb a,
#navi #snc a,
#navi #snd a{
	display:block;
	width:111px;
	height:37px;
	text-indent:-5000px;
}
#sna{
	background:url(./images/faq/faqNavi.gif) 0px 0px;
}
#sna a:hover{
	background:url(./images/faq/faqNavi.gif) 0px -37px;
}
#snb{
	background:url(./images/faq/faqNavi.gif) -160px 0px;
}
#snb a:hover{
	background:url(./images/faq/faqNavi.gif) -160px -37px;
}
#snc{
	background:url(./images/faq/faqNavi.gif) -270px 0px;
}
#snc a:hover{
	background:url(./images/faq/faqNavi.gif) -270px -37px;
}
#snd{
	background:url(./images/faq/faqNavi.gif) -380px 0px;
}
#snd a:hover{
	background:url(./images/faq/faqNavi.gif) -380px -37px;
}


/*-------------------------------------*/
.midasi{
	margin:0px;
}

/*-------------------------------------*/
dl{
	width:530px;
}
dt{
	background:url(./images/faq/q.gif) top left no-repeat;
	margin:0px;
	padding:4px 0px 6px 27px;
	border-bottom:dashed 2px #6282D3;
	font-weight:bold;
}
dd{
	background:url(./images/faq/a.gif) top left no-repeat;
	margin:0px 0px 26px 0px;
	padding:4px 0px 6px 27px;
}
