@charset "utf-8";

/* CSS Document */

.sectionArea {
  
}
  .sectionArea h5 {
    background:url("../images/icon_arrow.gif") no-repeat 0 0;
    padding-left:20px;
    font-weight:bold;
    line-height:24px;
  }
  .indent {
    padding-left:1em;
  }
  .box {
    background: none repeat scroll 0 0 #FFF5E9;
    border: 1px solid #BEBEBE;
    padding: 1em;
    line-height:1.4em;
  }
    .box h6 {
      font-weight:bold;
      text-decoration:underline;
      line-height:1.4em;
    }
    .box a {
      color: #006699;
      line-height:2em;
      padding:0.5em 0;
      font-size:1.2em;
    }
  
