@charset "utf-8";

/* -------------------------------------------------- サイトマップ */

div#mainContents .leftCol, 
div#mainContents .rightCol { 
	float: left; 
	width: 340px; 
	padding-right: 10px; 
	} 


div#mainContents .sitemapCont { 
	zoom: 1; 
	} 
div#mainContents .sitemapCont:after { 
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	} 
div#mainContents dl.sitemap { 
	margin: 0 5px 30px; 
	}
div#mainContents dl.sitemap dt { 
	clear: both;
	padding: 2px 6px 2px 14px; 
	margin-bottom: 8px; 
	border-bottom: 1px solid #CCC;
	font-size: 140%;
	color:#68573A;
	font-weight: bold;
	background-image: url(/common/images/cnt-h3-barimg01.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
div#mainContents dl.sitemap dd {
	background-image: url(/common/images/mark-link2.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding: 0px 0px 0px 10px; 
	margin: 0 0 5px 14px; 
} 


div#mainContents dl.sitemap dd.external a {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	color: #666666;
	background-image: url(/common/images/cnt-icon-win.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
div#mainContents dl.sitemap dd.external a:hover {
	color: #9A7B42;
	background-image: url(/common/images/cnt-icon-win-on.gif);
	background-repeat: no-repeat;
	background-position: right center;
}



