@charset "utf-8";
/* CSS Document */
.contact{
	width: auto;
	margin-top:15px;
}
.contact ul{
	list-style:none;
	font-weight:bold;
	margin:0;
	padding:0;
}
.contact ul li{
	background:#b2d3ec;
	text-indent:10px;
	line-height:200%;
}
.contact dl{
	text-indent:0em;
	padding: 0;
	margin:-2em 0 10px 8em;
	border: 1px solid #dfdfdf;
	border-top: none;
	background-color: #fff;
	width: auto;
	font-weight:normal;
	position: static;
}
.contact dl dt {
	position: relative;
	margin: 0;
	padding: 0.3em 0 0.1em 0.5em;
	border-top: 1px solid #dfdfdf;
	width: 14em;
	float: left;
	clear: left;
	color: #000;
}
.contact dl dd {
	margin: 0 0 0 14em;
	padding: 0.3em 1em 0.3em 0.5em ;
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	color: #000;
	background-color: #fff;
}


