@charset "UTF-8";

@import url("header.css");
@import url("menu.css");
@import url("contents.css");
@import url("footer.css");
@import url("layout.css");

#contentsHeader{
  background:url(../img/contents_h2_company.gif) no-repeat;
}

#menu .company ul.lv2 {
  display: block;
}

#company h4{
  font-size:115%;
  background:none;
}

#company dl.data1 dt{
  width: 7em;
  line-height: 1.2em;
}

#company dl.data1 dd{
  line-height: 1.2em;
  padding:0 0 6px 7em;
  margin:-1.2em 0 10px 0;
  background:url(../img/border_dotted_gray.gif) left bottom repeat-x;
  height:1%;
}

#company dl.data2 dt{
  line-height: 1.6em;
}

#company dl.data2 dd{
  line-height: 1.6em;
  margin-bottom:1em;
  background:url(../img/border_dotted_gray.gif) left bottom repeat-x;

}



/*セキュリティポリシー リスト関連*/
#company #securityMenu{
  text-align:right;
}

#company ol.listData li{
  margin:10px 0 20px 2em;
}

#company ollistData li ol{
  list-style:upper-roman;
}

#company ol.listData li ol li{
  margin:0 0 0 1.5em;
} 

#company ol.listData li ol li ol{
  list-style:lower-latin;
}