/* CSS Document */

/* Table Manage */
.table_sitemap {
	width: 100%;
}

.table_sitemap_inside {
	width: 100%;
}

.table_sitemap_linking {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

.table_sitemap_linking a {
	
}

.table_sitemap_linking li {
}

.table_sitemap_linking th {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 25%;
	background-image: url(table_bg/bg_06.gif);
	background-repeat: repeat-x;
}

.table_sitemap_linking td {
	vertical-align: top;
	background-image: url(table_bg/bg_02.gif);
	background-repeat: repeat;
}

/* Layout */
.sitemap_bg {
	background-color: #CCCCCC;
}

/* Header */
.sitemap_header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}

/* Public */
.link_top {
	color: #000000;
}

.link_title {
	color: #996666;
}

.link_page {
	color: #336699;
}