@charset "utf-8";

#shisetsu_title {background: url("/images/shisetsu/title.gif") no-repeat 0 0; width: 698px; height: 0; line-height: 52px; padding-top: 52px; overflow: hidden; margin-bottom: 10px;}
#shisetsu_note { 
    padding: 20px; margin-bottom: 20px;
    background: url("/images/common/dot_line.gif") left bottom repeat-x;
}
#shisetsu_list { text-align: center; }

.item_title {
    background: url("/images/common/icon.gif") no-repeat 0 0;
    padding-left: 40px; line-height: 35px;
    font-size: 18px; font-weight: bold; color: #FF6600;
}
.item_img {
    text-align: center;
    margin-bottom: 20px;
    color: #FF6600;
}
.item_img img { margin: 10px 0; }

.item_notes {
    padding: 5px 40px;
    color: #444;
    margin-bottom: 50px;
}
.item_notes img {
    margin-top: 10px;
    width: 260px;
    border: 1px solid #ddd;
    padding: 4px;
}
.img_title {
    text-align: center;
    margin-bottom: 20px;
    color: #FF6600;
}

.mt20 { margin-top: 20px; }
.ml20 { margin-left: 20px; }