@charset "shift_jis";

/* logout.css */

/*=================================

 01. Reset
 02. Logout
 
=================================*/


/* 01. Reset
-------------------- */
body#logout{
background:#FFFFFF none;
}

* html body#logout{
font-size:77%; /* for IE6 */
}

*:first-child+html body#logout{
font-size:77%; /* for IE7 */
}

body#logout #container{
padding:0;
background:none;
}

body#logout #header{
margin:0 0 20px 0;
width:100%;
height:80px;
background:url(../img/logout/bg_logo.gif) left top repeat-x;
}

body#logout #header p{
margin:0 auto;
padding:14px 0 0 0;
width:900px;
}

body#logout #header p img{
vertical-align:bottom;
}

body#logout #container h1{
font-size:123%;
}

body#logout .footer_copy{
border-top:15px #E6E6E6 solid;
}
body#logout .footer_copy address{
margin-top:8px;
}


/* 02. Logout
-------------------- */
body#logout  #container{
width:700px;
}

body#logout #header{
margin:0 0 20px 0;
width:100%;
height:100px;
background:url(../images/bg_loginhead.jpg) left top repeat-x;
}

body#logout #container p.txt_lead{
margin:50px auto 30px auto;
padding:8px 0;
width:700px;
color:#003B82;
font-weight:bold;
text-align:	center;
background:#EBEBEB;
}

body#logout #container p.logout_txt{
margin:0 auto 100px auto;
width:700px;
}

body#logout  #container .closebtn{
text-align:center;
margin:30px auto 0 auto;
padding:35px 0 20px 0;
border-top:1px solid #CCCCCC;
}

