
#content {
	height: 100%;
	z-index: 1;
}
#navi {
	clear: both;
}
body {
	color:#1A1A1A;
	font-size:14px;
	line-height:1.5;
}
img {
	border: none;
}
ul, li {
	list-style: none;
}
#stores {
	width: 810px;
}
#stores h2 {
	margin-top: 50px;
}
#stores ul {
	padding-left: 250px;
	width: 550px;
}
#stores dl {
	width: 400px;
}
#stores dt {
	width:150px;
	margin-bottom: 1em;
	margin-right: 50px;
}
#stores dd {
	width: 250px;
	float:right;
	margin-top: -2.5em;
	margin-bottom: 1em;
}