/*** コンテンツブロック（トップ） ***/
#contents {
  width           : 780px;
  height          : 224px;
  background      : url('../image/top_image.jpg') no-repeat;
  padding         : 200px 0px 0px;
}

/*** トップページのコンテンツ ***/
#contents_top {
  width           : 740px;
  height          : 184px;
  margin          : 0px 0px 0px 20px;
}

#headline {
  float           : right;
  margin          : 20px 0px 0px;
  width           : 433px;
  height          : 184px;
  background      : url('../image/headline_bg.png') no-repeat;
  behavior        : expression(IEPNGFIX.fix(this));
}

#headline h2 {
  overflow        : hidden;
  display         : block;
  margin          : 10px 0px;
  width           : 433px;
  height          : 15px;
  text-indent     : -9999px;
  background      : url('../image/headline_subject.png') no-repeat;
  behavior        : expression(IEPNGFIX.fix(this));
}

#headline_contents {
  width           : 410px;
  height          : 148px;
  overflow        : auto;
  padding         : 0px 10px;
  color           : #333333;
}

#headline_contents dl {
  clear           : both;
}

#headline_contents dt {
  float           : left;
  display         : block;
  width           : 100px;
  color           : #0046ad;
  line-height     : 1.3em;
}

#headline_contents dd {
  width           : 290px;
  float           : left;
  display         : block;
  line-height     : 1.3em;
  margin-bottom   : 3px;
}
