
/* ヘッダー */
#box_header_index {
  width: 1060px;
  height: 738px;
  background-image: url(../img/index/header_main.png);
  background-repeat: no-repeat;
}
#header_about_kobato {
  float: left;
  padding: 530px 0px 0px 0px;
}
#header_about_kobatopoppo {
  float: right;
  padding: 530px 0px 0px 0px;
}

/* 3つの特徴 */
#feature {
  width: 640px;
  height: 436px;
  background-image: url(../img/index/feature.jpg);
  background-repeat: no-repeat;
  margin: 10px 0px 0px 0px;
}
#feature_title1 {
  color: #FF4E00;
  font-size: 19px;
  font-weight: bold;
  padding: 87px 0px 0px 80px;
}
#feature_desc1 {
  width: 370px;
  padding: 12px 0px 0px 80px;
}
#feature_title2 {
  color: #FF4E00;
  font-size: 19px;
  font-weight: bold;
  padding: 16px 0px 0px 80px;
}
#feature_desc2 {
  width: 370px;
  padding: 12px 0px 0px 80px;
}
#feature_title3 {
  color: #FF4E00;
  font-size: 19px;
  font-weight: bold;
  padding: 18px 0px 0px 80px;
}
#feature_desc3 {
  width: 370px;
  padding: 12px 0px 0px 80px;
}

/* ご挨拶 */
#greet {
  width: 425px;
  height: 176px;
  background-image: url(../img/index/greet.png);
  background-repeat: no-repeat;
  line-height: 20px;
  word-break: break-all;
  padding: 18px 20px 0px 195px;
  margin: 30px 0px 30px 0px;
}

/* お知らせ */
#info {
  width: 600px;
  background-image: url(../img/index/info_middle.png);
  background-repeat: repeat-y;
  word-break: break-all;
  padding: 0px 20px 0px 20px;
}

