@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENT
========================================================================== */

#main{
  margin-bottom:40px;
}

#lead{
  overflow:hidden;
  background:url(../images/index-images/lead-bg.jpg) 0 0 no-repeat;
  padding-left:160px;
}
#lead h2{
  color:#e47a24;
  font-size:160%;
  margin-bottom:10px;
}
#lead .catch{
  font-weight:bold;
  font-size:110%;
}

#check h2{
  background-color:#82b941;
  color:#ffffff;
  text-align:center;
  padding:5px 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#check ul li{
  float:left;
  width:450px;
  min-height:18px;
  font-size:130%;
  background:url(../images/index-images/check-icon.gif) 3px 50% no-repeat;
  padding-left:30px;
  margin-bottom:10px;
}

#bn-group{
  overflow:hidden;
  width:990px;
}

#bn-group .bn{
  float:left;
  width:300px;
  margin-right:30px;
}
#bn-group .bn img{
  margin-bottom:5px;
}
#bn-group .btn a{
  display:block;
  background-color:#f2b048;
  color:#ffffff;
  text-align:center;
  padding:5px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration:none;
}
#bn-group .btn a:hover{
  background-color:#e47a24;

}






