@import url("./base.css");

#Content {
 line-height: 1.5em;
}



/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
sub_menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body#sitemap #Content #Primary {
	width: 580px ;
	float:left;
	margin: 0 0 10px 35px;
	_margin:0 0 10px 17px;
	
}

body#sitemap #Content #Primary p.menu {
	margin: 0 0 0 0px;

}


/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
class:center
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

#Content .center {
	float: left;
	width: 740px;
	margin-left: 120px;
	_margin-left: 55px;
	margin-right: 50px;
	margin-top: 10px;
}

#Content .center p.title {
    font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#Content .center p.text {
    margin-bottom: 20px;
}

#Content .center p.right {
    text-align: right;
}
/*
===============================================================================
id:Pagetop
===============================================================================
*/

#pagetop {
	clear: both;
	text-align: right;
	margin: 0 40px -30px 0;
	font-weight: bold;
}

#clear {
        clear: both;
}

/* --840 sitemap -- */

dl.sitemap {
	margin-top: 30px;
}

dl.sitemap dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	padding: 0 0 0.7em 12px;
	background: url(../images/tri-right.gif) no-repeat 0 6px;
}

dl.sitemap dd {
	font-size: 13px;
	line-height: 160%;
	margin: 0 0 0 30px;
}

dl.sitemap dd.end {
	margin-bottom: 0.7em;


