#content {
  width: 580px;
}
#content h2,
#content h3,
#content h4 {
  padding: 10px 0 12px;
}
#content h2,
#content h3 {
  border-bottom: 1px solid #000;
}
#content p {
  line-height: 1.5;
}

#content .service_text {
  width: 500px;
  padding-left: 80px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
#content .service_text li {
  margin-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
}

#content .service_num_1 { background: url(../images/service/img_service_1.gif) no-repeat 0 10px; }
#content .service_num_2 { background: url(../images/service/img_service_2.gif) no-repeat 0 10px; }
#content .service_num_3 { background: url(../images/service/img_service_3.gif) no-repeat 0 10px; }
#content .service_num_4 { background: url(../images/service/img_service_4.gif) no-repeat 0 10px; }
#content .service_num_5 { background: url(../images/service/img_service_5.gif) no-repeat 0 10px; }

#content .service_num_4 dl dt {
  padding: 8px 0;
  border-top: 1px solid #000;
  font-weight: bold;
}
#content .service_num_4 dl dd { height: 80px; }

#content .service_num_5 dl dt {
  padding: 8px 0;
  border-top: 1px dotted #000;
}
#content .service_num_5 dl dd { height: 100px; }

#content .page_top_link {
  margin-top: 10px;
  padding: 0;
  text-align: right;
  clear: both;
}
#content .arrow_link {
  background: url(../images/arrow_icon.gif) no-repeat scroll 1px 0;
  padding-left: 14px;
  text-align: right;
}

#content .service_text .blue_color { color: #679CA7; }

#content .contact {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0 10px 20px;
  font-size: 20px; clear: both;
}
