@import url("common.css");

#col_02 * {
margin:0px;
padding:0px;
font-family : Tahoma,Verdana,Arial;
}

#col_02 .banner {
text-align:center;
margin-bottom:10px;
}
#col_02 .banner img {
margin-bottom:5px;
}

#used_list {
width:563px;
margin-bottom:5px;
border:solid 1px #ccc;
padding:5px;
}
#used_list li {
list-style:none;
float:left;
width:167px;
height:150px;
font-size:83%;
padding:0px 10px;
}
#used_list li img {
margin:auto;
display:block;
}
#used_list li .item_name {
display:block;
background:url(http://alpha.mc-alpha.com/images/h1-bk.jpg);
border:solid 1px #999;
padding:3px;
margin-top:3px;
height:27px;
overflow:hidden;
}
#used_list li a:link, #used_list li a:visited {
color:#fff;
text-decoration:none;
}
#used_list li a:hover {
color:#c00;
text-decoration:underline;
}
#used_list hr {
width:;
clear:left;
visibility:hidden;
}