h2 {
 margin: 0;
 padding: 0 1em;
 font-weight: 700;
 font-size: 1.0em;
 line-height: 30px;
 cursor: pointer;
 color: #fff;
 background:#5264C5;
 border-top: 2px solid #9BA5DD;
 border-bottom: 2px solid #000;
}
h2:hover {
 background:#B64ECF url(http://www.fusuinavi.net/image/grd_purple.gif) repeat-x;
 border-top: 2px solid #F3E4F8;
 border-bottom: 2px solid #882B9F;
}

h2.accordion-active {
 background:#0600A8 url(http://www.fusuinavi.net/image/grd_blue.gif) repeat-x;
 border-top: 2px solid #CBC9EB;
 border-bottom: 2px solid #000;
}
div#accordion-container {
 border: 1px solid #DDD;
 border-width: 0 1px 1px;
 margin-bottom: 20px;
}
p {
 margin: 0;
 padding: 1em;
}
div.accordion-content {
 overflow: hidden;
}
.english{
 color:#000;
}
@media print {
 div.accordion-content{
  overflow: visible;
 }
 h2 {
  border: 0px;
  line-height: auto;
 }
}
