@charset "utf-8";

/* ---------------------------------------------
__CSS infomation

Site URL	http://www.nichibun-g.co.jp/
File name	clearfix.css(http://www.nichibun-g.co.jp/css/situmapstyler.css)
Summary		Styles for Sitemap page
Created		2008-10-01
Last update	2009-10-23 by koho
--------------------------------------------- */

/*	Sitemap Styler 	 */
#BoxSitemap h4 {
	clear: both;
	margin: 10px;
	color: #8B0000;
	font-size: 12px;
}

#sitemap, #sitemap ul, #sitemap li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sitemap {
	margin-left: 20px;
	background: url(../pics/sitemap/line1.gif) repeat-y;
}
#sitemap li {
	position: relative;
	width: 100%;
	margin-top: 1px;
	padding-left: 28px;
	color: #6A6A6A;
	line-height: 23px;
}
#sitemap li.LiCategory {
	width: 570px;
	margin: 15px 15px 5px 0px;
	padding-left: 10px;
	color: #0D0D9B;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	background: #DBDEE7;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li {
	float: left;
	display: inline;
}
#sitemap li a {
	padding-left: 0px;
}
#sitemap li span {
	float: left;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	cursor: auto;
	font-size: 0;
}
#sitemap li span,
#sitemap li span.collapsed {
	background: url(../pics/sitemap/collapsed.gif) no-repeat 0 0;
} 
#sitemap li span.expanded {
	background: url(../pics/sitemap/expanded.gif) no-repeat 0 0;
}

/* sub levels */

#sitemap li ul {	
	margin-left: 20px;
	background: url(../pics/sitemap/line1.gif) repeat-y;
}
#sitemap li li,
#sitemap li.LiLine2 {	
	background: url(../pics/sitemap/line2.gif) no-repeat 0 0;
}
#sitemap li.LiLine3 {	
	background: url(../pics/sitemap/line3.gif) no-repeat 0 0;
}

/* etc. */

/* float fix */

#sitemap:after,
#sitemap ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#sitemap,
#sitemap ul {
	display:block;
}
/*  \*/
#sitemap, #sitemap ul {
	min-height: 1%;
}
* html #sitemap,
* html #sitemap ul {
	height: 1%;
}
 /*  */
#sitemap ul {
	display: none;
}
