@charset "utf-8";
@import url(global.css);

/* ------------------------------
 
------------------------------ */

#faq h2{
	background:url(../faq/images/top.jpg) no-repeat left top;
}
h3#h3_1{
	width:686px;
	height:34px;
	text-indent:-9999px;
	display:block;
	background:url(../faq/images/h3_1.jpg) no-repeat left top;
	margin-bottom:20px;
}
#faq dl{
	margin:0 5px 20px;
}
#faq dt{
	padding:6px 6px 6px 30px;
	font-size:14px;
	line-height:1.5em;
	cursor:pointer;
	margin-bottom:1px;
}
#faq dt img{
	vertical-align:middle;
	padding-left:10px;
}
#faq dt.bl{
	background:url(../faq/images/q.gif) no-repeat 5px 5px;
	border:1px solid #97BCDD;
	color:#346C9E;
}
#faq dt.org{
	background:url(../faq/images/q.gif) no-repeat 5px 5px;
	border:1px solid #F9D1AA;
	color:#AD5E0E;
}
#faq dt.grn{
	background:url(../faq/images/q.gif) no-repeat 5px 5px;
	border:1px solid #BFDF9F;
	color:#5B892E;
}
#faq dd{
	padding:20px;
	border-right:#EAEAEA 1px solid;
	border-bottom:#EAEAEA 1px solid;
}
#faq dd.bl{
	background-color:#E9F1F8;
}
#faq dd.org{
	background-color:#FDECDB;
}
#faq dd.grn{
	background-color:#EEF7E6;
}
dd.categoryitems h4{
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}
dd.categoryitems ul li{
	margin-bottom:16px;
}
dd.categoryitems ul li p{
	padding:0 15px;
}
