@import "/css/global.css";

#contents table {
	margin:0 0 20px 0;
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	width:100%;
}

#contents table th{
	padding:10px;
	background-color:#FCFAF4;
	border-right:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	width:30%;
	font-size:small;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
}
#contents table td{
	padding:10px;
	border-right:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	width:70%;
	font-size:small;
}
#contents table td input{
	width:250px;
	padding:4px;
	border:1px solid #CCCCCC;
}
#contents table td textarea{
	width:450px;
	font-size:small;
	padding:4px;
	border:1px solid #CCCCCC;
}
#contents table td p{
	margin:5px 0 0 0;
}
#contents input.submit{
	margin:0 20px 0 0;
}
