@import "common.css";

#company{
  color:#015b3c;
}

/* -- leftMenu start -- */

#subMenu{
  float:left;
  margin-left:15px;
}

/* IE6 */
* html #submenu{
  display:inline;
}

#aboutCompany{
  display:block;
  width:133px;
  height:52px;
  text-indent:-9999px;
  background-image:url("../onlyone/img/btn/aboutCompany_h.gif");
}
/*
#aboutCompany:hover{
  background-image:url("../onlyone/img/btn/aboutCompany_h.gif");
}
*/

#introduction{
  display:block;
  width:133px;
  height:52px;
  text-indent:-9999px;
  background-image:url("../onlyone/img/btn/introduction.gif");
}

#introduction:hover{
  background-image:url("../onlyone/img/btn/introduction_h.gif");
}

#message{
  display:block;
  width:133px;
  height:52px;
  text-indent:-9999px;
  background-image:url("../onlyone/img/btn/message.gif");
}

#message:hover{
  background-image:url("../onlyone/img/btn/message_h.gif");
}

#offerInfo{
  display:block;
  width:133px;
  height:52px;
  text-indent:-9999px;
  background-image:url("../onlyone/img/btn/offerInfo.gif");
}

#offerInfo:hover{
  background-image:url("../onlyone/img/btn/offerInfo_h.gif");
}
/* -- leftMenu end -- */

/* -- main start -- */
#companyInformation{
  float:left;
  width:520px;
  padding:20px;
  margin-left:10px;
  background-color:#ffffcc;
  background-image:url("../img/background.gif");
  background-repeat:no-repeat;
  background-position:center top;
  border-right:1px solid gray;
  border-bottom: 1px solid gray;
  line-height:1.5em;
  font-size:19px;
}

#companyInformation h2{
  color:#771100;
  font-size:22px;
}

#companyInformation dt{
  text-align:left;
  display:block;
  color:#771100;
}

#companyInformation dd{
  position:relative;
  left:60px;
  text-align:left;
  padding-right:50px;
  display:block;
}
/* -- main start -- */
