

div#contents div.article h2 {
	width: 520px;
	height: 51px;/*38+(960-520-182)/2*/
	background: transparent url('../img/title_sitemap.gif') no-repeat scroll left top;
	text-indent: -1000px;
	overflow: hidden;
}


div#contents div.article ul {
	margin: 0 1em 2em;
	width: 492px;
}

div#contents div.article ul li {
	display: inline-block;
	width: 100%;
	line-height: 32px;
	border-bottom: 1px solid #cc7f91;
}

div#contents div.article ul li:last-child { border-width: 0; }
div#contents div.article ul li.noborder { border-width: 0; }
div#contents div.article ul li:last-child ul li:last-child { border-width: 1px; }
div#contents div.article ul li a { color: #333; text-decoration: none; }
div#contents div.article ul li a:hover { text-decoration: underline; }
div#contents div.article ul li ul { margin: 0; }

div#contents div.article ul li ul li {
	width: 232px;/*((520px-2em)/2)-1em;*/
	margin: 0 0 0 1em;
	white-space: nowrap;
	overflow: hidden;
}

div#contents div.article ul li span.icon {
	display: inline-block;
	margin: 0 1em 0 0;
	width: 7px;
	height: 7px;
	line-height: 8px;
	border: 1px solid #f36;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	background: #fff;
	font-size: 6px;
	font-weight: bold;
	color: #f36;
	text-align: center;
	vertical-align: middle;
}




