/************/

/*** content (00topcont - general) ***/
#topContBox {
	margin: 0 40px 30px;
}

#topContBox h3 {
	margin: 15px 0 10px;
	padding-left: 6px;
	color: #2C607E;
	font-size: 90%;
	line-height: 120%;
	border-left: 3px solid #CBC4B8;
}

#topContBox p {
	margin: 0 10px 1em;
	font-size: 80%;
	line-height: 160%;
}

#topContBox ul {
	margin: 0 10px 1em 30px;
	list-style-position: outside;
}

#topContBox li {
	font-size: 80%;
	line-height: 160%;
}


/*** content (00topcont/contact) ***/
#topContContactBox {
	margin: 0 40px 30px;
}

#topContContactBox h3 {
	margin: 15px 0 10px;
	padding-left: 6px;
	color: #2C607E;
	font-size: 90%;
	line-height: 120%;
	border-left: 3px solid #CBC4B8;
}

#topContContactBox p {
	font-size: 80%;
	line-height: 160%;
}


/*** content (00topcont/sitemap) ***/
#sitemapBoxLeft {
	float: left;
	width: 240px;
	padding: 0 20px 30px 40px;
}

#sitemapBoxRight {
	float: left;
	width: 240px;
	padding: 0 40px 30px 20px;
}

#sitemapBoxLeft dl, #sitemapBoxRight dl {
	margin-bottom: 20px;
	padding: 5px 10px 10px;
	border: 1px solid #CCCCCC;
}

#sitemapBoxLeft dt, #sitemapBoxRight dt {
	margin-bottom: 8px;
	padding: 0 0 3px 10px;
	font-size: 90%;
	line-height: 120%;
	letter-spacing: 0.1ex;
	font-weight: bold;
	background: url(../images/leader_caption.gif) 0 5px no-repeat;
	border-bottom: 1px dotted #CCCCCC;
}

#sitemapBoxLeft dd, #sitemapBoxRight dd {
	margin: 0;
	padding: 2px 0 2px 10px;
	font-size: 75%;
	line-height: 120%;
}

#sitemapBoxLeft ul, #sitemapBoxRight ul {
	margin: 0;
	list-style-type: none;
}

#sitemapBoxLeft li, #sitemapBoxRight li {
	margin: 0;
	padding: 0;
	line-height: 160%;
}


