#main{
  width: 700px;
  float: right;
}
#left{
  width: 230px;
  height: 500px;
  padding-top: 10px;
  float: left;
  background-color: #ebf5fc;
}
#left ul{

}
#left ul li{
  list-style-image: url("../img/common/clist.gif");
  padding-left: 10px;
  margin-left: 40px;
  height: 25px;
  line-height: 25px;
}
#left ul li a{
  color: #2f6291;
  display: block;
  
}
#left ul li a:hover{
  color: red;
  text-decoration: underline;
}

/***  contact only  ***/

form{
  clear: both;
  width: 650px;
}
form p{}
input{}
.nm{
  font-weight: bold;
  font-size: 14px;
  border-left: 5px solid #2f6291;
  border-bottom: 1px solid #2f6291;
  padding-left: 30px;
  margin-bottom: 10px;
}
.textbox{
  margin-bottom: 10px;
}
.text{
  width: 200px;
  height: 18px;
}


/***  qa only  ***/
#qa{
}
#qa dt{
  margin: 0px 10px;
  padding: 3px 5px;
  color: #333333;
  background-color: #c0cccc;
}
#qa dd{
  padding: 3px 5px;
  margin: 5px 10px 15px 10px;
  border-bottom: 1px solid #2f6291;
}