@charset "UTF-8";

/************** sub navigation **************/
body#sitemap div#sub_navi_title {
	width:210px;
	height:41px;
	background:url(/sitemap/img/sub_navi_sitemap.gif) 0 0 no-repeat;
	line-height:1px;
	text-indent:-9999px;
}

/*サブナビゲーション設定、追加の際にはこれを使用
body#sitemap div#left_area li {
	width:210px;
	height:38px;
	line-height:1px;
}

body#sitemap div#left_area li a {
	outline:none;
	display:block;
	width:210px;
	height:38px;
	overflow:hiden;
	text-indent:-9999px;
}


body#sitemap div#left_area li.cont_one a {
	background:url(/sitemap/img/sub_navi_sitemap.gif) 0 -41px no-repeat;
}
body#sitemap div#left_area li.cont_one a:hover {
	background:url(/sitemap/img/sub_navi_sitemap.gif) -210px -41px no-repeat;
}

body#sitemap div#left_area li.cont_two a {
	background:url(/sitemap/img/sub_navi_sitemap.gif) 0 -79px no-repeat;
}
body#sitemap div#left_area li.cont_two a:hover {
	background:url(/sitemap/img/sub_navi_sitemap.gif) -210px -79px no-repeat;
}
*/


/*サイトマップ*/
.sitemap_left{
width:310px;
float:left;
}
.sitemap_right{
width:370px;
float:right;
}
.sitemap_left ul, .sitemap_right ul{
margin-left:15px;
}

.sitemap_left li, .sitemap_right li{
background:url(/common/img/link_arrow.gif) no-repeat left 6px;
padding-left:15px;
line-height:21px;
}
