@charset "utf-8";

#contents   h4 {
	background-color: #e6e6e6;
	padding: 8px;
	margin-bottom: 20px;
}
#contact p {
	margin-bottom: 1.5em;
}
#contact .btn {
	text-align: center;
}
#service ul {
	margin-left: 5px;
	margin-bottom: 20px;
}
#service strong {
	font-size: 120%;
	font-weight: bold;
}

#service .nomber {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
}
#service .nomber .title {
	background-color: #f2f2f2;
	text-align: center;
	border: 1px solid #e6e6e6;
	padding: 10px;
}
#service .nomber .nom {
	font-size: 180%;
	line-height: 130%;
	border: 1px solid #e6e6e6;
	font-weight: bolder;
	padding: 10px;
}
#service .nomber .sub {
	font-size: 40%;
	font-weight: normal;
	margin-top: 0.8em;
}
#service .sub {
	font-size: 80%;
}


#service li {
	background-image: url(../img/arrow_r.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	list-style-type: none;
	line-height: 180%;
}
#form strong {
	font-weight: bold;
	color: #f08c00;
}
#form h5 {
	font-size: 120%;
	font-weight: normal;
	background-image: url(../img/arrow_r.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#form table {
	width: 705px;
	border: 1px solid #b2b2b2;
}
#form .title {
	background-image: url(../img/table-back.gif);
	padding-left: 8px;
	width: 240px;
	height: 30px;
	border: 1px solid #b2b2b2;
}
#form .input {
	padding: 5px;
	height: 20px;
	width: 443px;
	border: 1px solid #b2b2b2;
}
#form .btn {
	text-align: center;
	padding: 10px;
	border: 1px solid #b2b2b2;
}
#form textarea {
	height: 210px;
	width: 440px;
/* jury-rig */
	margin: 5px 0;
}
#form .mark {
	margin-left: 10px;
	color: #f08c00;
}
#complete {
	border: 1px solid #f08c00;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#complete p {
	margin-bottom: 10px;
}