@charset "utf-8";


/******************************************************
リスト設定
*******************************************************/

.sitemap {
	padding: 0px 0px 20px 0px;
}

.sitemap li {
	padding: 5px 0px 5px 22px;
	background: url(/images/faq/dot1.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.sitemap h3 {
	clear: left;
	color: #333333;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	background-color: #eeeeee;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.sitemap dl {
	padding: 5px 0px 5px 22px;
	background: url(/images/faq/dot1.gif);
	background-repeat: no-repeat;
	text-align: left;
}


.sitemap dd {
	padding: 5px 0px 5px 22px;
	background: url(/images/faq/dot2.gif);
	background-repeat: no-repeat;
	text-align: left;
}



