@charset "UTF-8";


/* ----------------
   sitemap.css
---------------- */
#sitemap {
	position:relative;
	display: block;
	width: 461px;
	height: 33px;
}

#sitemap_detail {
	position:absolute;
	padding: 10px 12px 0 0;
	left: 363px;
	top: 0px;
}

#sitemap_detail a {
	float: right;
	width: 86px;
	height: 15px;
}

#sitemap_detail a:hover {
	text-decoration:none;
}

.sitemap_text {
	padding: 0px 0px 0px 20px;
}

.sitemap_text ul {
}

.sitemap_text dt {
	width: 350px;
	border-bottom: 1px dashed #A4A4A4;
	list-style-type: none;
	padding: 10px 0px 0px;
	margin: 0px 0px 0px 10px;
}

.sitemap_text li a {
	color: #484848;
	text-decoration: none;
}

.sitemap_text li a:hover {
	color: #484848;
	text-decoration: underline;
}

.sitemap_text li .day {
	/* \*//*/
	width: 70px;
	/**/
	/* Mac IE 5.x ɓKpȂX^C \*/
	width: 250px;
	/*FłX^C*/
}

.sitemap_text dt .name {
}

.sitemap_text li .url {
	width: 200px;
	float: right;	/*FłX^C*/
}

.sitemap_text dt dt {
	width: 250px;
	border-bottom: 1px dashed #A4A4A4;
	list-style-type: none;
	padding: 10px 0px 0px;
	margin: 0px 0px 0px 15px;
}

.sitemap_text .no_border {
	border: none;
}

