/* 文字コードの指定 --------------------------------------*/
@charset "utf-8";

/* 全体の文字種類の指定 ----------------------------------*/
#hyou {
        width  : 625px;
        height : auto;
        line-height: 18px;
}


#hyou-left {
        width  : 205px;
        float  : left;
        margin-top : 5px;
}


#hyou-right {
        width  : 407px;
        float  : left;
        margin-top : 5px;
        padding-left: 10px;
        border-left: solid 1px #007313;
}


/* 会社概要の表 ------------------------------------------*/
#hyououtline {
        width  : 520px;
        height : auto;
        line-height: 18px;
        margin-left: 90px;
}


#hyououtline-left {
        width  : 100px;
        float  : left;
        margin-top : 5px;
}


#hyououtline-right {
        width  : 407px;
        float  : left;
        margin-top : 5px;
        padding-left: 10px;
        border-left: solid 1px #007313;
}


#sign {
        width  : 675px;
        height: 58px;
        background-image: url("sign.gif");
        background-repeat: no-repeat;
        background-position: right;
        margin-top: 5px;
}

#title-jigyou {
        width  : 704px;
        height: 97px;
        background-image: url("title_jigyou.gif");
        background-repeat: no-repeat;
}

#title-letter {
        font-size: 0.8em;
        padding-top: 58px;
        padding-right: 5px;
        padding-left: 105px;
        letter-spacing: -1px;
}

#title-result {
        width  : 704px;
        height: 97px;
        background-image: url("title_result.gif");
        background-repeat: no-repeat;
}

#jigyou-contents {
        color: #000000;
        font-size: 0.8em;
        margin-top: -5px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        background-color: #ffffff;
}



