
/*----------------------------------------------------------------------------
 ***                                                                     Font
----------------------------------------------------------------------------*/
 
 /* for main */
 
h2.titleArea {
	background:url(../img/title_sitemap_bg.gif) no-repeat;
	width:980px;
	height:0px;
	padding:150px 0 0 0;
	margin:0 0 20px 0;
	overflow:hidden;
}
 
.sitemapArea {
	padding:0;
}

.sitemapArea .title_sitemap {
	background:url(../img/titlebar_sitemap.gif) no-repeat;
	width:650px;
	height:0;
	padding-top:53px;
	overflow:hidden;
}

.sitemapArea .sitemapSection {
	padding:20px 20px;
	margin:0;
	border:#cccccc solid 1px;
}

.sitemapArea .sitemapSection .sitemapBox {
	padding:0;
	margin:0;
}

.sitemapBox ul {
	padding:0;
	margin:0;
}

.sitemapBox ul li li {
	padding:15px 0 15px 20px;
	margin:0;
	border-bottom:#f0f0f0 solid 1px;
}

.sitemapBox ul li li:last-child {
	border-bottom:none;
}

.sitemapBox ul li span.first {
	background:url(../img/flink_icon.png) no-repeat 0 50%;
	padding:0 0 0 20px;
}

.sitemapBox ul li li span.second {
	background:url(../img/flink_icon.png) no-repeat 0 50%;
	padding:0 0 0 20px;
}

.sitemapBox li li li span {
	background:url(../img/sitemap_icon3.png) no-repeat 0 50%;
	padding:0 0 0 20px;
}
.s1 {
	background:url(../img/flink_icon.png) no-repeat 5px 13px;
}

.s2 {
	background:url(../img/flink_icon.png) no-repeat 26px 13px;
}



