@import "general.css";
@import "common.css";

/* content */
#content {
    padding: 27px 0px 90px;
    overflow: hidden; 
}

/* tape */
#tape {
    background: #e8e6e0;
    border: 1px solid #bbb8ac;
    border-style: solid none;
}

#main {
    float: right;
    width: 70%;
    /*margin-left: -230px;*/
}

#container {
    margin-right: 40px;
    position: relative;
    /*margin-left: 275px;*/
}

#side {
    float: left;
    width: 30%;
    position: relative;
}

#side .inner {
    padding: 0px 40px;
}

#content dl {
    margin-top: 12px;
}

#content dt small {
    display: block;
    font-size: 12px;
    color: #777;
}

#content dt a {
    font-weight: bold;
}

#content dd {
    line-height: 22px;
    margin-bottom: 30px;
}

#main h3 {
    background: url("../../img/site/dash-line.gif") repeat-x left 0.75em;
}

#main h3 span {
    background: #f8f8f3;
    padding-right: 5px;
}

#main .rss {
    position: absolute;
    right: 0px;
    top: -7px;
    width: 42px;
    height: 42px;
    background: url("../../img/site/rss.gif") no-repeat center center;
}
