/* ===== accordion panel start ===== */
dl {
	width: 721px;
}
dt {
	line-height: 35px;
	font-size: 12pt;
	text-indent: 3em;
	font-weight: bold;
	color: #ffffff;
	height: 35px;
	background: url(../image/background.jpg);	
}
dt.over {
	background: url(../image/background-over.jpg);
	cursor: pointer;
}
dt.selected {
	background: url(../image/background-selected.jpg);
	cursor: default;
	color: #333333}
dd {
	margin: 0;
	height: 430px;
	background: url(../image/dd_back.jpg);
	
}
dd p {
	margin: 0;
	padding: 0.5em 1em 0 2em;
	text-indent: -1em;
}
ul.type1 li  {
	/*margin: 0 1em 0 0;*/
}
ul.type1  {
	/* [disabled]margin-top: 0; */
	/* [disabled]margin-bottom: 0px; */
	margin: 0 1em 0 0;
	/* [disabled]padding: 0; */
}
dd p ul li {
	list-style-type: square;
	/*list-style-position: inside;*/
}