@charset "utf-8";
/* CSS Document */

/*
* {margin:0; padding:0}

#accordion {
	width:600px; 
}
.accordion {
	width:600px; 
}
.accordion dt {
	margin-top:5px;
	margin-bottom: 5px;
	font-size: 15px;
	cursor:pointer;
	line-height: 40px;
	border-bottom: 1px solid #FFF;
	
}
.accordion dt img{
	vertical-align:middle;
	margin-right: 10px;
}

.accordion dt:hover {
	border-bottom: 1px dotted #999;
}
.accordion dd {
	overflow:hidden; 
	background:#fff;
	padding: 0 10px 10px 45px;	
	margin-bottom: 20px;
	background:transparent url(/img/img_a.png) no-repeat scroll left top;
	border-bottom: 3px solid #DDD;
}
.accordion span {
	display:block; 
	border:2px solid #9ac1c9;
	border-top:none;
	padding:15px
}


*/

* {margin:0; padding:0}

#accordion {
	width:600px; 
}
.accordion {
	width:600px; 
}
.accordion dt {
	padding-bottom: 5px;
	font-size: 15px;
	margin-top:15px; 
	margin-bottom: 5px;
	cursor:pointer; 
	border-bottom:1px dotted #FFF; 
}
.accordion dt img{
	vertical-align:middle;
	margin-right: 10px;
}

.accordion dt:hover {
	border-bottom:1px dotted #999; 
}
.accordion dd {
	color:#333;
	overflow:hidden; 
	padding-left: 45px;
	background:transparent url(/img/img_a.png) no-repeat scroll left top;

}
.accordion dd p{
	background:#E8F2FF;
	background:#E3F4FB;
	padding: 5px;
}

.accordion span {
	display:block; width:425px; 
	border:2px solid #9ac1c9;
	border-top:none; 
	padding:15px
}



