/* CSS Document */

#editBody{
    margin-bottom:10px;
    }

#editBody h2{
    margin:10px 0;
    padding:0;
    width:331px;
    height:24px;
    position: relative;
    display: block;
    background: transparent url(/images/editinfo.gif) no-repeat;
    background-position: center top;
    font-size: 5px;
    text-indent: -9999px;
    text-decoration: none;
    }

#editBody h2.repass{
    margin:10px 0;
    padding:0;
    width:345px;
    height:25px;
    position: relative;
    display: block;
    background: transparent url(/images/repass.gif) no-repeat;
    background-position: center top;
    font-size: 5px;
    text-indent: -9999px;
    text-decoration: none;
    }

#editBody h2.categoryShare{
    margin:10px 0;
    padding:0;
    width:271px;
    height:24px;
    position: relative;
    display: block;
    background: transparent url(/images/share.gif) no-repeat;
    background-position: center top;
    font-size: 5px;
    text-indent: -9999px;
    text-decoration: none;
    }
    
#editBody h3{
    margin:20px 0 5px 0;
    padding:0;
    }

#editBody h3.henko{
    width:68px;
    height:13px;
    position: relative;
    display: block;
    background: transparent url(/images/edit_henko.gif) no-repeat;
    background-position: center top;
    font-size: 5px;
    text-indent: -9999px;
    text-decoration: none;
    }

#editBody h3.password{
    width:114px;
    height:13px;
    position: relative;
    display: block;
    background: transparent url(/images/edit_password.gif) no-repeat;
    background-position: center top;
    font-size: 5px;
    text-indent: -9999px;
    text-decoration: none;
    }

#editBody h3.repass{
    width:129px;
    height:13px;
    position: relative;
    display: block;
    background: transparent url(/images/h3_repass.gif) no-repeat;
    background-position: center top;
    font-size: 5px;
    text-indent: -9999px;
    text-decoration: none;
    }
    
table.editLayout{
    margin:10px;
    width:900px;
    border-collapse: collapse; 
    }   
    
table.editLayout td{
    padding:5px;

    }

table.editLayout td.left{
    width:120px;
    }

table.editLayout td.button{
    width:300px;
    text-align:right;
    }


    
#editBody .registMain{
    border:1px #ccc solid;
    padding:10px;
    margin:0 0 20px 0;
    background-color:#F4F8FA;
    }

#editBody .registMain p{
    margin:10px;
    }
