@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 div.rule {
    width: 657px;
}
div.rule p.introduction {
    margin-top: 23px;
    margin-left: 60px;
    margin-right: 36px;
    color: #595758;
    font-size: 12px;
}
div.rule div.scroll {
    margin-left: 60px;
    margin-top: 40px;
    height: 370px;
    width: 560px;
    overflow: auto;
    border: 1px solid #c9caca;
}

div.rule div.scroll div.matter {
    color: #595758;
    font-size: 12px;
}
div.matter h3 {
    font-size: 14px;
}
div.matter p {
    margin-top: 10px;
    text-align: left;
}
div.main div.button {
    margin-top: 30px;
    height: 70px;
    text-align: center;
}
div.button input {
    margin: 0 10px;
}

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

