@charset "utf-8";
/*------------------------------------------------------------
    トップページ
------------------------------------------------------------*/
#main {
    margin-top: 4px;
}

#main a:hover img { opacity:0.8; filter: alpha(opacity=80);}
/*------------------------------------------------------------
    コンテンツ
------------------------------------------------------------*/
.box {
    width: 660px;
    margin-bottom: 20px;
    background: url(../image/template/conts_block_back.gif) repeat-x;
}

.box h2 {
    padding-top: 0px;
    margin-top: 0px;
}

h2.modelCourse {
    width: 660px;
}

h2 {
    text-align: right;
}

h2 span {
    display: none;
}

h2.hotels {
    background: url(../image/index/conts_hotels_bar.gif);
    width: 660px;
    height: 32px;
}

h2.tours {
    background: url(../image/index/conts_tours_bar.gif);
    width: 660px;
    height: 32px;
}

h2.activities {
    background: url(../image/index/conts_activities_bar.gif);
    width: 660px;
    height: 32px;
}

h2.areaSearch {
    background: url(../image/index/conts_area_bar.gif);
    width: 660px;
    height: 32px;
    margin: 0;
}

h2.staff {
    background: url(../image/index/conts_staff_bar.gif);
    width: 660px;
    height: 32px;
}

h2.bms {
    background: url(../image/index/top_bms_bar.gif);
    width: 660px;
    height: 32px;
}

.searchBox {
    margin-top: 30px;
    background: url(../image/template/conts_block_back.gif) repeat-x;
    width: 660px;
    height: 350px;
}

#bms {
    background: #EDEDED;
}

.searchBox {
    margin-top: 20px;
    width: 660px;
}


/*------------------------------------------------------------
    サムネイル
------------------------------------------------------------*/
.thumbRow {
    width: 632px;
    float: right;
    margin-bottom: 20px;
}

.thumb {
    width: 140px;
    float: left;
    margin: 10px 0 0 10px;
    text-align: left;
    display: inline;
}
.thumb p {
    margin: 0px;
    word-break: break-all;
}

.thumb img {
    padding-bottom: 5px;
}

h3{
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 5px;
    background: url(../image/template/side_dotline.gif) no-repeat bottom;
}
