/* @charset "UTF-8"; */

/* Left			##################################### */
div#left {
}
	div#main {
	}
		div#bar-main h3 {
			width: 195px;
			background: url("../sitemap/img/h3.gif") top left no-repeat;
		}
		div.box-sitemap {
			position: relative;
			margin: 22px 0 100px 20px;
			width: 550px;
			clear: both;
		}
			div.box-sitemap h4 {
				position: relative;
				margin-bottom: 18px;
				width: 550px; height: 35px;
				text-indent: 0;
				background: url("../img/border_c.gif") bottom left repeat-x;
			}
			div.box-sitemap ul {
				margin-bottom: 50px;
			}
				div.box-sitemap ul li.menu {
					padding: 5px 0 6px 0;
				}
					div.box-sitemap ul li.menu a {
						display: inline;
						padding: 2px 15px 2px 15px;
						background: url("../img/icon_arrow_sitemap_b.gif") top left no-repeat #222;
						text-decoration: underline;
						color: #fff;
					}
					div.box-sitemap ul li.menu a:hover {
						background: url("../img/icon_arrow_sitemap_b.gif") top left no-repeat #555;
					}
					div.box-sitemap ul li.menu span {
						display: inline;
						padding: 2px 15px 2px 15px;
						background: url("../img/icon_arrow_sitemap_b.gif") top left no-repeat #222;
						text-decoration: none;
						color: #fff;
					}
				div.box-sitemap ul li.detail {
					padding: 1px 0 2px 10px;
					font-size: 11px;
					color: #999;
					font-weight: normal;
					background: none;
				}
					div.box-sitemap ul li.detail a {
						padding-left: 15px;
						background: none;
						color: #888;
						background: url("../img/icon_sub.gif") top left no-repeat #fff;
					}
					div.box-sitemap ul li.detail a:hover {
						color: #222;
					}
			ul#list-local-nav {
				display: block;
				position: absolute;
				top: 34px; left: 580px;
				padding-bottom: 1px;
				width: 190px;
				background: url("../img/border_c.gif") bottom left repeat-x;
			}
				ul#list-local-nav li {
					padding: 3px 5px 2px 5px;
					background: url("../img/border_c.gif") top left repeat-x;
				}
					ul#list-local-nav li a {
						padding-left: 17px;
						background: url("../img/icon_arrow_sitemap.gif") top left no-repeat;
					}