@charset "UTF-8";
.topic-wrap{
  padding: 0;
  width : 300px;
  overflow-x: hidden;
  overflow-y: hidden;
  border : 0px none;
}
.topic-ul{
  margin : 0px;
  padding : 0px;
  height : 110px;
  width : 320px;
  overflow-y: scroll;
  text-align : left;
  color : #3c2b04;
}
.topic-li{
  list-style: none!important;
  padding: 0px
  width: 230px;
}

.topic-li:nth-child(even){
	background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
}

.topic-li:nth-child(odd){
  background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
}
.topic-ul LI A:hover{
  color : orange;
}
a{
	         color : #3c2b04;
	text-decoration: none;
}