#company
{
    text-align: top;
    height: 70px;
    border-top-color: #e2e2e2;
    border-right-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
    border-left-color: #e2e2e2;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background: url("../images/bg_content.png") no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
}

#company_title
{
    font-weight: bold;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 4px;
}
#company_text
{
    vertical-align: top;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    border-top-color: #e2e2e2;
    border-right-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
    border-left-color: #e2e2e2;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background: url("../images/bg_content.png") no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
}
#company_text p
{
    font-size: 150%;
    font-weight: bold;
    color: red;
    text-align: center;
}
#company_text dl
{
    margin-top: -1px;
}
#company_text dl dt
{
    width: 100px;
    overflow: hidden;
    display: block;
    float: left;
    font-weight: bold;
    font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
    font-size: 14px;
    border-top-color: #cccccc;
    border-top-width: 1px;
    border-top-style: dotted;
    padding-top: 12px;
}
#company_text dl dd
{
    overflow: hidden;
    display: block;
    padding-bottom: 0px;
    font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
    font-size: 14px;
    border-left-color: #ffffff;
    border-left-width: 1px;
    border-top-color: #cccccc;
    border-top-width: 1px;
    border-top-style: dotted;
    padding-top: 12px;
}

#company_text ul
{
    list-style: none;
}