﻿/* == タブ切り替え == */
#newstab
{
    background-color: #ffffff;
    float: left;
    position: relative;
    width: 550px;
    z-index: 2;
}

#newstab #igreen,
#newstab #iorange,
#newstab #ilime,
#newstab #ired
{
    float: left;
    position: relative;
    width: 550px;
}


/* == リスト == */
#newstab ul
{
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#newstab li
{
    float: left;
    margin: 0;
    padding: 0;
}

#newstab li a
{
    min-height: 24px;
    height: auto !important;
    height: 24px;
    color: #6c6656;
    display: block;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 7px;
    text-align: center;
    text-decoration: none;
    width: 134px;
}

#newstab .li_green a,
#newstab .li_orange a,
#newstab .li_lime a,
#newstab .li_red a
{
    border-right: 2px solid #cccccc;
}


/* == select == */
#select_tab1 .li_green,
#select_tab2 .li_orange,
#select_tab3 .li_lime,
#select_tab4 .li_red
{
    background-color: #006766;
}

#select_tab1 .li_green a,
#select_tab2 .li_orange a,
#select_tab3 .li_lime a,
#select_tab4 .li_red a
{
    color: #ffffff;
}


/* == pickup prop == */
.tab_block_script
{
    position: relative;
    z-index: 1;
}

.tab_block_script .inside_b ul
{
    min-height: 349px;
    padding: 13px 0 10px;
}

.tab_title_script
{
    border-bottom: 2px solid #006766;
    padding: 11px 10px 8px 30px !important;
    position: absolute;
    top: -41px;
}

.tab_title_script .info_title
{
    display: none;
}

.tab_title_script .info_link
{
    float: right;
    position: relative;
    width: 60px;
}

#ContentPane
{
    position: relative;
    z-index: 0;
}