﻿@charset "utf-8";


/* ========== サイトマップ =========== */


#sitemap{
	list-style-type:none;
	margin:0; padding:0;
}
#sitemap li{
	border:1px solid #ddd;
	border-left:10px solid #00499F;
	/* border-bottom:1px solid #00499F; */
	margin:0 0 20px 0;
	padding:10px;
}

#sitemapIn{
	list-style-type:none;
	margin:10px 0 0 10px; padding:0;
}
#sitemapIn li{
	border:none;
	border-bottom:1px dashed #ddd;
	background:url(../images/yajirushi01.gif) no-repeat 0 13px;
	padding-left:13px;
}
