﻿@charset "utf-8";

/*=====================================================
*
*	Since 2009.06.01
*	Editor 
*
========================================================*/


.text-title  {
	font-weight: bold;
}

div.tree{
	width: 540px;
	margin: 25px auto;
	 }
	 
div.tree a { text-decoration: underline;
}
div.tree a:hover {
	text-decoration: underline;
}


/*===第1階層//==*/

div.tree h4{
	padding-left: 1em;
	background-image: url(/resource/sitemap/images/yaji.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.tree ul{
	padding-left: 1em;
}

div.tree li{
	padding-left: 1em;
	background: url(/resource/common/images/line.gif) repeat-x left bottom;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.tree div{
	background-color: #FFFFFF;
}

/*===//第1階層==*/

/*===第2階層//==*/

div.tree ul ul{
	padding-left: 1em;
}

div.tree li li{
	background: url(/resource/common/images/line.gif) repeat-x left top;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: circle inside;
	padding-left: 1px;
	margin-left: 1em;
}
/*===//第2階層==*/

