@charset "utf-8";

/*-----------------------------------------------------------
 Setting
-----------------------------------------------------------*/



/*-----------------------------------------------------------
 Sitemap
-----------------------------------------------------------*/

#smIndex .sitemapSec {
	float: left;
	width: 340px;
	margin: 0 0 0 15px;
	}
	#smIndex .sitemapSec a {
		padding: 0 0 0 20px;
		background: transparent url("/common/images/icoBoxArrow.gif") no-repeat 5px 0.35em;
		}
	#smIndex .sitemapSec span {
		padding: 0 0 0 20px;
		background: transparent url("/common/images/icoSquare.gif") no-repeat 6px 0.45em;
		}
	
	
	#smIndex .sitemapSec p  ,
	#smIndex .sitemapSec ul ,
	#smIndex .sitemapSec dl {
		margin: 0;
		}
		#smIndex .sitemapSec p ,
		#smIndex .sitemapSec ul li ,
		#smIndex .sitemapSec dl dt ,
		#smIndex .sitemapSec dl dd {
			padding: 3px 0;
			border-bottom: 1px dotted #ccc;
			}
			
			#smIndex .sitemapSec ul li p { border: none; }
			#smIndex .sitemapSec ul li ul ,
			#smIndex .sitemapSec ul li dl {
				margin: 0 0 0 20px;
				}
				#smIndex .sitemapSec ul li ul li ,
				#smIndex .sitemapSec ul li dl dt ,
				#smIndex .sitemapSec ul li dl dd {
					border-top: 1px dotted #ccc;
					border-bottom: none;
					}
					#smIndex .sitemapSec ul li dl dd { margin: 0 0 0 20px; }


