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

.smojHR {
	width:100%;
	border-top:1px solid #ececec;
	margin-top:35px;
}

.sitemapRow {
	color:#444546;
}

h3 {
	font-size:16px;
	
}

.sitemapRow {
	width:880px;
	margin:0px auto;
	margin-top:35px;
}

.sitemapRow:first-child {
	margin-top:20px;
}

.sitemapColumn {
	width:200px;
	padding-right:20px;
	float:left;
	
	font-size:13px;
}

.sitemapList {
	margin-top:10px;
	list-style:none;
	
}

.sitemapList li {
	margin-top:5px;
	padding-left:15px;
	position:relative;
}

.sitemapList li span {
	font-size:10px;
	position:absolute;
	left:0px;
	top:0px;
	height:20px;
	line-height:20px;
	color:#8c8c8c;
}

.sitemapList li:hover a {
	text-decoration:underline;
}