@charset "UTF-8";

/* -----------------------------------------------
FileName: index.css
----------------------------------------------- */


/*index
***************************

***************************/
/*----------------------------------*/
/* clear */
.bd_sitemap-index:after,
.bd_sitemap-floatbox01:after,
.bd_sitemap-floatbox02:after {
	display:block; 
	visibility:hidden;
	clear:both; 
	height:0; 
	content:" ";
	font-size:0;
	line-height:0;
}
.bd_sitemap-index,
.bd_sitemap-floatbox01,
.bd_sitemap-floatbox02 {
	zoom:1;
}

/* h2 */
.bd_sitemap-floatbox01	{
	width: 342px;
	float: left;
}

.bd_sitemap-floatbox02	{
	width: 342px;
	float: left;
	margin-left: 16px;
}


/* h2 */
h2	{
	margin-top: 30px;
	padding: 7px 10px;
	border-top: solid 1px #bdd6dd;
	background-color: #e4f2f3;
	font-weight: bold;
}
	h2 a	{ 
		padding-left: 16px !important;
		background: url(/sitemap/resources/images/blt_arrow01.gif) 0 2px no-repeat;
	}
		h2 a:hover	{ 
			background: url(/sitemap/resources/images/blt_arrow01-ovr.gif) 0 2px no-repeat;
		}

/* list */
#content ul {
	margin: 10px 10px 0 12px;
}
	#content ul li {
		padding: 0 15px 0 14px !important;
		background: url(/sitemap/resources/images/blt_arrow02.gif) 0 6px no-repeat;
		list-style-type: none;
		zoom: 1;
		}
	#content ul li ul {
		margin: 0 0 0 0  !important;
		}

