@charset "utf-8";

.info{
width:450px;
height:265px;
border:1px #cccccc solid;
margin-left:8px;
padding:10px;
}

.info ul{
width:440px;
height:245px;
overflow:auto;
padding-left:5px;
}

.info li{
letter-spacing:0;
}

.info li.new{
background-image:url(/images/icon_new.gif);
background-repeat:no-repeat;
background-position:5.5em;
}

.info li.hasen{
width:95%;
margin-top:5px;
background-image:url(/images/hasen_bg.gif);
background-repeat:repeat-x;
background-position:center;
}



.info_cap{
position: relative;
top: -1.5em; 
width:450px;
}