@charset "utf-8";
/*	-------------------------------------------------------------
    Description:	CSS file for screen media
    Filename:		layout.css
    Author: 		N Hayashi
    Date:			03/25/2010
                     04/05/2010 QLC Yasuyuki Moriwaki wrapper_popupのheightを削除
                     04/05/2010 QLC Yasuyuki Moriwaki wrapper_popup contentのheightを削除
    -------------------------------------------------------------
    ■wrapper_popup設定
    ■base設定
    ■headerエリア設定
    ■menu設定
    ■footer設定
    ■button設定

FOR SCREEN ****************************************************** */
/*	-------------------------------------------------------------
    ■wrapper設定
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#wrapper_popup {
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    width: 645px;
    text-align: center;
    background-color: transparent;
    border: solid 1px #999999;
}

#wrapper_popup_large {
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    width: 955px;
    text-align: center;
    background-color: transparent;
    border: solid 1px #999999;
}

/*	-------------------------------------------------------------
    ■base設定
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#wrapper_popup #content {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4px;
    width: 645px;
    background-color: transparent;a
    text-align: center;
}

#wrapper_popup_large #content {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4px;
    width: 945px;
    background-color: transparent;a
    text-align: center;
}

/*	-------------------------------------------------------------
    ■headerエリア設定
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#wrapper_popup #header_new {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 645px;
    height: 33px;
    background-color: #366092;
}

#wrapper_popup #header {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 645px;
    height: 33px;
    background-image:url(../images/back_header_popup.jpg);
    background-repeat: repeat-x;
}

        #wrapper_popup .header_box {
            margin-right: 20px;
            float: left;
            height: 17px;
        }

        /* 画面名 */
        #wrapper_popup .page_title {
            margin-left: 20px;
            width: 300px;
            display: block;
            padding-top: 6px;
            margin-bottom: 5px;
        }

                /* 画面名(ID) */
                #wrapper_popup .page_name {
                    width: 60px;
                    float: left;
                    height: 11px;
                    color:#FFFFFF;
                    padding-top: 5px;
                }


#wrapper_popup_large #header {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 955px;
    height: 33px;
    background-image:url(../images/back_header_popup.jpg);
    background-repeat: repeat-x;
}

        #wrapper_popup_large .header_box {
            margin-right: 20px;
            float: left;
            height: 17px;
        }

        /* 画面名 */
        #wrapper_popup_large .page_title {
            margin-left: 20px;
            width: 300px;
            display: block;
            padding-top: 6px;
            margin-bottom: 5px;
        }

                /* 画面名(ID) */
                #wrapper_popup_large .page_name {
                    width: 60px;
                    float: left;
                    height: 11px;
                    color:#FFFFFF;
                    padding-top: 5px;
                }

#wrapper_popup_large #header_new {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 955px;
    height: 33px;
    background-color: #366092;
}

/*	-------------------------------------------------------------
    ■footer設定
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#wrapper_popup #footer {
    width: 645px;
    height: 10px;
}











