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

#mainImg{
	background:url(../img/sitemap_main_img.jpg) no-repeat;
	width:690px;
	height:80px;
	text-indent:-9999px;
	margin:0px 0px 17px 0px;
}

#sitemapBox{
	width:680px;
	margin:0px auto;
}

#sitemapLeft{
	width:330px;
	float:left;
}

#sitemapRight{
	width:330px;
	float:right;
}

dl.sitemapList{
	margin-top:0px;
	margin-left:13px;
	margin-right:0px;
	padding:0px;
}

dl.sitemapList dt{
	background:url(../img/icon_circle.jpg) no-repeat 0px 3px;
	font-size:12px;
	color:#333;
	line-height:140%;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 14px;
}

dl.sitemapList dt a{
	color:#333;
	text-decoration:none;
}

dl.sitemapList dt a:hover{
	color:#F00;
}

dl.sitemapList dd{
	font-size:12px;
	color:#333;
	line-height:140%;
	margin:0px 0px 3px 14px;
}

dl.sitemapList dd a{
	color:#333;
	text-decoration:none;
}

dl.sitemapList dd a:hover{
	color:#F00;
}

.cateSubtitle{
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:140%;
	margin:0px 0px 5px 13px;
}
