@charset "utf-8";
@import url("../../common/css/elements.css");
@import url("../../common/css/format.css");
@import url("../../common/css/style.css");


ul.sitemap {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.sitemap li {
	width: 48%;
	margin: 0 0 8px;
	padding: 0 0 6px;
	border-bottom: 1px dotted #999999;
}

ul.sitemap li a {
	display: block;
	margin: 0;
	padding-left: 10px;
	background: url(../../common/images/comm_bullet_03.gif) left center no-repeat;
}

div.maskerIndex {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #f88b00
}

div.maskerIndex h3 {
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
	color: #ffffff;
	background-color: #f88b00;
}

div.maskerIndex ul {
	padding: 5px;
}

div.maskerIndex ul li {
	border-bottom: 1px dotted #f88b00;
}

