@charset "UTF-8";
/* CSS Document */
@import url("basic.css");

div#contents {
width: 535px;
float: left;
margin-top: 10px;
}

div#contents ul#news li {
border-bottom: 1px dotted #CCC;
display: block;
padding: 10px 0px 10px 25px;
margin-left: 20px;
margin-right: 20px;
}

div#contents ul#news li.red {
background: url(img/icon_recruit.gif) no-repeat left center;
}

div#contents ul#news li.blue {
background: url(img/icon_service.gif) no-repeat left center;
}

div#contents ul#news li.yellow {
background: url(img/icon_company.gif) no-repeat left center;
}

div#banner {
margin-left: 540px;
background: url(img/bg_banner.gif);
padding: 10px;
width: 214px;
margin-top: 17px;
}
div#banner img {
padding-bottom:7px;
}
