#cv_main {
	position: relative;
	text-align: left;
	margin: 5px;
	padding: 0px;
	/*color: #223366;*/
  font-size: 12px;
  border: 0px solid #999999;
  width: 500px;
  height: auto;
}
#cv_fcv {
  float: left;
  width: 500px;
  /*color: #223366;
  border: 2px solid #223366;
  background-color: #DCEAFA;*/
  padding: 5px;
}
html>body #cv_fcv{width:490px;}
.cv_dlft {
  float: left;
  height: 30px;
  width: 490px;
}
.cv_dlftbold {
  float: left;
  height: 18px;
  width: 490px;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #666666;
  margin-bottom: 5px;
  margin-top: 10px;
}
html>body .cv_dlftbold{height:17px;}
.cv_slft {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 5px;
  color: #223366;
}
.cv_slft1 {
  float: left;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #223366;
}
html>body .cv_slft1{margin-top:3px;}
.cv_slftrb {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #AA3344;
}
.cv_ilft {
  float: left;
  margin-right: 10px;
  font-size: 11px;
}
.edit {
  cursor: pointer;
}
.td_list_tit {
  font-weight: bold;
  height: 20px;
  color: #223366;
}
.td_list {
  height: 20px;
  color: #223366;
}
.ub {
  text-decoration: underline;
  font-weight: bold;
}
