@charset "utf-8";

h3.LegendLead{
	border-left: 3px solid #B54A4A;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #B54A4A;
	
}

.ServiseListBox{
	width: 600px;
	margin: 0 auto;
	border-bottom: 1px dotted #B54A4A;
}
.ServiseListImg{
	padding: 10px;
	width: 180px;
	text-align: center;
	float: left;
}
.ServiseListDescription{
	padding: 10px 0;
	width: 400px;
	font-size: 12px;
	float: right;
}

h4.ServiseListTitle{
	font-size: 12px;
	font-weight: bold;
	color: #B54A4A;
	margin-bottom: 10px;
}

.CorpDataBox{
	width: 580px;
	margin: 20px auto;
	background-color: #E4D6E9;
	padding: 10px;
}
.CorpDataList{
	width: 580px;
	font-size: 12px;
	padding: 10px 0;
	border-bottom: 1px dotted #B54A4A;
}
.CorpDataTitle{
	width: 130px;
	color: #B54A4A;
	float: left;
}


.ADcontactList{
	width: 580px;
	padding: 10px 0;
	border-bottom: 1px dotted #B54A4A;
}
.ADcontactTitle{
	width: 130px;
	margin-right: 5px;
	font-size: 12px;
	color: #B54A4A;
	text-align: right;
	float: left;
}
.ADcontactForm{
	width: 430px;
	float: left;
}


.mustMark{
	color: #CC0000;
	font-size: 10px;
	vertical-align: super;
	font-weight: normal;
}
