﻿@charset "utf-8";

/*
======================================
	KBC
	2009.10.16

	[14]Sitemap
======================================	
*/

@import url("fontset.css");
@import url("common_layout.css");
@import url("parts_common.css");

/*
-------------------------
	[14]Sitemap
-------------------------
*/
.SitemapContainer{
	background-color:#FFF;
	padding:10px 10px 0;
}
.SitemapContainer h3{
	background:url(../sitemap/image/sitemap_bg_midashi.gif) no-repeat 0 center;
	padding-left:25px;
	height:30px;
	line-height:30px;
	color:#FFF;
	clear:both;
}
.SitemapContainer a{
	text-decoration:none;
}
.SitemapContainer a:hover{
	text-decoration:underline;
}
.SitemapMenu{
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
	padding:5px 10px;
}
.SitemapMenu li{
	background:url(../image/arrow_blue_tv.gif) no-repeat 0 center;
	float:left;
	margin:2px 20px 2px 0;
	padding-left:7px;
}
.SiteList{
	height:400px;
	overflow:auto;
}
.SiteList ul,
.SiteList dl{
	padding-left:12px;
}
.SiteList li{
	background:url(../image/arrow_gray.gif) no-repeat 0 center;
	margin-bottom:5px;
	padding-left:13px;
}
.SiteList li.SiteListTop{
	float:none;
	background:url(../image/arrow_yellow.gif) no-repeat 0 center;
}
.SiteList ul.ListFloat li{
	float:left;
	width:195px;
	margin:2px 0;
	padding-left:10px;
}
.SiteList dt{
	background:url(../image/border.gif) repeat-x 0 bottom;
	margin:10px 0 5px;
	font-weight:bold;
	clear:both;
}
.SiteList dd{
	background:url(../image/arrow_gray.gif) no-repeat 0 center;
	float:left;
	width:300px;
	margin:2px 0;
	padding-left:10px;
}
.SitemapMbl{
	background:url(../sitemap/image/sitemap_bg_mbl.gif) repeat-y 0 0;
}
.SitemapMbl p{
	background:url(../sitemap/image/sitemap_bg_mbl_top.gif) no-repeat 0 0;
	padding:15px;
}
.SitemapMbl dl{
	background:url(../sitemap/image/sitemap_bg_mbl_bottom.gif) no-repeat 0 bottom;
	padding:10px 30px 25px;
}
.SitemapMbl dd{
	margin:0 0 15px 20px;
}
