@charset "UTF-8";

/*--------------------------------------
1カラム用のレイアウト
--------------------------------------*/

/* contents ========================= */

#contents {
width: 804px;
margin: 0 auto;
padding: 0 83px;
}

#contents .container {
width: 804px;
margin: 10px 0 0;
background: url(../images/1c_layout_bg.gif) center top repeat-y;
}

#main {
width: 804px;
padding: 0 0 60px;
background: url(../images/1c_layout_bg_bottom.gif) center bottom no-repeat;
}

#title h3 {
width: 804px;
height: 71px;
text-indent: -9999px;	
}

#title2 h3 {
width: 804px;
height: 71px;
text-indent: -9999px;	
}


#main p.lead {
margin-top: 35px;
}


/* Login & Reissue 共通 */

#loginBox {
width: 552px;
height: 230px;
margin: 30px 0 0 126px;
border: 5px solid #DAD7C7;
background-color: #EEEDE8;
}

#loginBox table.formSet {
width: 380px;
margin: 35px 86px 0;
}

#loginBox table.formSet tr th {
width: 88px;
padding: 0 0 15px;
font-weight: normal;
text-align: left;
}

#loginBox table.formSet tr td.textBox {
vertical-align: top;
}

#loginBox table.formSet tr td.textBox input {
width: 280px;
height: 16px;
padding: 1px;
}

#loginBox table.formSet tr td.submit {
padding: 30px 0 0;
text-align: center;
}

#main .loginAlert {
width: 552px;
margin: 15px 126px 0;
font-size: 10px;
}




