@charset "UTF-8";

div.tool_top {
  margin : 0;
  padding : 0;
  width : 100%;
  height : 100%;
  overflow : hidden;
}
div.tool_top_column {
  width : 100%;
  height : 100%;
  overflow : auto;
  background-color : #ffffff;
}
div.tool_top_column div {
  padding : 15px 10px 0 15px;
  width : 33.2%;
  float : left;
}
div.tool_top_column div h4 a {
  margin : 0 0 10px 0;
  position : relative; 
  top : 14%;
}
div.tool_top_column div h4 img {
  margin : 0 5px;
  position : relative; 
  top : 22%;
}
div.tool_top_column div p {
  height : 5em;
  margin : 0.5em 1.5em 0.5em 1em;
}
div.tool_top_column h4 {
  border : solid #666666;
  border-width : 0 0 1px 5px;
  width : 98%;
  background-color : #f0f0f0;
  vertical-align : baseline;
  height : 28px;
}
