﻿/*-------------------------------------
 /company/
-------------------------------------*/
/* key visual */
#site_index .cf_element_space {
  margin-top: 5px;
  clear: both;
  height: 200px;
}

/* whats_new */
#site_index #whats_new h3 {
  height: 30px;
  margin-top: 5px;
  padding: 0;
  background: url(/company/images/bg_h3_whatsnew.jpg) no-repeat;
  text-indent: -9999px;
}

#site_index #whats_new dt {
  width: 66px;
  margin-top: 1px; padding: 3px 3px 3px 30px;
  background: url(/company/images/blt_white_bg_blue.jpg) no-repeat 0 0;
  font-weight: bold;
  color: #FFF;
  float: left;
  clear: left;
}

#site_index #whats_new dd {
  margin-top: 1px; padding: 4px 4px 4px 113px;
  background: url(/company/images/ico_pdf.gif) no-repeat 100px 4px #48A5BF;
  color: #FFF;
}

#site_index #whats_new dd a {
  color: #FFF;
}

/* ir and activity */
#site_index #ir,
#site_index #activity {
  width: 259px; _width: 257px;
  margin: 1em 0 0 0; padding: 0;
}

#site_index #ir {
  float: left;
}

#site_index #activity {
  margin-left: 260px;
}

#site_index #ir h3,
#site_index #activity h3 {
  width: 259px; height: 30px; _width: 257px;
  margin: 0; padding: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
#site_index #ir h3 { background-image: url(/company/images/site_index/h3_ir.jpg); }
#site_index #activity h3 { background-image: url(/company/images/site_index/h3_activity.jpg); }

#site_index #ir ul,
#site_index #activity ul {
  margin: 0; padding: 0;
}

#site_index #ir ul li,
#site_index #activity ul li {
  list-style-type: none;
  width: 259px; _width: 257px;
  margin: 0; padding: 0;
  line-height: 1.7em;
  background: none;
}

#site_index #ir ul li a,
#site_index #activity ul li a {
  display: block;
  width: 259px; _width: 257px;
  background: url(/company/images/site_index/listmark.gif) no-repeat 10px 0.3em #F3F3F3;
  margin: 0 0 1px 0; padding: 0;
  text-decoration: none;
  color: #007BBB;
  text-indent: 30px;
}

#site_index #ir ul li a:hover,
#site_index #activity ul li a:hover {
  background: url(/company/images/site_index/listmark_hover.gif) no-repeat 10px 0.3em #007BBB;
  color: #FFF;
  text-decoration: none;
}

