@charset "utf-8";
/*
--------------------------------------------------------
Title:PCA2サイトマップページ用CSS
Contents:
1.

supplement:

Lastupdate:6/25/2010
producer:koizumi
Copyright OPENWEBSYSTEM
--------------------------------------------------------
*/

/*=====1.=====*/
ul.sitemap_list {
	margin-bottom: 16px;
}
ul.sitemap_list li {
	margin-bottom: 8px;
	padding-left: 8px;
	background: url(../img/public-image/arrow01.gif) left center no-repeat; 
}
ul.sitemap_list li.no_bg {
	margin-bottom: 0;
	background: none;
}

h4 {
	padding: 5px;
	background: #CCC;
	font-weight: bold;
}


.sitemap_col dl {
	margin-left: 8px;
	border-bottom: #e5e5e5 dotted 1px;
}
.sitemap_col dl dt {
	margin-top: 15px;
	margin-bottom: 8px;
	padding-left: 8px;
	background: url(../img/public-image/arrow01.gif) left center no-repeat; 
}
.sitemap_col dl dt a {
}
.sitemap_col dl dt a:hover {
}

.sitemap_col dl dd {
	display: inline;
	margin-right: 1em;
	font-size: 0.9em;
	line-height: 2em;
	white-space: nowrap;
	/white-space: normal; /*IE6,7hack*/
}