/* CSS Document */
/*
 * main lead style
*******************************************************/
h1 {
  margin-top: 0;
  padding-top: 20px;
  color: #066ECB;
  font-size: 180%;
  font-weight: bold;
}

#mainLead {
  height: 140px;
  background: url(../img/index/main_bg.jpg) no-repeat right top;
}

/*
 * link section style
*******************************************************/
#mainLead + ul {
  padding: 0;
  margin: 0;
  *zoom: 1;
}
#mainLead + ul li {
  width: 378px;
  height: 273px;
  border: 1px solid #ccc;
  float: left;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
}
#mainLead + ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#mainLead + ul h2, #mainLead + ul p {
  margin: 0 0 20px;
}
#mainLead + ul p {
  width: 55%;
}
#mainLead + ul .btn {
  background: url(../img/index/btn_bg.png) no-repeat left top;
  margin: 0;
  padding: 0 5px 3px 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.sec1, .sec3 {
  margin-right: 10px;
}

.sec1 {
  background: url(../img/index/content1.jpg) no-repeat left top;
}

.sec2 {
  background: url(../img/index/content2.jpg) no-repeat left top;
}

.sec3 {
  background: url(../img/index/content3.jpg) no-repeat left top;
}

.sec4 {
  background: url(../img/index/content4.jpg) no-repeat left top;
}

.sec5 {
  background: url(../img/index/content5.jpg) no-repeat left top;
}

