#wrap {
    width: 700px;
}

#wrap p {
    margin: 0;
    padding: 0;
}
#wrap #header {
    width: 550px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #000;
}


#wrap #header .title_line1 {
    background-color: #000;
    color: #FFF;
    padding: 5px;
    text-align: center;
    font-size: large;
    font-weight: bold;
}

#wrap #header .title_line2 {
    color: #FFF;
    background-color: #F00;
    padding: 5px;
    text-align: center;
    font-size: large;
    font-weight: bold;
}

#wrap #header .title_line3 {
    color: #FFF;
    background-color: #1F65AB;
    text-align: center;
    padding: 2px;
}

#wrap #header .title_line_main1 {
    font-size: large;
    background-color: #FFF;
    font-weight: bold;
    padding: 2px;
    text-align: right;
}

#wrap #header .title_line_main2 {
    font-size: xx-large;
    color: #F00;
    background-color: #FFF;
    text-align: center;
    padding: 2px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
}

#wrap #item_explain {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #666;
}

#wrap #item_explain ul li {
    font-size: small;
    width: 650px;
    list-style-type: disc;
    line-height: 1.5em;
    padding-bottom: 1em;
    vertical-align: top;
}

#wrap #item_detail1 {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 310px;
}

#wrap #item_detail1 .photo {
    float: left;
    width: 200px;
}

#wrap #item_detail1 .explain {
    float: left;
    width: 498px;
}

#wrap #item_detail1 .explain ul {

}

#wrap #item_detail1 .explain ul li {
    font-size: small;
    vertical-align: top;
    padding-bottom: 1.0em;
}

#wrap #item_spec {
    padding-bottom: 10px;
    clear: both;
}

#wrap #item_spec p {
    font-size: small;
    line-height: 1.5em;
}
#wrap #item_spec .request {
    border: 1px dotted #999;
    margin-top: 10px;
    padding: 5px;
    line-height: 1.3em;
}


#wrap #item_detail2 {
}
#wrap #item_detail2 table tr .photo_title {
    background-color: #1D86D3;
    padding: 5px;
    font-weight: bold;
    color: #FFF;
}

#wrap #item_detail2 table tr .link_title {
    background-color: #1D86D3;
    color: #FFF;
}

#wrap #item_detail2 table tr .text_mid {
    font-size: small;
    color: #000;
    line-height: 1.2em;
}

#wrap #item_detail2 table tr .text_mid a {
    color: #000;
    text-decoration: none;
}

#wrap #item_detail2 table tr .text_mid a:hover {
    color: #F00;
    text-decoration: underline;
}
#wrap #note {
    border: 1px solid #000;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
#wrap #note .note_body {
    padding: 5px;
    font-size: small;
    line-height: 1.5em;
    background-color: #FFF;
}

#wrap #note .note_body p {
    padding-bottom: 0.6em;
}

#wrap #note .note_title {
    font-size: large;
    font-weight: bold;
    color: #FFF;
    background-color: #1D86D3;
    text-align: center;
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}


#wrap #footer {
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.new_red {
    color:#F00;
    font-weight: bold;
    padding-left: 5px;
}

