@charset "utf-8";
/*サイトマップ*/
/*-----------------------------------サイトマップナビゲーション*/
#sitemapNavTitle {
	width: 213px;
	height: 34px;
	margin-bottom: 12px;
	background:  url(img/sitemap.gif) no-repeat;
	text-indent: -9999px;
}
#sitemapNav {
	width:206px;
	margin-left: 3px;
}
#sitemapNav li{
	width: 206px;
	/*height: 26px;*/
	margin: 0 0 3px 0;
	list-style-type: none;
	display:block;
}
#sitemapNav li a{
	width: 183px;
	/*height: 21px;*/
	padding: 5px 0 0 23px;
	text-decoration: none;
	color: #333;
	display:block;
	background:   url(../../common/img/subnav_top.gif) #FFF no-repeat top left;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #737373;
}
#sitemapNav li a:hover{
	color: #333;
	text-decoration: none;
	background:   url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right;
}
/*-----------------------------------サイトマップ*/
#titleSitemap {
	width: 642px;
	height: 33px;
	background: url(img/title_sitemap.gif) no-repeat;
	text-indent: -9999px;
}
#sitemapColumn01 {
	float: left;
	width: 280px;
}
#sitemapColumn02 {
	float: right;
	width: 280px;
}
.sitemap01 li{
	margin: 0 0 5px 0;
}
.sitemap01 li a{
	width: 250px;
	padding: 3px 0 5px 30px;
	background:url(img/list.gif) no-repeat 0.5em 0.5em #666;
	color: #FFF;
	text-decoration: none;
	display:block;
}
.sitemap01 li a:hover{
	color:#333;
	background-color:#D5CABA;
}
.sitemap02 li{
	margin: 5px 0 0 20px;
}
.sitemap02 li a{
	width: 230px;
	padding: 3px 0 5px 30px;
	background:url(img/list.gif) no-repeat 0.5em 0.5em #EEE;
	color: #333;
	text-decoration: none;
	display:block;
}
.sitemap02 li a:hover{
	background-color:#D5CABA;
}
.sitemap03 li{
	margin: 5px 0 0 20px;
}
.sitemap03 li a{
	width: 210px;
	padding: 3px 0 5px 30px;
	background:url(img/list.gif) no-repeat 0.5em 0.5em #FFF;
	color: #333;
	text-decoration: none;
	display:block;
}
.sitemap03 li a:hover{
	background-color:#D5CABA;
}
li.nolinkTitle {
	width: 250px;
	padding: 3px 0 5px 10px;
	background-color:#999;
	color:#FFF;
}
/*サイトマップナビゲーション現在位置*/
#sitemap #wrapper #container #lowNav #sitemapNav li#sitemapNav01 a{ background: url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right;}

