@import url("common.css");

/* ------------------------------
 Top
------------------------------ */

#top .toptitle {
	background: url(../outpatient/img/top.jpg) no-repeat left top;
}
img {
	vertical-align: bottom;
}

/* ------------------------------
 Main
------------------------------ */

#contents table {
	width: 100%;
	margin: -10px 0 50px;
}
#contents table.info {
	border-spacing: 0;
	border-top: #CCC 1px dotted;
}
table.info th {
	padding: 10px 20px 10px 20px;
	text-align: left;
	border-bottom: #CCC 1px dotted;
	white-space: nowrap;
}
table.info td {
	padding: 10px 10px;
	background-color: #FFF;
	border-bottom: #CCC 1px dotted;
}
table.info tr:nth-of-type(odd) td,
table.info tr:nth-of-type(odd) th {
	background-color: #FAFAFA;
}
table.info dl {
	overflow: hidden;
	clear: both;
}
table.info dl.dl1 , table.info dl.dl3 {
	margin-bottom: 6px;
}
table.info dl dt {
	float: left;
	display: block;
	padding: 2px 24px 2px 26px;
	margin: 0 12px 0 0;
	letter-spacing: 0.4em;
}
table.info dl.dl1 dt {
	background-color: #FCD9D6;
}
table.info dl.dl2 dt {
	background-color: #DAF3DA;
}
table.info dl.dl3 dt {
	background-color: #FAEDB1;
}
table.info dl.dl4 dt {
	background-color: #BAE3F5;
}
table.info dl dd {
	float: left;
	padding: 2px 0;
}
table.info td.notes {
	clear: both;
	color: #777;
	text-align: right;
	padding-right: 26px;
	line-height: 1.5;
}
table.charge {
	border-spacing: 1px;
	background-color: #DDD;
}
table.charge th {
	padding: 10px 10px;
	white-space: nowrap;
	background-color: #EAF8FB;
	border: #FFF 1px solid;
	text-align: center;
}
table.charge td {
	background-color: #FFF;
	padding: 10px 10px;
	border: #FFF 1px solid;
}

/* ------------------------------
 Access-Map
------------------------------ */

.maparea {
	margin: -10px 0 10px 0;
	border: #DDD 1px solid;
	padding: 3px;
}
#map {
	width: 660px;
	height: 410px;
}
.maparea p {
	text-align: right;
	padding: 4px 6px 4px 0px;
}
.mapwindow {
}
dl.access {
	margin: 0 6px 0;
}
dl.access dt {
	font-weight: bold;
	background: url(../img/sidenolink.png) no-repeat left center;
	padding: 5px 0 5px 28px;
	border-bottom: #DDD 1px dotted;
	margin: 14px 0 10px;
}
dl.access dd {
	padding: 2px 10px 2px 20px;
}