@charset "UTF-8";

/* ****************************************************
	other.css
***************************************************** */



/*  /sitemap/index.html
=========================================*/
#contents .sitemapBlock {
	clear: both;
	margin: 0 auto;
	background: url(../../../sitemap/images/index_bg01.gif) no-repeat 0 0;
}
#contents .sitemapBlock .sitemapBlockCol {
	float: left;
	width: 150px;
	padding: 0 10px;
}
#contents .sitemapBlock .sitemapBlockCol dt {
	margin: 15px 0 0;
	padding: 0 0 0 21px;
	background: url(../../images/com_ic08.gif) no-repeat 0 0.15em;
	font-weight: bold;
}
#contents .sitemapBlock .sitemapBlockCol dd {
	margin: 5px 0 0;
	padding: 0 0 0 6px;
}
#contents .sitemapBlock .sitemapBlockCol dd li {
	margin: 7px 0 0;
	padding: 0 0 0 15px;
	background: url(../../images/com_ic01.gif) no-repeat 3px 0.4em;
	line-height: 1.2;
}
#contents .sitemapBlock .sitemapBlockCol dd li.noIcon {
	padding: 0;
	background: none;
}
#contents .sitemapBlock .sitemapBlockCol dd li.blankLink {
	padding: 0 0 0 15px;
	background: url(../../images/com_ic05.gif) no-repeat 0 0.4em;
}









/*  extra
=========================================*/
/* clearfix */
#contents .sitemapBlock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

#contents .sitemapBlock {
	zoom: 1;
}



