﻿/* == キャッチスライド == */
#mainimg
{
    margin: 0px 0px 28px;
    padding: 0;
    position: relative;
    width: 530px;
}

#mainimg .mainimg_h
{
/*    background: url("../../../Images/main_img_h.gif") no-repeat left bottom; */
    font-size: 1px !important;
/*    height: 7px; */
    margin: 0;
    padding: 0;
    width: 530px;
}

#mainimg .mainimg_b
{
/*    background: url("../../../Images/main_img_b.gif") repeat-y; */
    margin: 0;
    padding: 0 0;
}

#mainimg .mainimg_f
{
/*    background: url("../../../Images/main_img_f.gif") no-repeat left bottom; */
    font-size: 1px !important;
/*    height: 7px; */
    margin: 0;
    padding: 0;
    width: 530px;
}


/* == 画像ブロック == */
#mainimg p
{
    margin: 0px;
    padding: 0px;
}

#mainimg img
{
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

/* == タブメニューブロック == */
#mainimg #thumbBtn
{
    bottom: -22px;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    z-index: 2;
}


#mainimg #thumbBtn li
{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#mainimg #thumbBtn li a
{
    background: url("../../../Images/thumbBtn_off.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    display: block;
    height: 22px;
    margin: 0 4px 0 0;
/*    text-indent: -9999px; */
    width: 46px;
    text-decoration:none;
    text-align:center;
    color:#035601;
    font-weight:bold;
}

#mainimg #thumbBtn li.ui-tabs-selected a
{
    background: url("../../../Images/thumbBtn.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    background-color: #F6FBEE;
}