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

#c-content{
	width: 800px;
	margin:  0 auto;
}

.borderbo{
	border-bottom: 1px solid #999900;
}

th{
	background-color: #999900;
	color: aliceblue;
	height: 80px;
}

input{
	height: 50px;
}

td{
	border: solid 1px #999900;
}