@charset "utf-8";

/* =======================================

  CSS

 -----------------------------------------
  INDEX
 -----------------------------------------
  

========================================== */
.categoryIndex#contents {
	position: relative;
	left: -25px;
  float: none;
  display: block;
  width: 930px;
  margin: 0 auto;
}
.categoryIndex#contents:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

.categoryIndex#contents .section {
  float: left;
  display: inline;
  margin: 0 0 0 25px;
  width: 440px;
}

.categoryIndex#contents .section .section {
  display: block;
  float: none;
  margin: 0 0 20px;
  width: auto;
}

.categoryIndex#contents .section .section .columnBox {
}

.categoryIndex#contents .section .section .columnBox .columnLeft,
.categoryIndex#contents .section .section .columnBox .columnRight {
  display: inline;
  margin: 0 0 0 10px;
  width: 208px;
}

