/* ドライヤーお灸　レイアウト用css */

@charset "Shift_JIS";

/*-------------------------------------*/
/* 【ブラウザスタイルの初期化】 */
/*-------------------------------------*/

* {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: "ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.7;
  font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 14px;
  font-weight: normal;
  }
  
img {
  border: 0;
  }
  
/*--------------------------------------*/
/* 【書式設定】 */
/*--------------------------------------*/

.pink {
  color: #E4007F;
  font-weight: bold;
  }
  
h4#Dttl {
  color: #D0121B;
  }
  
h4 {
  font-weight: bold;
  font-size: medium;
  }

.small {
  font-size: x-small;
  margin-bottom: 40px;
  }

/*--------------------------------------*/
/* 【基本設定】 */
/*--------------------------------------*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  }
  
#contents {
  width: 760px;
  margin: 10px auto;
  padding: 20px;
  border: solid 2px #333333;
  text-align: left;
  }
  
#contents p {
  width: 670px;
  margin: 15px auto;
  }
  
#close {
  width: 60px;
  margin: 30px auto 5px;
  clear: both;
  padding-top: 10px;
  }
  
/*--------------------------------------*/
/* 【詳細設定】 */
/*--------------------------------------*/

/* 画像タイトル */
/*--------------------------------------*/

h1 {
  width: 670px;
  height: 67px;
  margin: 0 auto 20px;
  text-indent: -9999px;
  background: url(image/h1_ttl.gif) top left no-repeat;
  }
  
h2 {
  width: 380px;
  height: 120px;
  text-indent: -9999px;
  background: url(image/book_ttl.gif) top left no-repeat;
  margin-bottom: 20px;
  }
  
h3 {
  width: 600px;
  height: 153px;
  margin: 15px auto;
  text-indent: -9999px;
  background: url(image/h3_text.gif) top left no-repeat;
  clear: both;
  }
  
h5 {
  width: 500px;
  height: 50px;
  text-indent: -9999px;
  }
  
h5#P1 {
  background: url(image/p1_ttl.gif) top left no-repeat;
  }
  
h5#P2 {
  background: url(image/p2_ttl.gif) top left no-repeat;
  }

/* 配置 */
/*--------------------------------------*/

#contents #syousai {
  float: left;
  padding-left: 55px;
  }
  
#contents #text {
  width: 670px;
  margin: 0 auto;
  }
      
#contents #per2 {
  float: left;
  width: 500px;
  }
  
  
#img_back,#img_back2 {
  float: left;
  width: 500px;
  }
  
img#img01,img#img02,img#ohashi {
  float: right;
  width: 150px;
  }
  
img#ohashi {
  margin-top: 20px;
  }
  
#tyosya {
  clear: both;
  padding-top: 20px;
  }
  