@charset "UTF-8";
/* CSS Document */

.menu {
	width: 300px;
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
}
.menu li {
  clear: both;
  margin: 0;
  padding: 0 0 1.8em 0;
  position: relative;
  border-bottom: dotted 2px #999;
}
.menu strong {
	padding: 0 7px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -0.3em;
	left: 0;
	background-color: #F9F2DA;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #91471E;
}
.menu em {
	background: #F9F2DA;
	padding: 0 0 0 7px;
	position: absolute;
	bottom: -0.2em;
	right: 0;
	font-style: normal;
	font-weight: normal;
}
.menu #address {
	position: absolute;
	bottom: -1.8em;
}
.menu sup {
  font-size: 60%;
  color: #666;
  margin-left: 3px;
}
#mainColumn p {
	line-height: 1.6em;
}
