/* ------------------------------------------------------------- */
/* sub01 css */
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- */
/* content_container */
/* ------------------------------------------------------------- */

#content_container {

}

/* ------------------------------------------------------------- */
/* content_left */
/* ------------------------------------------------------------- */

#content_left {
    width               : 169px;
    margin-left         : 51px;
    margin-bottom       : 30px;
    float               : left;
}

* html #content_left {
    margin-left         : 25px;
}

#content_left_header {
    background-image    : url(../images/content_left_header_bg.gif);
    background-repeat   : no-repeat;
    background-position : bottom;
    height              : 5px;
}

#content_left_content {
    background-image    : url(../images/content_left_bg.gif);
    background-repeat   : repeat-y;
    padding             : 4px 18px;
}

#content_left_footer {
    background-image    : url(../images/content_left_footer_bg.gif);
    background-repeat   : no-repeat;
    height              : 5px;
}

#content_left h1 {
    font-size           : 1em;
    padding             : 5px 0px;
    margin-bottom       : 12px;
    border-bottom       : 1px solid #660000;
}

#content_left h2 {
    font-size           : 1em;
    padding             : 0px;
}

#content_left a {
    text-decoration     : underline;
}

p {
    padding             : 0px 0px 12px 0px;
    margin              : 0;
}

/* ------------------------------------------------------------- */
/* content */
/* ------------------------------------------------------------- */

#content {
    background-image    : url(../images/content_bg.gif);
    background-repeat   : repeat-x;
    width               : 567px;
    padding             : 15px 90px;
    float               : right;
}

#content a {
    text-decoration     : underline;
}
