@charset "UTF-8";


input:hover     {
        background-color: greenyellow;
        }

input:focus     {
        background-color: #DAF1F7;
        }

input:active    {
        background-color: yellow;
        }
		
textarea:hover     {
        background-color: greenyellow;
        }

textarea:focus     {
        background-color: #DAF1F7;
        }

textarea:active    {
        background-color: yellow;
        }
		
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


.ippan,.school,.hojin {
	display: none;
}
