
body#QA {
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}
/* 「A」のほう */
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background:#FFFFD7 url(../img/qa/list.gif) no-repeat 10px 10px;
	color:#000;
	font-weight:normal;
	list-style-type: none;
	padding: 10px 15px 10px 45px;
	margin: 5px 0 0px;
line-height:1.4;
}

/* 「Q」のほう */
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	color:#0072FF;
	margin:0;
	font-weight:bold;
	padding: 5px 15px 5px 45px;
	background: url(../img/qa/closed.gif) no-repeat 10px 3px;
	line-height:1.4;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
