@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :sitemap.css
 author     :Ability Consultant
style info  :個人情報保護方針
=================================================================== */
#main {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
  background: url(../images/header/bg_main.jpg) center bottom repeat-x;
}
.con_main .box_main {
  height: 250px;
  margin: 0 auto;
  background: url(../sitemap/images/bg_title.jpg) center 0 no-repeat;
}
.con_main .box_main h2 {
  padding-top: 100px;
  text-align: center;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  padding-top: 40px;
}
.con_intro h3 {
  margin-bottom: 30px;
}

/* -----------------------------------------------------------
	.con_sitemap
----------------------------------------------------------- */
.con_sitemap {
  margin-top: 50px;
  with: 1000px;
  overflow: hidden;
}
.con_sitemap .box_l {
  float: left;
  width: 480px;
  pading: 0 20px 0 0;
}
.con_sitemap .box_r {
  float: left;
  width: 480px;
  padding: 0 0 0 20px;
}
.con_sitemap h3 {
  background: url(../images/common/bg_subst.png) 0 bottom repeat-x;
  margin-bottom: 15px;
  padding: 10px 0;
}
.con_sitemap h3 a {
  background: url(../images/common/ic_subst.png) 0 5px no-repeat;
  color: #764D17;
  font-size: 120%;
  padding: 2px 0 9px 24px;
}
.con_sitemap h4 {
  padding-left: 15px;
  background: url(../images/home/ic_arrow_double.jpg) 0 6px no-repeat;
  margin: 0 0 10px 0;
}
