/* CSS Document */
body{
  background-color:#eee;
  color:#999;
  margin:0 auto;
  font-size:12px;
}

a{color:#999; text-decoration:none;}
a:hover{color:#333; text-decoration:none; background-color:#ccc;}

#acc{display:none;}

#build_s{
  width:700px;
  height:auto;
  margin:50px auto 0 auto;
  background-color:#fff;
  border:#666 1px solid;
}

#build_o{
  width:700px;
  margin:50px auto 0 auto;
  background-color:#fff;
  border:#666 1px solid;
}

#build_p{
  width:700px;
  margin:50px auto 0 auto;
  background-color:#fff;
  border:#666 1px solid;
}

#title{
  width:700px;
  height:50px;
  text-align:center;
}

#price_s{
  width:700px;
  height:100px;
  background:url('./std/price_list_std.gif') no-repeat top left;
}

#price_o{
  width:700px;
  height:100px;
  background:url('./odr/price_list_odr.gif') no-repeat top left;
}

#price_p{
  width:700px;
  height:100px;
  background:url('./pht/price_list_pht.gif') no-repeat top left;
}

dl,dt,dd{
  display:none;
}

.sample_l{
  width:700px;
  height:200px;
  float:left;
  margin:0;
}

.sample_s{
  width:200px;
  height:200px;
  margin:0;
  float:left;
}

.space1{
  width:700px;
  height:25px;
  float:left;
}

.space2{
  width:25px;
  height:200px;
  float:left;
}

