@charset "utf-8";
/*-------------------------------------
  /ad_agency/
-------------------------------------*/
/*------- heading ---------*/
/* h1 */
#main_content h1 {
  width: 512px; height: 50px;
  margin-left: 10px;
  background: url(/images2/ad_agency/h1.gif) no-repeat;
}

/* h2 */
#main_content h2 {
  width: 480px; height: 21px;
  margin: 8px 0 0.5em 9px;
  padding: 9px 0 0 14px;
  background: url(/images2/ad_agency/h2.jpg) 0 0 no-repeat;
  font-size: 1em;
  color: #747474;
}

/*------- p ---------------*/
#main_content p {
  width: 480px;
  margin-left: 20px;
  margin-bottom: 1em;
  text-indent: 1em;
}

/*------- list ------------*/
#main_content .about_banner_advertising dl {
  width: 490px;
  margin: 1em 0 1em 16px; padding: 0;
}

#main_content .about_banner_advertising dl dt {
  margin: 0 0 1px 0; padding: 0 0 0 0.5em;
  background: #CEEBFB;
  border: 1px solid #86D2F7;
}

#main_content .about_banner_advertising dl dd {
  margin: 0 0 1em 0; padding: 0.25em 0.5em;
  border: 1px solid #D6D6D6;
}

#main_content .for_advertising_whole dl {
  width: 490px;
  margin: 1em 0 1em 16px; padding: 0;
  background: url(/images2/ad_agency/dl_background.gif) no-repeat left bottom;
}

#main_content .for_advertising_whole dl dt {
  width: 478px; height: 28px;
  margin: 0; padding: 1.3em 0 0 1.4em;
  background: url(/images2/ad_agency/dt_background.jpg) no-repeat;
  border: none;
  font-weight: normal;
}

#main_content .for_advertising_whole dl dd {
  margin: 0 0 1em 0; padding: 0.7em 1.2em;
  border: none;
  text-indent: 1em;
}

#main_content .for_advertising_whole dl dd img {
  display: block;
  margin: 0.7em auto;
}

/* dl -> ul (⇒link style) */
#main_content .for_advertising_whole dl dd ul {
  margin: 0.5em 0;
  padding-left: 105px;
}

#main_content .for_advertising_whole dl dd ul li {
  padding-left: 5px;
}

