@charset "utf-8";
/* CSS Document */

/*■□■□■□■□■□■□  ■□■□■□■□■□■□*/
div.faq{
	width:770px;
	margin:0 auto;
}

#faq dt{
	font-weight:bold;
	color:#666666;
	background:url(../img/faq_q.gif) no-repeat;
	padding:5px 0 3px 30px;
	border-bottom:#666666 1px dotted;
	margin-bottom:10px;
}

#faq dd{
	background:url(../img/faq_a.gif) no-repeat;
	padding:0 0 0 30px;
	margin-bottom:20px;
}

#faq dd li{
	background:url(../../img/common/ico_dot01.gif) left no-repeat;
	padding-left:13px;
}


#faq p.txt_right{
	display:block;
}
