.company_area {
    position: relative;
    clear:both;
    overflow: visible;
    left:10%;
    width:80%;
    background-color: transparent;
}
.company_title_line {
    position:relative;
    clear:both;
    width:100%;
    height:25px;
    border-bottom: solid 1px #DDD;
}
.company_body {
    position:relative;
    clear:both;
    width:100%;
    font-size: 0.8em;
    padding-top: 10px;
}
a {
    text-decoration: underline;
    color:blue;
}
a:hover {
    text-decoration: underline;
    color:rgb(169, 160, 255);
}