@charset "UTF-8";
/* ログアウトページ用 */

#header .navi_area {
    height: 50px;
}
#wrapper {
    background-image: none !important;
}
#header a {
    text-decoration: underline !important;
}
#wrapper #footer {
    height: 90px !important;
    margin: 15px auto 0 !important;
    border-top: 1px dotted #ccc;
    background: none;
    text-align: center;
    position: relative !important;
}

/*　通常ログアウト */
#logout{
    position:relative;
    width:950px;
    height: 300px;
    margin: 0 auto;
    text-align:center;
}

#logout .message1{
    margin:100px 0 10px 0;
    font-size:18px;
    font-weight:bold;
}
