* {
    margin: 0;
    font-size: 10pt;
}

a {
    text-decoration: none;
    color: black;
}

img {
    width: 100%;
}

img:hover {
    opacity: .75;
}

.clearfix:after {
    clear: both;
    display: table;
    content: '';
}

#body {
    margin: 0px auto;
    width: 960px;
}

#head {
    height: 50px;
    margin: 4px;
    border: 1px lightgray solid;
    box-shadow: 2px 2px 2px #eee;
}

#title, #title a {
    font-size: 18pt;
    margin: 8px 0 0 10px;
    text-shadow: 2px 2px 2px gray;
}

#title a:hover {
    text-shadow: 2px 2px 5px black;
}

#intro>div {
    margin: 4px;
    width: 230px;
    height: 280px;
    border: 1px lightgray solid;
    box-shadow: 2px 2px 2px #eee;
    float: left;
    overflow: hidden;
}

#intro>div>div {
    height: 280px;
    padding: 15px;
    text-align: justify;
    transition: margin-top 0.5s;
    background: black;
    color: white;
}

#intro>div:hover>div {
    margin-top: -290px;
}

#intro>div>img {
    transition: opacity 0.5s;
}

#intro>div:hover>img {
    opacity: .15;
}

#contents>div {
    margin: 4px;
    border: 1px lightgray solid;
    box-shadow: 2px 2px 2px #eee;
    float: left;
}

.list-title {
    padding: 4px;
    text-align: center;
    background-color: #ddd;
}

#contents-left {
    width: 710px;
    height: 297px;
}

.news-list {
    margin: 10px 0 0 10px;
    padding: 10px;
    width: 320px;
    height: 100px;
    float: left;
    box-shadow: 1px 1px 2px #eee, -1px -1px 2px #eee, -1px 1px 2px #eee, 1px -1px 2px #eee;
}

.news-list:hover {
    box-shadow: 1px 1px 2px #ccc, -1px -1px 2px #ccc, -1px 1px 2px #ccc, 1px -1px 2px #ccc;
}

.news-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 4px;
    border-bottom:1px lightgray dotted;
}

.news-thumb {
    width: 100px;
    height: 100px;
    float: left;
    box-shadow: 1px 1px 2px #eee, -1px -1px 2px #eee, -1px 1px 2px #eee, 1px -1px 2px #eee;
}

.news-item {
    margin-left: 10px;
    width: 210px;
    height: 100px;
    float: left;
}

.news-contents {
    margin-top: 4px;
    height: 70px;
    overflow: hidden;
}

#contents-right {
    width: 230px;
    height: 297px;
}

.list-body {
    padding: 0px;
    list-style: none;
}

.list-body li {
    padding: 3px 10px 3px 10px;
    border-bottom: 1px dotted #ccc;
}

.list-body li:before {
    content: '- ';
}

.list-body li:hover {
    background : #ccc;
}

.list-body li:last-child {
    border-bottom: 0px;
}

#banner>div {
    margin: 4px;
    width: 470px;
    height: 157px;
    border: 1px lightgray solid;
    box-shadow: 2px 2px 2px #eee;
    float: left;
}

#foot {
    margin: 4px;
    padding: 10px 0 10px 0;
    text-align: center;
    border: 1px lightgray solid;
    box-shadow: 2px 2px 2px #eee;
}