@charset"UTF-8";

/* HTML5 の新要素をブロックレベル要素として宣言 */
article, aside, dialog, figure, footer, header, hgroup, menu, legend, nav, section {
    display: block;
}

/*----------------------------------------------------------------------*/

div#contents_text {
    clear: both;
    border-bottom: 1px solid #eee;
    background: #eee url(../img/bg_list2.jpg)  bottom right no-repeat;
    padding: 30px;
    font-size: 10pt;
    line-height: 150%;
    height: 1000px;
}

div#left {
    float: left;
    width: 399px;
    padding-right: 20px;
    padding-bottom: 73px;
    border-right: 1px dotted #aaa;
}

div#right {
    float: right;
    width: 399px;
    padding-left: 20px;
    border-left: 1px dotted #aaa;
    margin-bottom: 30px;
}

div#title {
    width: 300px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
}
#title.fugu {
    background: #eee url(../img/fugu.png) no-repeat;
}
#title.ssturtle {
    background: #eee url(../img/ssturtle.png) no-repeat;
}

img {
    margin-bottom: 10px;
    border: 1px solid #1C442A;
}
img.img_right {
    clear: both;
    float: right;
}

/*----------------------------------------------------------------------*/
#right h2 {
    margin-top: 200px;
    margin-left: 50px;
    padding-top: 5px;
    padding-left: 35px;
    height: 30px;
    background: url(../img/ssturtle-icon.png) no-repeat left top;
    font-size: 13pt;
}



/*----------------------------------------------------------------------*/

div#reserve {
    clear: both;
    margin: 0 200px;
    padding: 10px 40px;
    border: double #990000;
    font-size: 11pt;
    line-height: 150%;
}

div#reserve p {
    font-size: 15pt;
    margin-top: 10px;
}