/*---------------------------
  article 2009-12-01_2
  「スタースイーツ」第3弾
---------------------------*/
/* heading */
#article #main_content h3 {
  width: 8em;
  margin: 0 0 0 40px; padding: 1em 0 1em 48px;
  border-bottom: 1px solid #48A5BF;
  font-size: 1.1em;
  background: url(/images2/whats_new/article/091201_2/h3_background.gif) no-repeat;
}

#article #main_content h4 {
  width: 400px;
  margin: 0.5em 0 0.2em 40px;
  padding: 0.2em 0.2em 0.2em 0.5em;
  border-left: 4px solid #48A5BF;
  font-size: 1.1em;
}

/* list */
#article #main_content dl {
  width: 440px;
  margin: 1em 0 1em 40px;
}

#article #main_content dt {
  width: 8em;
  float: left;
  padding: 0.2em 0 1px 0.8em;
  clear: both;
  border: none;
}

#article #main_content dt span {
  padding-left: 0.8em;
}

#article #main_content dd {
  padding: 0.2em 0.2em 0.2em 8em;
  border-bottom: 1px solid #48A5BF;
}

/* table */
#article #main_content table {
  width: 440px;
}

#article #main_content table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.4em;
  border: none;
  border-bottom: 1px solid #48A5BF;
}

