/**************************************/
/**  sitemap.css                     **/
/**************************************/

/*----------------------------*/
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.maintitle{
	margin-left: 10px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.category{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.corner{
	color: #000000;
	font-size: 12px;
	line-height: 24px;
}
.cornerxxx{
	color: #999999;
	font-size: 12px;
	line-height: 24px;
}
.menu{
	padding-left: 10px;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}
.menuxxx{
	padding-left: 10px;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}
.othersite{
	padding-left: 10px;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
}
.othersitexxx{
	padding-left: 10px;
	color: #999999;
	font-size: 12px;
	line-height: 24px;
}
.contdiv{
	margin-left: 10px;
}
/*----------------------------*/

