@charset "utf-8";

/* ----------------------------------------------------------
 Sitemap
-----------------------------------------------------------*/

#sitemapSec {
	}
	#sitemapSec dl {
		float: left;
		width: 580px;
		}
		#sitemapSec dl:nth-of-type(2) { margin-left: 40px; }
		
		#sitemapSec dl dt {
			margin: 10px 0 10px; padding: 5px 5px;
			background: #f3f3f3;
			}
			#sitemapSec dl dt a {
				display: inline-block;
				padding: 5px 0 5px 25px;
				color: #333333;
				background: transparent url("/common/images/footerArrow-lv1.png") no-repeat 6px center;
				}

		#sitemapSec dl dd {
			padding: 0 5px;
			border-bottom: 1px dotted #ddd;
			}
			#sitemapSec dl dd a {
				display: inline-block;
				padding: 5px 0 5px 25px;
				color: #333333;
				background: transparent url("/common/images/icoDotArrow.gif") no-repeat 6px center;
				}








