/* CSS Document */

@charset "UTF-8";

.sitemap dl{
	background:url(../images/bg.gif) repeat-y left top;
	width:660px;
}
.sitemap dl dt{
	border-top:2px solid #FFF;
	font-size:1.17em;
	font-weight:bold;
	float:left;
	width:200px;
	margin-right:-202px;
}
.sitemap dl dt a,
.sitemap dl dt span{
	background:url(../images/left_point.gif) no-repeat 5px 13px;
	display:block;
	padding:10px 20px;
}
.sitemap dl dt.oneline{
	background:#ffe1ea url(../images/left_point.gif) no-repeat 5px 13px;
	width:660px;
	
}

.sitemap dl dd{
	border-top:2px solid #FFF;
	margin-left:202px;
}
.sitemap dl dd ul{
	border:1px solid #dcdcdc;
	padding:10px 10px;
}
.sitemap dl dd li a{
	background:url(../images/right_point.gif) no-repeat left center;
	padding-left:15px;
}

.sitemap dl dd dl{
	background:none;
	border:1px solid #dcdcdc;
	padding:10px 10px;
	width:auto;
}

.sitemap dl dd dl dt{
	border-top:none;
	font-size:1em;
	font-weight:normal;
	float:none;
	width:auto;
}
.sitemap dl dd dl dt a,
.sitemap dl dd dl dt span{
	background:url(../images/right_point.gif) no-repeat left center;
	display:block;
	padding:10px 20px;
}

.sitemap dl dd dl dd{
	border-top:none;
	margin-left:0;
}

.sitemap dl.campaign dt{
	background:url(../images/right_point.gif) no-repeat left center;
	display:block;
	padding-left:15px;
	
}
.sitemap dl.campaign dd{
	margin-left:20px;
}

.sitemap dl.shopList dt a{
	background:url(../images/right_point.gif) no-repeat left center;
	display:inline;
	padding-right:0;
	padding-left:15px;
}
.sitemap dl.shopList dd{
	padding-left:15px;
}





/*
campaign
shopList
*/
