@charset "utf-8";
/* pages.css */


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

	* Pages Style Sheet {


		* last update 08.03/05
		* author : hirai;
	
	}
	
	
--------------------------------
		 Contents
	
	1. common
	
	
--------------------------------- */


/* ==========================================================================================================

	 1. common
 
============================================================================================================*/

body.sitemap {
	background: #FFFFFF url(../img/bg/bg_body.gif) repeat-x left top;
}

body.sitemap div#container {
	background	: url(../img/bg/bg_container.gif) no-repeat left top;
}

body.sitemap div.col2 {
	width: 370px;
	margin-right: 20px;
}

body.sitemap div.col2.lastChild {
	margin-right: 0px;
}

/*  H2
-----------------------------------*/
body.sitemap h2 {
	background: url(../img/bg/bg_h2.gif) repeat-x left bottom #066629;
	margin-bottom: 1em;
	padding: 5px 10px;
	font-size: 117%;
}

body.sitemap h2 a {
	background: url(../img/arrow_sitemap.gif) no-repeat 0 2px;
	padding-left: 10px;
	color: #FFFFFF;
}

/*  ul
-----------------------------------*/

body.sitemap div.col2 div.section ul li {
	background: url(../../_common/img/parts/arrow/arrow_05.gif) no-repeat 0 5px;
	margin-bottom: 0.8em;
	padding-left: 16px;
	font-weight: bold;
}

body.sitemap div.col2 div.section ul li a {
	color: #70A106;
}


/*  ul li ul
-----------------------------------*/

body.sitemap div.col2 div.section ul li ul li {
	background: none;
	margin-bottom: 0.5em;
	padding-left: 0;
	font-weight: normal;
	list-style: disc;
	list-style-position:inside;
}

body.sitemap div.col2 div.section ul li ul li a {
	color: #434343;
}








