@charset "utf-8";
@import url("/common5/css/parts.css");

/* =========================================
naming.css

============================================ */


#main{
  width:950px;
  height:auto;
  margin:0;
  padding:0;
}
#main * {
  overflow: hidden;
}

#main p {
  line-height:1.5;
  font-size:90%;
}

#main .f_left {
  float:left;
  margin-left:1px;
}

#main .f_right {
  float:right;
}

#main .f_center {
  margin:20px 0 0 170px;
}	

#main .keepcenter {
  text-align:center;
  margin:0 auto;
}

#main div.header_title {
  width:950px;
  height:124px;
}

#main div.bgArea01 {
  clear:both;
  display:inline;
  width:950px;
  height:100%;
  margin:0 auto ;
  padding:0 0 30px 0;
  background:url(../image_cmn/bg_foot.jpg) no-repeat 0 bottom ;
}

#main div.bgArea02 {
  clear:both;
  width:950px;
  height:100%;
  margin:0 auto ;
  padding:0;
  background:url(../image_cmn/bg_main.jpg) repeat-y 0 0 ;
}
#main div.bgArea03 {
  clear:both;
  width:950px;
  height:100%;
  margin:0 auto ;
  padding:0;
  background:url(../image_cmn/bg_main.jpg) repeat-y 0 0 ;
}
#main div.bgArea04 {
  clear:both;
  width:950px;
  height:100%;
  margin:0 auto ;
  padding:0;
  background:url(../image_cmn/bg_main.jpg) repeat-y 0 0 ;
}
#main div.bgArea05 {
  clear:both;
  width:950px;
  height:100%;
  margin:0 auto ;
  padding:0;
  background:url(../image_cmn/bg_main.jpg) repeat-y 0 0 ;
}

#main div.bgArea06 {
  clear:both;
  width:950px;
  height:100%;
  margin:0 auto ;
  padding:0;
  background:url(../image_cmn/bg_main.jpg) repeat-y 0 0 ;
}
#main div.bgArea07 {
  clear:both;
  width:950px;
  height:100%;
  margin:0 auto ;
  padding:0;
  background:url(../image_cmn/bg_main.jpg) repeat-y 0 0 ;
}

#main div.bgArea08 {
  clear:both;
  width:950px;
  height:100%;
  margin:0 auto ;
  padding:0;
  background:url(../image_cmn/bg_main.jpg) repeat-y 0 0 ;
}

#main div.bgArea01:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#main div.bgArea01 div h1,
#main div.bgArea01 div h2 {
  clear:both;
  height:50px;
  margin:0 auto;
  font-size:25px;
  font-weight:bold;
  line-height: 1.5;
  padding:20px 0 0 35px;
}

#main div.bgArea02 h2 {
  background:url(../image/ttl_01.jpg) no-repeat 0 0 ;
}
#main div.bgArea03 h2 {
  background:url(../image/ttl_02.jpg) no-repeat 0 0 ;
}

#main div.bgArea04 h1,
#main div.bgArea04 h2 {
  background:url(../image/ttl_03.jpg) no-repeat 0 0 ;
}
#main div.bgArea05 h1,
#main div.bgArea05 h2 {
  background:url(../image/ttl_04.jpg) no-repeat 0 0 ;
}
#main div.bgArea06 h1,
#main div.bgArea06 h2 {
  background:url(../image/ttl_05.jpg) no-repeat 0 0 ;
}
#main div.bgArea07 h2 {
  background:url(../image/ttl_06.jpg) no-repeat 0 0 ;
}
#main div.bgArea08 h2 {
  background:url(../image/ttl_07.jpg) no-repeat 0 0 ;
}


#main div.bgArea01 {
  display: inline-table; min-height: 1%;}
/* Hides from IE-mac \*/　
* html #main div.bgArea01　
{height: 1%;}
#main div.bgArea01 
{display: block;}
/* End hide from IE-Mac */

#main div.bgttl {
  clear:both;
  width:950px;
  height:70px;
  margin:0 auto ;
  padding:0;
  background:url(../image_cmn/title_bg.jpg) no-repeat 0 0 ;
}

#main p.style01{
  width:530px;
  /*height:120px;*/
  margin:0 0 0 30px;
  padding:15px;
  line-height:1.3;

}

#main p.lead {
  width:870px;
  margin:0 auto;
  padding:10px 0;
}


/*　TOP　基本　*/

#main div.Area01box dl {
  width:870px;
  margin:10px auto;
  padding:0;
}

#main div.Area01box dl dt {
  float:left;
  width:200px;
  height:20px;
  margin:10px 0 0 0;
  padding:0 0 5px 23px;
  font-size:140%;
  font-weight:bold;
  color:#000;
  line-height:20px;
  border-bottom:2px dotted #CCC;

}

#main div.Area01box dl dd {
  height:20px;
  margin:10px 0 0 0;
  padding:0 0 5px 0;
  line-height:20px;
  font-size:90%;
  color:#000;
  border-bottom:2px dotted #CCC;
}

/* 基本　ナビ */

#main ul.pagenavi {
  clear:both;
  /*width:800px;*/
  margin:15px auto;
}

#main ul.pagenavi li {
  float:left;
  width:126px;
  padding:3px 15px;
  text-align:center;
  border-left:1px solid #999;
}
#main ul.pagenavi li.last {
  border-right:1px solid #999;
}
/*-------------------------------------------------------------
コメント
--------------------------------------------------------------*/

.comment_box {
  margin: 30px 72px 20px;
}

/* ----------------------------------------------------------
bottom_foot 上書き
---------------------------------------------------------- 
/* お問合せと資料請求
#bottom_foot {
width:920px;
}
#bottom_foot ul#bottom_inquiry {
margin:0 auto;
} */
/* ----------------------------------------------------------
印刷用上書き
---------------------------------------------------------- */

@media print {
  body { overflow: visible !important; }
  div.section {
    overflow:visible!important;}
  #main .print { 
    page-break-before: always!important;
  }
}

