@charset "shift_jis";

/* indexy[W
---------------------------------------------------- */
.index_header {
  width:750px;
  height:27px;
  background:#2473E9;
}

.index_main {
  margin:0;
  width:750px;
  height:498px;
  background:#2473E9;
  background: url(../../common/img/index_main2.jpg);
}

.index_layout_left {
  width:320px;
  float:left; 
}

.index_layout_right {
  width:425px;
  float:right; 
}

.index_info {
  width:300px;
  margin: 305px 0 0 20px;
}

.index_info li {
  font-size: 12px;
  line-height:20px;
}

.index_banner {
  width:300px;
  margin: 25px 0 0 20px;
}

.index_footer {
  margin:0 auto;
  width:750px;
  height:27px;
  background:#2473E9;
  background: url(../../common/img/index_footer.jpg);
  background-repeat: no-repeat;
}

