/* title */
DIV.sitemap_title{
	font-size:22px;
	color:#177e6f;
	border-bottom:solid 5px #020049;
	padding:0px 0px 2px 0px;
}

/* description */
DIV.sitemap_desc
{
	padding:15px 0px 40px 0px;
	font-size: 12px;
	font-weight:bold;
	color: #3D3D3D;
}

/* level 1 */

TABLE.sitemap_level_1
{
	width: 100%;
}

TD.sitemap_level_1
{
	vertical-align: top;
	width:160px;
	background:url(../../Images/1.JA/SiteMap/sitemap_bg_bottom.gif) center bottom no-repeat;
	padding-bottom:20px;
	border:solid 0px red;
	
}

DIV.sitemap_level_1
{
	border:solid 0px green;
	width:160px;
	height:50px;
	background:url(../../Images/1.JA/SiteMap/sitemap_bg_top.gif) center top no-repeat;
}

SPAN.sitemap_level_1
{
	display:none;
}

A.sitemap_level_1
{
	padding:10px 0px 0px 10px;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:#01006F;
	text-decoration: none;
	border:solid 0px orange;
}

A.sitemap_level_1:HOVER
{
	text-decoration: underline;
}

/* level 2 */
TABLE.sitemap_level_2
{
	width: 100%;	
}

TD.sitemap_level_2
{	
	vertical-align: top;
}

DIV.sitemap_level_2
{
	padding-top:10px;
	padding-left:10px;
	display:block;
	border:solid 0px lime;
}

SPAN.sitemap_level_2
{
	display:none;
}

A.sitemap_level_2
{
	font-size:12px;
	color: #B32639;
	font-weight:bold;
	text-decoration: none;
}

A.sitemap_level_2:HOVER
{
	text-decoration: underline;
}

/* level 3 */
TABLE.sitemap_level_3
{
	width: 100%;	
}

TD.sitemap_level_3
{
	vertical-align: top;
}

DIV.sitemap_level_3
{
	padding-left:30px;
	display:block;
}

SPAN.sitemap_level_3
{
	display:none;
}

A.sitemap_level_3
{
	font-size:12px;
	color: #3D3D3D;
	text-decoration: none;
}

A.sitemap_level_3:HOVER
{
	text-decoration: underline;
}

/* spaces */
TD.sitemap_cell_space
{
}

IMG.sitemap_cell_space
{
	width: 15px;
	height: 1px;
}

TD.sitemap_row_space
{
	height:23px;
}
