@charset "utf-8";


/* Content Layout */
#content h2 {
		width: 560px;
		margin: 0px 0px 20px;
}

#content table {
		margin: 0px 0px 70px;
		border-collapse: collapse;
}
#content table caption {
		width: 560px;
		margin: 0px 3px 10px;
		text-align: left;
}
#content table th {
		width: 160px;
		padding: 15px 5px;
		text-align: left;
		border-bottom: solid 1px #DFDFDF;
}
#content table td {
		width: 355px;
		padding: 15px 20px;
		border-bottom: solid 1px #DFDFDF;
}
#content p {
		margin: 5px 0px;
}
#content p span {
		font-weight: bold;
}

#content p.fs14 {
		font-size: 14px;
}