@charset "UTF-8";

/*-----------------------------------------------------------------------------
 左メニュー
-----------------------------------------------------------------------------*/
div#main div.menu {
    float: left;
    width: 200px;
    border: 0px solid #f00;
}
div.menu div.photo {
    height: 49px;
    text-align: center;
    border: 0px solid #00f;
}

/*-----------------------------------------------------------------------------
 右コンテンツ
-----------------------------------------------------------------------------*/
div#contents {
    float: right;
    width: 701px;
    /*height: 100px;*/
    border: 0px solid #00f;
}
div#contents div.header {
    overflow: hidden; /* IE6だけ隙間ができるので */
    background: transparent url('../../img/frame/header_gray.jpg') no-repeat left top;
    height: 10px;
    width: 661px;
}
div#contents div.main {
    background: transparent url('../../img/frame/main_gray.jpg') repeat-y left top;
    width: 661px;
}
div#contents div.footer {
    background: transparent url('../../img/frame/footer_gray.jpg') no-repeat left top;
    height: 23px;
    width: 661px;
}

/*-----------------------------------------------------------------------------
 パス
-----------------------------------------------------------------------------*/
div.path {
    /*width: 657px;*/
    height: 34px;
}

/*-----------------------------------------------------------------------------
入力フォーム
-----------------------------------------------------------------------------*/
div.main h2.title {
    margin-left: 30px;
    color: #d05c6a;
    font-size: 17px;
    font-weight: bold;
}
div.main div.line {
    margin-left: 28px;
    width: 601px;
    height: 13px;
    background: transparent url('../../img/title_line.jpg') no-repeat left top;
    border: 0px solid #00f;
}

div.main p.notice {
    margin: 23px 0 22px 60px;
    color: #595758;
    font-size: 12px;
}

table.member {
    width: 561px;
    margin-left: 50px;
    border-collapse: collapse;
    border: 1px solid #d8d7d6;
}

table.member th {
    border: 1px solid #d8d7d6;
    background-color: #f3f3f3;
    width: 165px;
    color: #595758;
    font-size: 12px;
    text-align: left;
    padding: 5px 10px 5px 7px;
}

table.member td {
    border: 1px solid #d8d7d6;
    color: #595758;
    font-size: 12px;
    text-align: left;
    padding: 10px 10px 10px 7px;
}

table.member span.necessary {
    color: #d6434a;
    font-size: 12px;
}

table.member span.notice {
    color: #595758;
    font-size: 11px;
    font-weight: bold;
}

table.member span.notice a {
    color: #8bacc9;
    text-decoration: none;
    font-weight: bold;
}

table.member span.notice_red {
    color: #d6434a;
    font-size: 11px;
    font-weight: bold;
}

div.main div.button {
    margin: 27px 0 0 267px;
    height: 30px;
}

div#contents div.jump {
    width: 640px;
    height: 30px;
    text-align: right;
}
div#contents div.jump a {
    color: #f95356;
    font-size: 10px;
    text-decoration: none;
}

