@charset "UTF-8";
/* CSS Document */

#content {
	width:900px;
	margin:10px 50px 50px 50px;
}

#content h2 {
	text-align:center;
	margin:20px 0px;
}

#content p {
	text-align:center;
}

#kojin {
	width:700px;
	margin:10px 100px;
	border:1px solid #d0f700;
}

#kojin th{
	background-color:#d0f700;
}

#kojin td{
	padding:10px 20px;
}

#kojin td form {
	border-radius: 0.5em;
}

input[type="submit"] {
	border:0px;
	width:90px;
	height:30px;
	background: url(../images/submit_btn.gif) left center no-repeat;
　　text-indent: -9999px;
　　cursor: pointer;
	margin-left:10px;
}

input[type="reset"] {
	border:0px;
	width:90px;
	height:30px;
	background: url(../images/reset_btn.gif) left center no-repeat;
　　text-indent: -9999px;
　　cursor: pointer;
}
