@charset "UTF-8";


/* = section
----------------------------------------------- */

div#mainContent p.heading {
	margin: 10px 0 20px;
	border: solid #cdcdcd;
	border-width: 3px 0;
	padding: 8px 10px;
	font-size: 100%;
	font-weight: bold;
	color: #c00;
}

div#mainContent div.section {
	margin-bottom: 20px;
	font-size: 75%;
}

div#mainContent div.section a {
	font-weight: bold;
}

/* = column layout
---------------------- */

div.section ul.first {
	width: 203px;
	float: left;
}

div.section ul.sub ,
div.section ul.industry {
	margin-left: 20px;
}

/* = list style
---------------------- */

div.section ul li {
	margin-bottom: 30px;
}

div.section ul li span {
	display: block;
	padding: 7px 12px;
	margin-bottom: 10px;
}

div.section ul li ul {
	margin-top: 10px;
	background-color: #fff;
}

div.section ul li ul li {
	background: url(../images/sitemap/arrow.gif) no-repeat 0 2px;
	padding-left: 15px;
	margin-bottom: 10px;
}

div.section ul.industry li.it ul li {
	background: url(../images/sitemap/arrow_it.gif) no-repeat 0 2px;
}

div.section ul.industry li.consulting ul li {
	background: url(../images/sitemap/arrow_consulting.gif) no-repeat 0 2px;
}

div.section ul.industry li.hardware ul li {
	background: url(../images/sitemap/arrow_hardware.gif) no-repeat 0 2px;
}

div.section ul li ul li ul li {
	background: url(../images/sitemap/arrow_small.gif) no-repeat 0 2px;
}

/* = list bg color
---------------------- */

div.section ul.main li span {
	background-color: #e1e1e1;
}

div.section ul.sub li span {
	background-color: #f0f0f0;
}

div.section ul.industry li.it span {
	background-color: #deeff5;
}

div.section ul.industry li.consulting span {
	background-color: #e7ddc6;
}

div.section ul.industry li.hardware span {
	background-color: #fde7e7;
}



/* etc.
----------------------------------------------- */

/* for modern brow */
div.section:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}