@charset "utf-8";

/* ZIPZIP FAQ.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/

div#faq
{
	margin: 0 0 0 25px;
	width: 750px;
	font-size: 92%;
}

div#faq dl
{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	line-height: 1.5em;
	background: url(../../common/images/dotted_line_hori.gif) repeat-x left bottom;
}

div#faq dl dt
{
	margin: 0 0 10px 0;
	padding: 2px 0 0 45px;
	background: url(../images/qa_icon_q.gif) no-repeat;
	color: #AC172A;
}

div#faq dl dd
{
	margin: 0;
	padding: 0 0 0 45px;
	background: url(../images/qa_icon_a.gif) no-repeat;
}




