@charset "utf-8";
/* CSS Document */

#equipPic{
  width:700px;
  height:516px;
  margin:0 auto 30px;
}

table.equip{
   border:none;
   background:#cccccc;
   color:#423C37;
   margin:0 auto;
   
   }
   
table.equip th, table.equip td{
   border:#cccccc solid 8px;
   background-color:#FFFEFE;
   text-align:left;
   vertical-align:top;
   line-height:140%;
   width:150px;
   height:200px;
   padding:5px;
   }

table.equip td.space{
background-color:#cccccc;
}

h3{
	margin:0 0 5px;
}
   
img.equip{
   border:1px solid #777777;
}
