@charset "utf-8";

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

 web site : www.y-buster.co.jp
 author : support center
 Updated day ： 09/01

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

/* ----------------------
 sitemap.css
---------------------- */

div#container {
	background: #FFFFFF;
}

div#panNavi {
	padding-right: 10px;
	padding-left: 10px;
}

div#sitemapArea {
	float: left;
	padding: 15px 40px;
}

div#sitemapArea dl {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

div#sitemapArea dt {
	font-size: 110%;
	background: url(../../img/common/icon01.gif) no-repeat left 8px;
	width: 255px;
	float: left;
	padding-top: 7px;
	padding-left: 25px;
	border-top: 1px solid #CCCCCC;
}

div#sitemapArea dt.fc {
	background: url(../../img/common/icon02.gif) no-repeat left 8px;
}

div#sitemapArea dt.kameiten {
	background: url(../../img/common/icon03.gif) no-repeat left 8px;
}

div#sitemapArea dd {
	width: 540px;
	float: right;
	padding-top: 7px;
	margin-bottom: 7px;
	border-top: 1px solid #CCCCCC;
}

