@charset "utf-8";
@import "../default.css";

/*-------------------------------------------------------------------
  ヘッダー 
---------------------------------------------------------------------*/
  /*画像置換用設定*/
  #wrapper h2.pagetitle {
    background-image: url(../../images/diving/h2_qa.png);
  }
  
  
  div.section h3 {
  
  margin: 10px 0 20px 0;
  
  }
  
  
  div.section h4 {
  
  margin: 0 0 10px 0;
  
  }
  
  div.qa {
    background: transparent url(../../images/diving/bg_answer.gif) 60px left no-repeat;
    margin: 0 0 10px;
	padding-right: 5px;
  }
  
  div.answer {
    margin: 5px 0 0 0;
    padding-bottom: 20px;
    background: transparent url(../../images/diving/bg_answer_bottom.gif) bottom left no-repeat;
  }
  
  div.answer p {
    margin: 0 10px 0 70px ;
    padding: 5px 0;
    line-height: 1.5em;
  }
  

