body {
    margin: 0;
    padding: 0;
}

/* rotationBnr
---------------------------------------------------------------------- */
#rotationBnr {
    width: 400px;
    height: 188px;
    text-align: right;
    margin-bottom: 13px;
}

#rotationBnr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#rotationBnr ul#bnrArea {
    height: 169px;
}

#rotationBnr ul#bnrArea li {
    display: none;
    width: 390px;
    height: 169px;
    position: absolute;
    top: 5px;
    left: 5px;
}

#rotationBnr ul#bnrArea li.nojs {
    display: block;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #666;
}

#rotationBnr ul#bnrBtn {
    float: right;
    padding-right: 5px;
}

#rotationBnr ul#bnrBtn:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#rotationBnr ul#bnrBtn li {
    float: left;
    padding: 0 0 0 3px;
    height: 16px;
    line-height: 0;
    cursor: pointer;
}

/* information
---------------------------------------------------------------------- */
#information {
    position: relative;
    width: 400px;
}

#information h2 {
    margin-bottom: 7px;
    color: #eee;
}

#information #infoTabs {
    position: relative;
    height: 134px;
}

#information #infoTabs .category {
    width: 400px;
}

#information #infoTabs .category .tab {
}

/* heading
------------------------------ */
#information .category h3 {
    display: inline;
    position: relative;
    z-index: 999;
    cursor: pointer;
    zoom: 1;
}

#information .category#hotNewsTab h3 {
}

#information .category h3 img {
    vertical-align: bottom;
}

/* contents
------------------------------ */
#information .contents {
}

#information .contents ul {
    padding: 5px 0 0 7px;
}

#information .contents li {
    position: relative;
    margin-bottom: 7px;
    padding: 3px 60px 3px 0px;
    line-height: 15px;
    border-bottom: solid 1px #393939;
}

#information .contents li img {
    margin-right: 5px;
}

#information .contents li a.subject {
}

#information .contents li a.subject:hover {
}

#information .contents li span.date {
    position: absolute;
    right: 0;
    color: #888;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
}

/* more
-------------------------------------------------- */
#information .more {
    position: absolute;
    right: 0;
    top: 0px;
    padding-left: 10px;
    font-size: 10px;
}

#information .more a img {
    vertical-align: top;
}