
#contents{
    width:100%;
    height:100%;
    margin: 20px auto 20px auto;
    background: #ffffff;
    /*
	        clear: both;
        overflow: hidden;
        */
}

#contents article{
    width: 620px;
    margin: 0 auto;
    height:inherit;
    padding: 20px 0 0 0;
   
}

#contents article#form
{
    width: 620px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 10px 0;
   overflow-y: auto;
    overflow-x: auto;
}

#contents article#toiawase h1{
    width: 620px;
    height: 30px;
    color: #FFFFFF;
    background: #000000;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    
}

div#form{
width:620px;
margin: 0 auto;
padding:20px 0 0 0;
text-align: center;

}



div#form01{
    width: 620px;
    height: inherit;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: scroll;
}





