/*===== main_content =====*/
#main_content {
  border: 1px solid;
  background: url(/images/feature/content_right_blue.png) repeat 0 0 #8bb0cd;
}
#main_story { background: url(/images/feature/content_right_main_bottom_blue.png) no-repeat 0 bottom white; }
/*--- border_bottom ---*/
#main_content,
#main_story .description,
#main_story .introduction,
#side_bar .content .photo, 
#side_bar .content .texts,
#main_story .introduction {
  border-color: #8bb0cd;
}
/*--- font_color ---*/
#main_content .main_color,
#main_story h4,
#main_story h5 a,
#main_story .introduction th {
  color: #008ccf;
}
/*--- goto_top ---*/
#main_content .goto_top a { background: url(/images/feature/arrow_top_blue.png) no-repeat 0 center; }
#main_content .goto_top_right a { background: url(/images/feature/arrow_top_blue.png) no-repeat right center; }
/*--- side_bar ---*/
#side_bar .content { background: url(/images/animal_hospital_24h/side_bar_content_bg_bottom.png) no-repeat 0 bottom white; }


/*===== introduction =====*/
#main_story h4 {
  height: 59px;
  line-height: 59px;
}
#main_story .float_left { float: left; }
#main_story .float_right { float: right; }
#main_story h4 * { float: left; }
#main_story h4 img { padding-right: 5px;}

#main_story .talks { margin-top: 10px; }
#main_story .talks .right {
  padding: 0 10px 10px;
  float: right;
}
#main_story .orange,
#main_story .blue {
  padding-right: 0.5em;
}
#main_story .orange { color: #f6b16a; }
#main_story .blue { color: #008ccf; }
#main_content .info { width: 15.5em; }


