@charset "UTF-8";



/** sitemap
/**************************************/
article#sitemap {
	width:           752px;
	margin:          0 auto;
}

article#sitemap div.group {
	background:      url( "/shared/img/sitemap/sitemap01.png" ) no-repeat;
	width:           100%;
	height:          360px;
	position:        relative;
}

article#sitemap div.group ul {
	position:        absolute;
	top:             110px;
	right:           112px;
	width:           222px;
}

article#sitemap ul li {
	border-bottom:   1px solid #ded9ce;
	margin:          0 0 15px;
	padding:         0 0 15px 20px;
	background:      url( "/shared/img/common/title_icon.png" ) no-repeat left 3px;
	font-size:       1.2em;
}

article#sitemap div.sub {
	overflow:        hidden;
}

article#sitemap div.sub > div {
	float:           left;
	margin:          0 40px 0 0;
}