@charset "utf-8";

/*contactTop*/
#contactTop h1{
	font-size:167%;
	line-height:2;
	background:url(../../images/bg_title_h1.gif) no-repeat left center;
	padding-left:20px;
	margin-bottom:30px;
}

#contactTop h2{
	background:url(../../images/bg_title_h3.gif) no-repeat left bottom;
	color:#96173e;
	font-weight:bold;
	font-size:123.1%;
	padding:5px 0 13px 20px;
	margin-top:30px;
}

#contactTop dl{
	margin:20px 0 0 10px;
}

#contactTop dt{
	margin-top:15px;
	font-size:116%;
	font-weight:bold;
	padding-left:15px;
}

#contactTop dd {
	padding-bottom:15px;
	border-bottom:1px dotted #d9d9d9;
}

#contactTop dd.env{
	padding-bottom:0px;
	border-bottom:none;
}

#contactTop dd div{
	padding-left:15px;
	padding-top:7px;
}

#contactTop dd .email{
	padding-top:7px;
}
#contactTop dt.rf{
	margin-top:0;
}

#contactTop dt.rf,
#contactTop dd.rf div{
	border-left:1px solid #C70019;
}

#contactTop dt.as,
#contactTop dd.as div{
	border-left:1px solid #F3981C;
}

#contactTop dt.os,
#contactTop dd.os div{
	border-left:1px solid #8EC321;
}

#contactTop dt.is,
#contactTop dd.is div{
	border-left:1px solid #2DA7E0;
}

#contactTop dt.ss,
#contactTop dd.ss div{
	border-left:1px solid #005EAC;
}

#contactTop dt.ds,
#contactTop dd.ds div{
	border-left:1px solid #51136e;
}



/*//contactTop*/
