@CHARSET "UTF-8";

img {
   border: none;
}

body {
    color: #463c3c;
    font-family: 'Arial', 'MS PGothic', 'sans-serif';
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    letter-spacing: 0px;
}

/* メインフレーム */
table#frame {
    border-collapse: separate;
    border-spacing: 0px;
    border: none;
}

table#frame td {
    padding: 0px;
    margin: 0px;
}

table#frame td.top {
    width: 901px;
    height: 65px;
    background-image : url("../img/index.png");
    background-repeat: no-repeat;
}

table#top {
    width: 901px;
    height: 65px;
    margin: 0px;
    table-layout: fixed;
}

table#top td {
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

/* 左のメニューバー */
table#frame td.left {
    width: 167px;
    height: 736px;
    background-image : url("../img/side01.png");
    background-repeat: no-repeat;
    padding-top: 9px;
    vertical-align: top;
}

table#left {
    border-collapse: separate;
    border-spacing: 0px;
    border: none;
    width: 167px;
    text-align: center;
}

table#left tr {
    vertical-align: top;
}

table#left td {
    padding-bottom: 3px;
}

/* 本文 */
table#frame td.main {
    width: 734x;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

table#main {
    border-collapse: separate;
    border-spacing: 0px;
    border: none;
    width: 714px;
    vertical-align: top;
}

table#main td {
    vertical-align: top;
    padding-top: 9px;
}

table#main td.inner {
    padding-top: 4px;
}
table#main td.none {
    padding-top: 0px;
}

/* フッター */
td#footer {
    text-align: center;
    font-size : 10px;
    line-height: 10px;
}

/* サブタイトル */
div#subtitle {
    color: #7c6b6b;
    font-size: 18px;
}

/* さまざまな業務に高いスキルを誇る技術者をご提供します */
div#comment {
    position: relative;
    left: 55px;
    top: 1px;
    width: 324px;
    height: 24px;
    font-size : 12px;
    letter-spacing: 0px;
    z-index: 1;
}

/* 切り替えボタン */
div#change {
    position: relative;
    left: 290px;
    top: 10px;
    width: 152px;
    height: 20px;
    z-index: 1;
}


