/*============================================================================*/
/* お知らせ　ポップアップ画面用 スタイルシート
/*============================================================================*/

table.page_infobox {
    clear: both;
    float: left;
    width: 700px;
    margin-top: 0px;
    margin-left: 0px;
    border-collapse: separate;
    border-spacing: 1px;
}

    table.page_infobox caption.title1 {
        font-size: 90%;
        color: #000;
        padding: 0;
        background-image: url(../../common_images/titlebase.jpg);
        background-repeat: repeat-x;
        font-weight: bold;
    }


    table.page_infobox th,
    table.page_infobox td {
        padding: 3px;
    }

    table.page_infobox th {
        background-color: #666;
        text-align: center;
        font-size: 70%;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-color: #999;
        border-bottom-color: #CCC;
        color: #fff;
    }

    table.page_infobox td {
        background-color: #fff;
        height: 50px;
        border-bottom: solid 1px #CCC;
        border-right: solid 1px #999;
        font-size: 70%;
        vertical-align: top;
        text-align: left;
    }

        table.page_infobox td a {
            color: #00F;
            text-decoration: underline;
        }

            table.page_infobox td a:hover {
                color: #3CC;
                text-decoration: underline;
            }

        table.page_infobox td.mk {
            text-align: center;
        }


.titleclose_layout {
    width: 700px;
    height: 31px;
    margin-top: 0px;
    margin-right: 0px;
    background-image: url(../../common_images/titlebase.jpg);
    background-repeat: repeat-x;
    background-color: #B4EB58;
}

.title_text {
    margin-top: 5px;
    float: left;
    font-size: 90%;
    color: #000;
    width: 622px;
    text-align: center;
}

.close_layout {
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    width: 68px;
}

a.close_btn {
    display: block;
    width: 68px;
    height: 31px;
    background-image: url(../../common_images/close_on.png);
}

    a.close_btn:hover img {
        -ms-filter: "alpha(opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0.0;
    }
