.accordion_toggle {
	display: block;
	height: 24px;
	width: 600px;
	background-color:#9A7D4F;
	padding: 10px 0px 0px 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #f7e1bf;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	/*margin: 0 0 0 0;*/
}

.accordion_toggle_active {
	width: 590px!important;
	width/**/: 600px;
	background-color:#81735D;
	color: #ffffff;
	font-weight:bold;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #000000;
}

.accordion_content {
	overflow: hidden;	/* 必須 */
	width: 575px!important;
	width/**/: 600px;
	line-height: 1.3em;
	padding: 5px 13px 5px 12px;
	background-color: #33333f;
	color: #ffffff;
}

