@charset "utf-8";

@import "../../css/common.css";

ul.topicpath {
	overflow: hidden;
}

ul.topicpath li {
	float: left;
	padding: 0 3px;
}
ul.topicpath li a {
	float: left;
	padding: 0 3px 0 0;
}

h2 {
	margin-bottom: 20px;
	width: 420px;
	height: 57px;
	background: url(../images/h2_sitemap.png) top left no-repeat;
}
* html h2 {
	behavior: expression(IEPNGFIX.fix(this));
} 
div.sitemap-block {
	margin-top: 20px;
	width: 630px;
	overflow: hidden;
}

div.sitemap-left {
	padding: 0 15px 20px 0;
	float: left;
	width: 290px;
}

div.sitemap-right {
	padding: 0 0 20px 15px;
	float: left;
	width: 289px;
	border-left: solid 1px #DBDBDB;
}

h3 {
	line-height: 1.0;
	font-size: 108%;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 6px 0 0 30px;
	width: 260px;
	height: 28px;
	background: url(../images/h3_sitemap.png) top left no-repeat;
	text-indent:0px;
}
* html h3  {
	behavior: expression(IEPNGFIX.fix(this));
} 
div.sitemap-block ul li {
	margin: 5px 0 0 20px;
	padding: 0 0 0 12px;
	background: url(../../images/li_arrow04.gif) 0px 2px no-repeat;
}

.space0 {
	margin-top: 0;
}

p.dot-line {
	margin: 20px 10px 0 0;
	font-size: 0;
	height: 1px;
	background: url(../../images/line_dot.png) top left repeat-x;
}
