@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.menu div.point {
    width: 152px;
    height: 36px;
    margin: 0 auto;
    text-align: center;
    color: #462414;
    font-size: 12px;
    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: 35px;
}

/*-----------------------------------------------------------------------------
問い合わせ
-----------------------------------------------------------------------------*/
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: 26px;
    background: transparent url('../../img/title_line.jpg') no-repeat left top;
    border: 0px solid #00f;
}

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

div.main h3.sub_title {
    margin: 28px 0 8px 60px;
    color: #dd5e6e;
    font-size: 14px;
    font-weight: bold;
}

table.form {
    width: 559px;
    margin: 28px 0 0 51px;
    background-color: #fef8ec;
    border-collapse: collapse;
    border: 1px none #f7f8f7;
    color: #595758;
}

table.form th {
    padding: 10px 0 10px 22px;
    width: 90px;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
}

table.form th.title {
    width: auto;
    padding: 22px 0 14px 20px;
    color: #dd5e6e;
    font-size: 17px;
}

table.form td {
    padding: 8px 0 5px 13px;
    font-size: 12px;
}

table.form td input {
    width: 214px;
    heigh: 22px;
}

table.form td.title input {
    width: 422px;
}

table.form td textarea {
    width: 422px;
    heigh: 65px;
}

div.main div.button {
    margin-left: 51px;
    padding-top: 13px;
    width: 559px;
    height: 42px;
    background-color: #fef8ec;
    text-align: center;
}

div.main p.attention {
    margin: 10px 0 25px 60px;
    color: #595758;
    font-size: 12px;
}

div.main p.attention a {
    color: #595758;
    text-decoration: underline;
}

div.main h3.tell {
    display: inline;
    margin-left: 60px;
    color: #dd5e6e;
    font-size: 14px;
    font-weight: bold;
}

div.main span.notice {
    color: #595758;
    font-size: 12px;
}

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

