@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

img.mapl {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.contact {
	background-image: url(../nagare/nagare1.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 445px;
	width: 614px;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: -1px;
}
.contact_l {
	clear: both;
	float: left;
	width: 300px;
	margin-top: 110px;
}

.contact_l ul {
}

.contact_l li {
	list-style-position: outside;
	list-style-image: url(../all/mos-maru.jpg);
	width: 250px;
	margin-left: 40px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 20px;
}
.contact_r {
	float: right;
	width: 300px;
	margin-top: 110px;
}

.contact_r ul {
}

.contact_r li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	list-style-position: outside;
	list-style-image: url(../all/y-maru.jpg);
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
