@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: 食品産業向け商品のご案内
	Version: 1.0
　　Comment: サイトマップ設定
----------------------------------------------------------- */

/* 
 sitemap Style [
----------------------------------------------------------- */
ul#sitemapList1 {
	text-align: left;
}

ul#sitemapList1 li {
	font-size: 0.8em;
	line-height: 25px;
	letter-spacing: 0.001em;
}

ul#sitemapList1 li.sitemap1 {
	background: url(../images/sitemap/point.jpg) no-repeat left center;
	padding-left: 16px;
	font-weight: bold;
}

ul#sitemapList1 li.sitemap2 {
	background: url(../images/sitemap/point2.jpg) no-repeat left center;
	padding-left: 34px;
	font-weight: bold;
}

ul#sitemapList1 li.sitemap3 {
	background: url(../images/sitemap/point3.jpg) no-repeat left center;
	padding-left: 50px;
}

ul#sitemapList1 li.sitemap4 {
	background: url(../images/sitemap/point4.jpg) no-repeat left center;
	padding-left: 67px;
}

ul#sitemapList1 a,
dl.sitemapList2 a {
	color: #333333;
	text-decoration: underline;
}

ul#sitemapList1 a:hover,
dl.sitemapList2 a:hover {
	color: #999999;
	text-decoration: none;
}

dl.sitemapList2 {
	text-align: left;
	margin-bottom: 30px;
}

dl.sitemapList2 dt {
	font-size: 0.8em;
	line-height: 17px;
	font-weight: bold;
	background: url(../images/sitemap/point.jpg) no-repeat left center;
	padding-left: 16px;
	margin-bottom: 5px;
}

dl.sitemapList2 dd {
	font-size: 0.8em;
	line-height: 17px;
	background: url(../images/sitemap/dot.gif) repeat-x bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.0001em;
	padding-left: 16px;
}

