@charset "utf-8";
/* CSS Document */

.contact img {
	float: left;
	margin-top: 1em;
	margin-left: .5em;
	margin-left: 1em;
	border: solid 1px #F1F1F1;
	padding: .2em;
}

.contact {
	padding-bottom: 1.2em;
/*	border-bottom: 1px solid #DDDDDD;*/
	border: dotted 1px #F2F2F2;
}

.contact dt {
	margin-top: 1em;
	margin-left: 12em;
	color: #333;
}

.contact dd {
	margin-top: 1em;
	margin-left: 13em;
	color: #999;
}