@charset "utf-8";

/*
============================================================
サイトマップコンテンツ専用
------------------------------------------------------------
■  sitemap.hml　
============================================================
*/

/* ---------------------------------------------------------
■  sitemap.hml　
--------------------------------------------------------- */
/* タイトルの設定*/
div#content div.sitemap01{
	float: left;
	width: 350px;
	padding-left: 10px;
}

div#content div.sitemap01 div.tree01 {
	color: #025ab1;
	font-weight: bold;
	margin:10px 10px 10px 10x;
	padding: 7px 20px 5px;
	background: url(../../common/img/ic_04.gif) left center no-repeat;
	border-bottom: 1px solid #cccccc;
}

div#content div.sitemap01 div.tree02 {
	color: #025ab1;
	margin:10px 10px 10px 50px;
	padding: 5px 20px;
	background: url(../../common/img/ic_02.gif) left center no-repeat;
	border-bottom: 1px solid #cccccc;
}

div#content div.sitemap02{
	float: right;
	width: 350px;
	padding-right: 10px;
}

div#content div.sitemap02 div.tree01 {
	color: #025ab1;
	font-weight: bold;
	margin:10px 10px 10px 10x;
	padding: 7px 20px 5px;
	background: url(../../common/img/ic_04.gif) left center no-repeat;
	border-bottom: 1px solid #cccccc;
}

div#content div.sitemap02 div.tree02 {
	color: #025ab1;
	margin:10px 10px 10px 20px;
	padding: 5px 20px;
	background: url(../../common/img/ic_02.gif) left center no-repeat;
	border-bottom: 1px solid #cccccc;
}

div#content div.sitemap02 div.tree03 {
	background: url(../../common/img/ic_06.gif) left center no-repeat;
	margin:10px 10px 10px 50px;
	padding: 5px 20px;
	border-bottom: 1px solid #cccccc;
}

