@charset "utf-8";
/* CSS Document */

#contents .box{
	overflow:hidden;
	border-bottom:#ccc 1px dashed;
	margin:20px auto ;
	padding-bottom:10px;
	width:860px;
}

#contents .last{
	border-bottom-style: none;
}

#contents ul{
	width:260px;
}

#contents .box ul  li{
	background:url(../images/sitemap/arrow01.png) 10px 15px no-repeat;
	padding:10px 0 10px 30px;
	
}

#contents li a{
	color:#000;
	
}

#contents ul.long{
	width:600px;
	margin-left:260px;
}

