/*===== main_content =====*/
#main_content {
  border: 1px solid;
  background: url(/images/feature/content_right_pink.png) repeat 0 0 #fcd68c;
}
#main_story { background: url(/images/feature/content_right_main_bottom_pink.png) no-repeat 0 bottom white; }
/*--- border_bottom ---*/
#main_content,
#main_story .description,
#main_story .introduction,
#side_bar .content .texts,
#main_story .introduction {
  border-color: #f7c9dd;
}
/*--- font_color ---*/
#main_content .main_color,
/* #main_story h4, */
#main_story h5 a,
#main_story .introduction th {
  color: #ee87b4;
}
/*--- goto_top ---*/
#main_content .goto_top a { background: url(/images/feature/arrow_top_pink.png) no-repeat 0 center; }
#main_content .goto_top_right a { background: url(/images/feature/arrow_top_pink.png) no-repeat right center; }
/*--- side_bar ---*/
#side_bar .content { background: url(/images/trimming/side_bar_content_bg_bottom.png) no-repeat 0 bottom white; }


/*===== introduction =====*/
#main_story h4 {
  margin: 0 10px 1em;
}
#main_story .float_left { float: left; }
#main_story .float_right { float: right; }
#main_story .articles {
  width: 245px;    /* widthが245px以外の場合はtagのstyleに直接widthを指定 */
  color: #ee87b4;
}
#main_story .articles img { margin-bottom: 0.5em; }

#main_story .topics {
  width: 100%;
  margin: 0;
  background: none;
  text-align: center;
}

