@charset "utf-8";
/* CSS Document */
@import url("base.css");
@import url("menu-a.css");

#main #content {
	float: left;
	width: 576px;
	padding: 12px;
	height: auto;
}

#content h3 {
	font-size: 1.4em;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCCC;
	margin-bottom: 12px;
	text-indent: 40px;
	letter-spacing: 0.7em;
	background-image: url(../images/ti-h-gr.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	font-weight: normal;
}
#content dt {
	font-size: 1.2em;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	letter-spacing: 0.6em;
	text-indent: 34px;
	width: auto;
	margin-left: 46px;
	background-image: url(../images/ti2-g.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
#content dd {
	font-size: 1.1em;
	line-height: 1.25em;
	margin-bottom: 20px;
	margin-top: 6px;
	margin-left: 70px;
	padding: 6px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
}
#content #map {
	position: absolute;
	top: 560px;
	left: 426px;
}
#map img {
	border: 1px solid #999999;
	padding: 6px;
}
#content b {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #000066;
	font-weight: normal;
}
