@charset "utf-8";

/* Content Layout */
#content p span {
	color: #1500A3;
	font-weight: bold;
}

#content table {
	margin: 30px 0px 60px;
	border-collapse: collapse;
}

#content table th {
	width: 150px;
	padding: 20px 0px;
	text-align: left;
	font-weight: normal;
	border-bottom: solid 1px #CCC;
}

#content table td {
	width: 390px;
	padding: 20px 10px;
	border-bottom: solid 1px #CCC;
}

#content table th small {
	
}

#content p.fs16 {
	font-size: 16px;
}


/* Form Layout */
label,
input.submit {
		cursor: pointer;
}

input.text,
textarea.textarea {
		padding: 5px;
}

input.submit {
		width: 145px;
		height: 48px;
		font-size: 14px;
		margin: 0px 0px 0px 100px;
}
p.red {
		color: #F00;
		font-weight: bold;	
}