﻿.MainContents h3 {
	border-style: none none dotted none;
	border-width: 0px 0px 1px 0px;
	border-color: #ff3c00;
	color: #ff3c00;
}
/*.MainContents dl {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #808080;
	border-bottom-width: 0px;
	border-bottom-style: none;
}*/
.MainContents dl {
	padding: 0px 0px 20px 50px;
	margin: 0px;
}
.MainContents dt,dd {
	padding: 0px;
	margin: 0px;
}
.ContactNote {
	padding: 15px 0px 0px 50px;
	margin: 10px 0px 0px 0px;
	border-style: dotted none none none;
	border-width: 1px 0px 0px 0px;
	border-color: #ff3c00;
	display: block;
}
.ContactNote a {
	color: #ff3c00;
}
.ContactNote a:visited {
	color: #ff3c00;
}

