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

.serviceContents {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.serviceTitle {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 3px;
	padding-left: 5px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #386cab;
}
.serviceLinkTitle {
	padding-left: 15px;
	margin-bottom: 3px;
	font-size: 115%;
	color: #3e80bb;
	font-weight: bold;
}
