@charset "utf-8";

/* float
------------------------------- */
.cb {
	clear:both;
}

.fl {
  float: left;
  }

.fr {
  float: right;
  }  

/* wrapper
------------------------------- */
#wrapper2 {
	width:615px;
	margin-left: 45px;
  }

/* content
------------------------------- */
#a3_top {
  overflow: hidden;
  height: 100%;
  }
  
#a3_top dl {
  margin: 16px 20px 35px 20px;
  }

#a3_top dd {
  margin: 20px 0 0 2px;
  padding: 0 12px 0 13px;
  border-left: 2px solid #7f7f7f;
  font-size:12px;
  line-height:16px;
  }

#a3_top #a3_tl {
  float: left;
  width: 342px;
  }

/* win ie6 */
*html #a3_top #a3_tl ul {
  margin: 3px 5px 0 10px;
  float: left;
  }
/* end */

#a3_top #a3_tl ul {
  margin: 3px 5px 0 20px;
  float: left;
  }

#a3_top #a3_tl #sw_img {
  float: left;
  margin-top: 3px;
  }

#a3_top #a3_tr {
  float: right;
  width: 253px;
  }

#a3_top #a3_tr li {
  margin-bottom: 3px;
  }

