﻿@charset "utf-8";

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

	Name:sitemap.css
	Location: /common/css/pages/sitemap.css
	Desctiption {
		サイトマップのCSS
	}

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.wrapper {
}


/**************************************************************

	Header

***************************************************************/

#header {}

/****************************************************************

	Navigation

*****************************************************************/

#navi{}

/**************************************************************

	Content

***************************************************************/

#container {

}


/* main
===============================================================*/
#content{}

#content #sitemapTree {
	margin: 0 10px;
	width: 528px;
}

#content #sitemapTree  ul li {
	font-weight: bold;
	line-height: 1.7;
	margin: 0 0 8px;
	padding: 0 0 0 20px;
	background: transparent url(../images/marker_square_arrow.gif) no-repeat 0 .4em;
}

#content #sitemapTree  ul li.has-child {
	background: transparent url(../images/marker_square_arrow2.gif) no-repeat 0 .3em;
}

#content #sitemapTree  ul li.has-child  ul li {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../images/marker_arrow.gif) no-repeat 0 .6em;
	font-weight: normal;
}


/* sub
===============================================================*/
#sideNavi{}

/**************************************************************

	Footer

***************************************************************/

#footer {

}





