.faq {
	margin-top: 20px;
	margin-bottom: 20px;
}
.faq_title_word {
	color: #000;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #EDF4E2;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(../images/icon_q.jpg);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	line-height: 180%;
	font-weight: bold;
}
.faq_title_word a {
	color: #000;
	text-decoration: none;
}
.faq_title_word a:hover {
	color: #3d6417;
}
.faq_word {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 180%;
	color: #333;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 30px;
	background-image: url(../images/icon_a.jpg);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	padding-bottom: 10px;
}
.faq_word a {
	color: #ee5126;
	text-decoration: none;
	font-weight: bold;
}
.faq_word a:hover {
	color: #F00;
}
.faq_word dl {
	clear: both;
	float: right;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width: 210px;
}
/*
.faq_word dl dd  {
	padding-top: 5px;
	color: #666;
	letter-spacing: 1px;
	background-image: url(../images/01/05.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	padding-left: 20px;
	margin: 0px;
	line-height: 150%;
}
.faq_word dl dd a  {
	color: #666;
	text-decoration: none;
}
.faq_word dl dd a:hover {
	color: #900;
}
*/
