@charset "utf-8";

/* --------------------------------------------------------------

sitemap

----------------------------------------------------------------- */

.sitemapList {
	width: 310px;
}

.sitemapList a {
	color: #28774b;
}


.sitemapList dt {
			border-bottom: 1px dotted #b8b8b8;
			font-size:108%;
			line-height: 120%;
			/*margin-bottom: 8px;*/
			margin-top: 25px;
			padding:5px 0 8px 0;
}

.sitemapList dt:first-child {
			margin-top: 0;
}

.sitemapList dt span {
			border-left: 3px solid #32915c;
			padding-left:13px;
			display:block;
}



.sitemapList dd {
			/*border-left: 3px solid #ccc;
			font-size: 124%;*/
			line-height: 120%;
			padding-left: 17px;
}

.sitemapList dd li {
	margin-top:10px;
	padding-left:16px;
	background:url("../common/s02.gif") no-repeat -8px 6px;
}
.sitemapList dd li a {
	color: #444444;
}
	
	
.sitemapList dd li:frist-child {
	margin-top:0px;
}

.sitemapList dd li.lastchild {
	padding-bottom:15px;
}

.float-l {
	float:left;
}

.float-r {
	float:right;
}

