body {
	font-family: sans-serif;
	color: #000;
	font-size: 90%;
}
#content {
	width: 20cm;
	padding: 1cm 3cm;
}

h1, h2, h3, h4, h5, h6 {
	border-bottom: 1px solid #efefef;
	padding: 0.3em;
}
p, ul, dl, ol, div {
	font-size: 1.0em;
	line-height: 1.4em;
}

dt {
	font-weight: bold;
	font-size: 1.3em;
	padding: 0.3em;
}
dd {
	margin: 0;
	padding: 0.3em;
}
ul, ol {
	margin: 0.3em;
	padding: 0.3em;
	padding-left: 1.8em;
}

#map {
	width: 15cm;
	height: 15cm;
	margin: auto;
}

div.mapMarker h1 span {
	display: none;
}
div.mapMarker h1 {
	background-image: url(../images/logo/65x80.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 90px;
	border: none;
	margin: 0;
	padding: 0;
}

table.reservation {
	border: none;
	margin: 10px;
}

table.reservation tbody tr td {
	text-align: right;
	padding: 5px;
	padding-right: 10px;
	font-size: 12px;
	vertical-align: text-top;
	font-weight: bold;
}
table.reservation tbody tr td + td {
	text-align: left;
	font-weight: normal;
}

table.reservation thead tr td, table.reservation td.head {
	font-size: 16px;
	font-weight: bold;
	background-color: #efefef;
	padding: 5px 10px;
	text-align: center;
}
table.reservation code {
	font-size: 14px;
}
