@charset "utf-8";

/* _______________ Contents */

#main {
	float: none;
	margin: 0;
	width : auto;
}

.content {
	width: 660px;
	margin: 0 auto;
}

#main div.section {
	width: 630px;
	margin: 0 auto 40px;
}
#main div.section:after {
	content:"";
	display: block;
	clear: both;
}

#main div.section p {
	font-size: 0.9rem;
	line-height: 1.5;
}
  #main div.section div.leftBox01 {
    clear: left;
    float: left;
    margin-bottom: 2rem;
    width: 340px;
  }

  #main div.section div.rightBox01 {
    clear: right;
    float: right;
    margin-bottom: 2rem;
    width: 290px;
  }
    #main div.section div.rightBox01 img {
      float: right;
    }
  
  #main div.section div.leftBox02 {
    clear: left;
    float: left;
    margin-bottom: 2rem;
    width: 300px;
  }
  #main div.section div.rightBox02 {
    clear: right;
    float: right;
    margin-bottom: 2rem;
    width: 330px;
  }
  
  #main div.section div.leftBox03 {
    clear: left;
    float: left;
    margin-bottom: 15px;
    width: 340px;
  }
  #main div.section div.rightBox03 {
    clear: right;
    float: right;
    margin-bottom: 15px;
    width: 290px;
    padding-top: 10px;
  }
  
  #main div.section div.leftBox04 {
    clear: left;
    float: left;
    margin-bottom: 15px;
    width: 315px;
    background: url(../images/section02_h3_bg.gif) no-repeat left top;
  }
    #main div.section div.leftBox04 h3 {
      margin-bottom: 15px;
    }
  #main div.section div.rightBox04 {
    clear: right;
    float: right;
    margin-bottom: 15px;
    width: 315px;
    padding-top: 10px;
  }
    #main div.section div.rightBox04 img {
      float: right;
    }
  
  #main div.section div.leftBox05 {
    clear: left;
    float: left;
    margin-bottom: 15px;
    width: 330px;
  }
  #main div.section div.rightBox05 {
    clear: right;
    float: right;
    margin-bottom: 15px;
    width: 300px;
    padding-top: 10px;
  }
  
  #main div.section div.leftBox06 {
    clear: left;
    float: left;
    margin-bottom: 15px;
    width: 170px;
  }
  #main div.section div.rightBox06 {
    clear: right;
    float: right;
    margin-bottom: 15px;
    width: 440px;
  }
  *html #main div.section div.rightBox06 { /* for ie6 fix */
    float: none;
    padding-left: 10px;
  }
  *:first-child+html #main div.section div.rightBox06 { /* for ie7 fix */
    float: none;
    padding-left: 10px;
  }
    #main div.section div.rightBox06 img {
      float: right;
    }
  
  #main div.section div.contentsBox {
    clear: both;
    margin-bottom: 20px;
    width: 630px;
    padding-top: 15px;
    overflow: hidden;
  }
    #main div.section div.contentsBox img.material {
      float: right;
      padding: 0 0 15px 15px;
    }
    #main div.section div.contentsBox h3.heading {
      margin-bottom: 20px;
    }
    #main div.section div.contentsBox h4 {
      margin: 20px 0 5px;
    }
    #main div.section div.contentsBox div.innerBox {
      margin: 0 auto;
      width: 600px;
    }
    #main div.section div.contentsBox img.right {
      float: right;
      padding: 0 0 15px 15px;
    }
    
    #main div.section div.prArea {
      
    }
      #main div.section div.prArea ul li {
        display: inline;
      }

#main h1 {
  margin-bottom: 15px;
}

#main h2 {
    margin: 30px auto 20px;
}
#main div.section h2 {
	margin: 0;
}

#main p.linkBanner {
  margin: 40px 0 40px 50px;
}

img.chart {
	display: block;
	margin: 30px auto 0;
}