@charset "utf-8";

#contents {
	width: 980px;
	background: #F5F5F5;
}
#contents h2 {
	font-weight: bold;
	font-size: 25px;
	/*color: #bbb;*/
	color: #fff;
	text-align: center;
	margin-top: 20px;
	padding-top: 5px;
	background: #FFABCE;
	height: 30px;
	text-shadow: 1px 1px 2px #000;
	/*box-shadow: 1px 1px 2px #000;*/
}
#contents p {
	text-align: center;
	margin-top: 5px;
}
table {
	margin-top: 30px;
	margin-left: 140px;
}
th,td {
	padding-bottom: 15px;
}
th {
	text-align: right;
	padding-right: 50px;
	font-weight: bold;
	color: #555;
}
#up {
	vertical-align: top;
}
form p {
	margin-bottom: 20px;
}

