#contents {
	background: url(../common/img/bg_contents_foot.gif) no-repeat center bottom;
	padding-bottom: 50px;
}
#contents h2 {
	text-align: right;
	background: url(../common/img/bg_contents_head.gif) no-repeat center top;
	padding-top: 50px;
}
#contents p {
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
}

#contents table {
	width: 780px;
	margin-left: 50px;
	margin-bottom: 30px;
}
#contents th,td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
}

#contents table th {
	font-weight: normal;
	text-align: left;
	width: 120px;
}
#contents td input,textarea {
	width: 500px;
	border: 1px solid #999999;
}
#contents td input {
}
#contents td textarea {
	height: 100px;
}
