@charset "utf-8";

li#navfaq a { border-right: none; background:url(../common/images/nav_bk.jpg) no-repeat -817px -41px; color: #fff; }

.accordion { width:730px;}
.accordion dt {width:708px; padding: 10px; margin-bottom: 10px; font-weight:bold; cursor:pointer; background :url(images/title_q.jpg) no-repeat bottom; border: 1px solid #999; 
}
.accordion dt:hover {background :url(images/title_o.jpg) no-repeat bottom;}
.accordion dt span { background: url(images/q.png) no-repeat left top; padding: 0 20px 5px 25px; font-size: 14px }
.accordion .open {background:url(images/title_a.jpg) no-repeat bottom;}
.accordion dd { overflow:hidden; margin: 0 10px 10px 10px; }
.accordion dd span {display:block; width:665px; padding: 10px 10px 20px 40px; background: url(images/a.png) no-repeat 10px 10px; background-color: #F7F7F7; }