/*===== main_content =====*/
#main_content {
  border: 1px solid;
  background: url(/images/feature/content_right_olive.png) repeat 0 0 #cce198;
}
#main_story { background: url(/images/feature/content_right_main_bottom_olive.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: #cce198;
}
/*--- font_color ---*/
#main_content .main_color,
#main_story h4,
#main_story h5 a,
#main_story .introduction th {
  color: #8ec31f;
}
/*--- goto_top ---*/
#main_content .goto_top a { background: url(/images/feature/arrow_top_olive.png) no-repeat 0 center; }
#main_content .goto_top_right a { background: url(/images/feature/arrow_top_olive.png) no-repeat right center; }
/*--- side_bar ---*/
#side_bar .content { background: url(/images/recipe/side_bar_content_bg_bottom.png) no-repeat 0 bottom white; }


/*===== introduction =====*/
#main_story .description { border: none; }
#main_story h4 { margin: 0 10px 1em; padding-top: 0.5em; }
#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 .profiles {
  width: 508px;
  margin: 0 auto 30px;
  background: url(/images/symposium/profile_middle.png) repeat-y 0 0;
}
#main_story .profiles .for_iebug {
  padding: 0;
  background: url(/images/symposium/profile_bottom.png) no-repeat 0 bottom;
}
#main_story .profiles .profile_content {
  width: 127px;
  float: left;
  text-align: center;
}
#main_story .profiles .profile_content img { padding: 6px 0; }
#main_story .profiles .profile_content p {
  text-align: left;
	font-size: 90%;
}


#main_story .profiles .blue,
#main_story .profiles .pink,
#main_story .profiles .purple,
#main_story .profiles .green,
#main_story .profiles .yellow,
#main_story .profiles .orange {
  font-size: 110%;
}
#main_story .blue { color: #005ca2; }
#main_story .pink { color: #ef90b9; }
#main_story .purple { color: #b864a4; }
#main_story .green { color: #00a95f; }
#main_story .yellow { color: #fccb00; }
#main_story .orange { color: #f49f06; }

#main_story .menu_list {
  margin-left: 12px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px dotted #cce198;
}
#main_story .menu_list li {
  line-height: 1.6;
  font-size: 110%;
	float: left;
	display: block;
	width: 47%;
}

#main_story .talks .blue,
#main_story .talks .pink,
#main_story .talks .purple,
#main_story .talks .green,
#main_story .talks .yellow,
#main_story .talks .orange {
  padding-right: 2em;
}


#main_story .topics {
  width: 556px;
  margin-bottom: 30px;
  background: url(/images/symposium/topics_middle.png) repeat-y 0 0;
}
#main_story .topics .for_iebug {
  padding: 0;
  background: url(/images/symposium/topics_bottom.png) no-repeat 0 bottom;
}
#main_story .topics h4,
#main_story .topics p {
  margin-left: 20px;
  margin-right: 20px;
}
#main_story .topics .photo {
  margin-right: 20px;
  float: left;
}

