@charset "utf-8";
/* CSS Document */

#sitemapList {
	background: url(../img/common/bg_3column.png) repeat-y;
}
#sitemapList ul {
	padding-left: 30px;
}
#sitemapList ul.block1 {
	float:left;
	width: 300px;
}
#sitemapList ul.block2 {
	float:left;
	width: 300px;
}
#sitemapList ul.block3 {
	float:right;
	width: 300px;
}
html>body #sitemapList ul.block1,
html>body #sitemapList ul.block2,
html>body #sitemapList ul.block3 {
	width: 270px;
}

#sitemapList ul li {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
#sitemapList ul li a {
	color: #787878;
}
#sitemapList ul ul {
	margin-left: 15px;
	padding-left: 0;
}
#sitemapList ul ul li {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	font-weight: normal;
	background: url(../img/common/arrow01.png) 0em 0.35em no-repeat;
}
#sitemapList ul ul li a {
	color: #4e6daf;
}

