@charset "utf-8";
/* CSS Document */

#contents {
	float: right;
	width: 695px;
	margin: 0 0 40px 0;
}
#contents p {
	line-height: 1.8em;
	margin-top: 20px;
}
#contents h1 {
	font-weight: normal;
	font-size: 187.5%;
	background: #dce6f0;
	padding: 5px 5px 5px 15px;
	border-left: 5px solid #22558c;
}
#contents h2 {
	background: url(../images/ornament.png) no-repeat left center;
	padding: 0 6px 0 16px;
	border-bottom: 1px solid #b5b5b5;
	color: #22558c;
	margin-bottom: 10px;
	margin-top: 20px;
}
form{
	margin-top: 20px;
}
table.formTable{
	width:695px;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,
table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width: 200px;
	background:#eeeeee;
	text-align:left;
}table.formTable span {
	color: #FF0000;
}
