@charset "utf-8";
@import url("main.css"); /* common stylesheet */

#dammy {
	background: url() no-repeat;
	margin: 0;
	padding: 40px 0 0 0;
	width: 216px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	}


/* #
--------- --------- --------- --------- --------- */
.sitemap_stitle1 {
	background: url(../images/sitemap/sitemap_stitle1.jpg) no-repeat;
	margin: 0 0 10px 0;
	padding: 21px 0 0 0;
	width: 496px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:21px;/* for ie5.x */
	}

.sitemap_list {
	margin:0;
	padding:0;
	list-style-type: none;
	}

.sitemap_list li {
	margin:0 0 15px 0;
	padding:0 0 0 13px;
	font-size:1.2em;
	background: url(../images/sitemap/sitemap_icon.jpg) no-repeat;
	background-position: 0 3px;
	>background-position: 0 1px;
	}
	
.sitemap_list li.parent {
	margin:0 0 2px 0;
	color:#333;
	}

.sitemap_list li a {
	text-decoration: none;
	color:#333;
	}

.sitemap_sublist {
	margin:0 0 15px 0;
	padding:3px 0 0 0;
	list-style-type: none;
	}

.sitemap_sublist li {
	margin:0 0 2px 0;
	padding:0;
	background: none;
	background-image: none;
	font-size:1.0em;
	}
	

