#main {
    width: 95%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.dept {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.deptName {
    float: left;
    width: 100%;
    height: 18px;
    text-indent: 10px;
    color: #dd0000;
    font-weight: bold;
    border-bottom: 2px solid #dd0000;
    cursor: pointer;
}

.group {
    float: left;
    width: 100%;
}

.groupName {
    float: left;
    width: 100%;
    height: 18px;
    text-indent: 10px;
    color: #dd0000;
    font-weight: bold;
    border-bottom: 2px solid #dd0000;
    cursor: pointer;
}

.business {
    float: left;
    margin-bottom: 25px;
}

ul {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

li {
    float: left;
    width: 128px;
    height: 148px;
    margin-right: 100px;
    margin-top: 15px;
    margin-bottom: 25px;
}

li div.icon {
    width: 128px;
    height: 130px;
    text-align: center;
    cursor: pointer;
}

li div.icon img {
    margin-top: 35px;
    width: 60px;
    height: 60px;
}

li.no_icon a {
    padding-top: 130px;
    background: url("/ods/business/textedit.gif") no-repeat;
}

li a {
    text-align: center;
    float: left;
    width: 128px;
    font-size: 14px;
    color: #ea0000;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
}

li a:hover {
    color: red;
    text-decoration: underline;
}