@charset "utf-8";
/* CSS Document */


div.oneAccordion {
	width: 180px;
	margin: 0px;
	padding: 0px;
	height: auto;
}


dl.accPart {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
}


dl.accPart dt {
	height: 32px;
	text-align: left;
	text-indent: -9999px;
	margin-bottom: 10px;
	border-style: none;
	text-decoration: none;
	background: #FFF;
	display:block;
	cursor:pointer;
}

dl.accPart dt a {
	display:block;
	height: 32px;
	cursor:pointer;
}

dl.accPart dt a:hover {
	cursor:pointer;
}

dl.accPart dt#ayuya {
	background: url(../../img/ayuya/side/side_title_ayuya.gif) no-repeat;
}

dl.accPart dt#tosai {
	background: url(../../img/ayuya/side/side_title_tosai.gif) no-repeat;
}

dl.accPart dt#hagi {
	background: url(../../img/ayuya/side/side_title_hagi.gif) no-repeat;
}


dl.accPart dd {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	display: block;
	margin-bottom:1px;

	color: #000;
	background: #F2F2F2;
	width:100%;
}

dl.accPart dd.now {
	background: #666;
	color: #FFF;
}

dl.accPart dd.now a {
	color:#FFF
}

dl.accPart dd.bottom {
	margin-bottom: 25px;
}

dl.accPart dd.second {
	text-indent: 12px;
}


dl.accPart dd a {
	text-decoration: underline;
	padding:5px 0px 4px 10px;
	display:block;
	color:#000
}


dl.accPart dd a:hover {
	color: #FFFFFF;
	background-color: #3BABB3;
	font-weight: bold;
	padding:5px 0px 4px 10px;
}
