@charset "UTF-8";
/* ==============================================================================
	BaseContents Settings
============================================================================== */
#BaseContents	{
	float:			left;
	width:			966px;
	margin:			0 0 10px 10px;
}

/* ==============================================================================
	SitemapArea  Settings
============================================================================== */
.SitemapArea {
	float:			left;
	width:			926px;
	min-height:		350px;
	padding:		20px 20px 15px 20px;
	background:		#F7F5E8;
}
.SitemapArea a {
	color:			#FF0099;
	text-decoration:	none;
}
.SitemapArea a:hover {
	color:			#FF0099;
	text-decoration:	underline;
}
.SitemapArea h2 {
	float:			left;
	width:			711px;
	height:			18px;
	margin:			0 0 10px 0;
	padding:		0 0 0 10px;
	color:			#993300;
	border-left:		5px solid #993300;
	border-bottom:		1px solid #993300;
	font-size:		80%;
	letter-spacing:		0.2em;
}

.SitemapArea dl {
	float:			left;
	font-size:		75%;
	width:			696px;
	margin:			0 0 0 15px;
	
}
.SitemapArea dt {
	float:			left;
	width:			200px;
	color:			#333;
	line-height:		150%;
	border-bottom:		#999 1px dotted;
	padding:		5px 0 5px 0;
	
}
.SitemapArea dd {
	float:			left;
	width:			496px;
	line-height:		150%;
	border-bottom:		#999 1px dotted;
	padding:		5px 0 5px 0;
}

