@charset "euc-jp";

.designerIndex_h1 {
  margin: 0 0 4px;
  padding: 0;
  text-align: left;
}

.designerIndex_list {
  width: 930px;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 10px;
}
  .designerIndex_list .designerLogo {
      float: left;
      width: 140px;
      height: 160px;
      margin: 20px 15px 0 0;
      padding: 0;
      border: none;
      border-spacing: 0;
      border-collapse: collapse;
      empty-cells: show;
      background-image: url(../../gr_files/images/designerIndex_designerLogo_base.gif);
      background-repeat: no-repeat;
      background-position: center top;
      cursor: pointer;
  }
    .designerIndex_list .designerLogo .image {
      width: 140px;
      height: 140px;
      text-align: center;
      vertical-align: middle;
      background-image: none;
    }
          .designerIndex_list .designerLogo .image img {
            margin: 0;
            padding: 0;
            border: none;
          }

    .designerIndex_list .designerLogo .title {
      width: 140px;
      height: 20px;
      text-align: center;
      vertical-align: middle;
      font-size: 12px;
      background-image: none;
    }


