@charset "utf-8";
/* CSS Document */

h2#faq {
	background-image:url(/img/faq/title.gif);
	background-repeat:no-repeat;
	height:32px;
	width:540px;
	text-indent:-9999px;
	margin-top:20px;
	}
#detail dl {
	margin:10px;
	}
#detail dt {
	background-image:url(/img/faq/q.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#26A68D;
	font-weight:bold;
	font-size:16px;
	padding-left:30px;
	}
#detail dd {
	margin:5px 0 20px 0;
	color:#666;
	font-size:12px;
	line-height:200%;
	}
