@charset "utf-8";
/* CSS Document */

.faq_header { 
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	background: url(../_images/acc-bg.gif) center center no-repeat;
	width: 424px;
	font-size: 1.4em;
	color: #666666;
	padding: 2px 0 2px 16px;
}
.faq_content { 
	padding: 12px 12px;
	font-size: 1.2em;
	color: #58595b;
	border-left: #ededed solid 2px;
	border-right: #ededed solid 2px;
	margin: 0 0 0 9px;
	width: 395px;
}
.faq_contentlast { 
	border-bottom: #ededed solid 2px;
}
.faq_open {
	margin: 0;
}
.faq_closed { 
	margin: 0 0 10px 0;
}

.faq_content .faq_header { 
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	background: #e2e2e2;
	width: 380px;
	font-size: 1.1em;
	color: #666666;
	padding: 2px 3px 2px 13px;
}
.faq_content .faq_content { 
	padding: 10px 12px;
	font-size: 1.0em;
	color: #58595b;
	border-left: #ededed solid 2px;
	border-right: #ededed solid 2px;
	margin: 0;
	width: 368px;
}
#content .faq_content .faq_content li { 
	font-size: 1.0em;
}
.faq_content .faq_contentlast { 
	border-bottom: #ededed solid 2px;
}

.faq_content .faq_open {
	margin: 0;
}
.faq_content .faq_closed { 
	margin: 0 0 4px 0;
}

.purple {
	color: #993399;
	font-weight: bold;
}