@charset "UTF-8";
/* version 0.4 - Spry Pre-Release 1.6.1 */
#acc-unit {
	margin: 13px auto 0;
}
.Accordion {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	width: 228px;
	/*margin: 0 auto;*/
}
/*.apanel {
	margin: 0px;
	padding: 0px;
}*/
.aptab {
	background-color: #669; /*待機時のタブ色*/
	border-top: solid 1px #eee;
	/*border-bottom: solid 1px gray;*/
	margin: 0px;
	padding: 2px 0 2px 5px;
	cursor: pointer;
	/*-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(../ims/button_bg.gif);
	background-repeat: repeat-x;*/
	font-size: 12px;
	color: #fff;
}
#apnavi .apcontent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 280px;
	font-size: 12px;
	background-color: #fff;
}
/*.apcontent ul { padding: 3px 0 0 5px; }*/
#apnavi .apcontent li {
	list-style-type: none;
	padding: 0px 0 0 2px;
}
.AccordionPanelOpen .aptab { background-color: #eee; color: #333; } /*open時の文字+タブ色#ccf*/
.aptabHover { color: #f6f; }
.AccordionPanelOpen .aptabHover { color: #555; } /*tab open時文字色*/
/**/
#acc-unit {
	width: 230px;
}
.capt { 
  background: #669;
}
.captext { 
  background: url(ne.gif) no-repeat top right; 
}
.captext p { 
  font-size: 12px;
  color: #fff; /*商品カテゴリーサイン*/
  padding: 2px 0 2px 20px;
  height: 15px; 
  background: url(nw.gif) no-repeat top left; 
}
