/*===== main_content =====*/
#main_content {
  border: 1px solid;
  background: url(/images/feature/content_right_yellow.png) repeat 0 0 #fcd68c;
}
#main_story { background: url(/images/feature/content_right_main_bottom_yellow.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: #ffe792;
}
/*--- font_color ---*/
#main_content .main_color,
#main_story h4,
#main_story h5 a,
#main_story .introduction th {
  color: #F6AB00;
}
/*--- goto_top ---*/
#main_content .goto_top a { background: url(/images/feature/arrow_top_yellow.png) no-repeat 0 center; }
#main_content .goto_top_right a { background: url(/images/feature/arrow_top_yellow.png) no-repeat right center; }
/*--- side_bar ---*/
#side_bar .content { background: url(/images/made_in_japan/side_bar_content_bg_bottom.png) no-repeat 0 bottom white; }


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

#main_story .introduction {
  width: 556px;
  margin-bottom: 40px;
  padding: 0;
  border: 0;
  background: url(/images/made_in_japan/introduction_middle.png) repeat-y 0 0;
}
#main_story .introduction_content {
  padding: 5px 20px;
  background: url(/images/made_in_japan/introduction_bottom.png) no-repeat 0 bottom;
}
#main_story .introduction img,
#main_story .introduction table {
  margin: 0;
  float: none;
}
#main_story .introduction_content h3 { margin-bottom: 10px; }
#main_story .introduction_content .photos {
  width: 150px;
  margin: 0 18px 0 0;
  float: left;
}


