@charset "utf-8";					/*使用する文字コード*/
/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
DIV#secondLevelContents DIV.serviceDocment DIV.imgArea{
  float:left;
  margin-bottom:15px;
  padding:3px;
  width:120px;
  line-height:0px;
  border:1px solid #666666;
}
DIV#secondLevelContents DIV.serviceDocmentRight{
  float:right;
  margin-bottom:15px;
  width:355px;
}
DIV#secondLevelContents P.servicePdf,
DIV#secondLevelContents P.serviceSiteLink{
  margin-bottom:5px;
  padding-left:22px;
  background-repeat:no-repeat;
}
DIV#secondLevelContents P.servicePdf{
  background-image:url(../../../../cmn/images/icon_pdf.gif);
  background-position:0px center;
}
DIV#secondLevelContents P.serviceSiteLink{
  background-image:url(../../../../cmn/images/icon_other_site.gif);
  background-position:0px center;
}
