#summaryContents {
  clear:both;
  width : 100%;
  display : table;
  font-size : 1.3em;
  line-height : 1.5em;
}

#companyContents .subtitle {
  background : url(../img/company/subtitle_summary.jpg) no-repeat 0 0;
  border : 0;
}

#summaryContents .summary_message {
  float : left;
  width : 450px;
  height : auto;
  display : block;
  text-align : left;
  padding : 5px 15px 15px 15px;
}

#summaryContents .summary_picture {
  display : block;
  float : right;
  width : 210px;
  height : 700px;
  background : url(../img/company/ryobi_build.jpg) no-repeat 100% -120px;

}

#summaryContents .summary_line {
  width : 450px;
  float : left;
  display : table;
  height : auto;
  padding-left : 15px;
  margin-bottom : 15px;
}

#summaryContents .summary_line .titleline {
  width : 425px;
  float : left;
  height : auto;
  text-align : left;
  font-weight : bold;
  color : #0070c0;
  border-bottom : dotted 1px #aaaaaa;
}

#summaryContents .summary_line .valueline {
  width : 410px;
  float : left;
  height : auto;
  display : table;
  text-align : left;
  margin-top : 5px;
  margin-bottom : 10px;
  padding-left : 15px;
}

