@charset "utf-8";

.pageTitle_sitemap {
	clear: both;
	float: left;
	padding: 6px 0 0 10px;
	width: 700px;
	height: 20px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	background: url("/sitemap/img/title_bg.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .pageTitle_sitemap {
	height: 26px;
}


/* sitemap----------------------------------------------------- */
.sitemap {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 100px;
	width: 700px;
}
/* for IE6 */
*html .sitemap {
	margin-left: 50px;
	width: 600px;
}

.sitemap_left {
	float: left;
	width: 300px;
}

.sitemap_right {
	float: left;
	width: 300px;
}

.sitemap1 {
	float: left;
	margin-top: 10px;
	width: 250px;
	font-size: 1.2em;
	color: #333333;
	overflow: hidden;
}

.sitemap2 {
	float: left;
	margin-top: 5px;
	margin-left: 30px;
	width: 220px;
	font-size: 1.2em;
	overflow: hidden;
}

.sitemap1 a, .sitemap2 a {
	padding-left: 8px !important;
	background: url("/img/arrow1.gif") 0 0.2em no-repeat;
	text-decoration: none;
	color: #000000;
}

.sitemap1 a:hover, .sitemap2 a:hover {
	background: url("/img/arrow1o.gif") 0 0.2em no-repeat;
	text-decoration: underline;
	color: #333333;
}

.sitemap3 {
	float: left;
	padding-left: 8px !important;
	margin-top: 10px;
	width: 242px;
	font-size: 1.2em;
	color: #333333;
	overflow: hidden;
}

.errorTitle {
	float: left;
	width: 700px;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
}	

.errorTxt {
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 700px;
	text-align: center;
	font-size: 1.2em;
}	

.errorTxt a {
	text-decoration: underline;
	color: #990000;
}	

.errorTxt a:hover {
	text-decoration: underline;
	color: #cc0000;
}	
