@charset "utf-8";
/* CSS Document */
#faq li{
	padding-left:15px;
	list-style-image: url(../info/img/faq_arrow.png);
	list-style-position: inside;
	line-height: 2.5;
}
#faq dl{ padding-left:15px; 
}
#faq dt{
	font-weight:bold;
	border-left:#666666 5px solid;
	padding-left:5px;
	margin-top: 1.5em;
}
#faq dd{
	padding-left:15px;
	line-height:150%;
	margin: 0.5em 0;
}
#faq h2{
	border-left:#FF0033 5px solid;
	border-bottom: #FF0033 1px solid;
	font-size:1em;
	padding-left: 5px;
	margin: 1em 5em 1em 0.5em;
}
#faq h3{
	border-left:#333333 5px solid;
	border-bottom: #333333 1px dotted;
	font-size:0.9em;
	padding-left: 5px;
	margin: 1em 5em 1em 0.5em;
}
