@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


/* box
--------------------------------------------------------------------*/
#content .box{
  overflow:hidden;
  zoom:1;
  clear:both;
  padding:0 11px 5px 2px;
}

#content .box p{
  float:left;
  width:405px;
  margin-bottom:15px;
}

#content .box p a{
  width: 395px;
  height: 395px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 5px;
  background:url(../image/gallery_img03.jpg) left top repeat;
}

#content .box ul{
  overflow:hidden;
  zoom:1;
  width:207px;
  float:right;
}

#content .box ul li{
  float:left;
  margin: 0 15px 15px 0;
}

#content .box ul li a{
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 5px;
  background:url(../image/gallery_img03.jpg) left top repeat;
}

#content .box ul li.clean{
  margin-right:0;
}

#content p.text{
  margin: 0 10px 15px 0;
}

#content p.back{
  margin: 0 0 60px;
}