@charset "UTF-8";

@import url("base.css");
@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_business.gif) no-repeat;
}

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

/* business/index.html */
#business #summary dt{
  width:230px;
  height:180px;
  float:left;
}

#business #summary dd{
  width:270px;
  height:180px;
  float:right;
}


#business #progress dt{
  width:230px;
  height:130px;
  float:left;
}
#business #progress dd{
  width:270px;
  height:130px;
  float:right;
}

#business #idea p.btnMulti{
  width:250px;
  height:79px;
  margin:0 0 0 auto;
}

#business #idea p.btnMulti a{
  display:block;
  width:250px;
  height:56px;
  background:url(../business/img/btn_multi.gif) no-repeat;
  text-indent:-10000px;
  outline:none;
}

/* business/software.html */
#business #softMenu{
  text-align:right;
}

#business #tech h4,
#business #tool h4{
  border-bottom:1px solid #ccc;
  background:none;
  font-size:small;
  margin-bottom:10px;
}
/* hide from mac ie \*/
#business #tech h4:first-letter {
  font-size:2em;
}
#business #tool h4:first-letter {
  font-size:2em;
}
/* end */

#business #tech dt,
#business #tool dt
{
  padding-left:22px;
  font-weight:bold;
  font-size:110%;
  padding-top:1px;
  background:url(../business/img/icon_dt.gif) left center no-repeat;
}

#business #tech dt.konna,
#business #tool dt.konna{
}

#business dl.data dt { 
  width: 7em;
  line-height: 1.6em;
}

#business dl.data dd {
  line-height: 1.6em;
  margin-bottom:10px;
}
