@charset "utf-8";

/*=================================================================================================
 LAYOUT SITE MAP CSS
===================================================================================================*/

/* DESC BOX
----------------------------------------------------------------------------------------*/
.descBox{
	clear:both;
	width:840px;
	overflow:hidden;
	padding:25px 0px;
	background: url(../images/bg_line_dot_x.gif) repeat-x left top;
}
.descBoxTop{
	clear:both;
	width:840px;
	overflow:hidden;
	padding:25px 0px;
}
.descLeft{
	float:left;
	width:420px;
}
.descBox ul{
	width:399px;
	padding:0px 0px 0px 21px;
}
.descBox ul li{
	width:399px;
	margin:10px 0px 0px;
}
.ttlOther{
	padding:2px 0px 2px 21px;
	background: url(../images/icon_other.gif) no-repeat left 3px;
	font-weight:bold;
	color:#7a7671;
	font-size:108%;
}