@charset "UTF-8";
@import url("base.css");
@import url("side_contents.css");

#site_map {
	font-size: 14px;
	line-height: 1em;
}

#site_map h1 {
	font-size: 16px;
	margin: 15px 0 15px 30px;
}

#site_map dl {
	margin: 0 30px;
}

#site_map dl dt {
	border-left: 5px solid #ADF;
	padding: 4px 0 3px 5px;
	background-color: #EEE;
}

#site_map dl dd {
	margin-bottom: 2em;
	border: 2px solid #EEE;
	padding: 5px;
}

#site_map dl dd ul {
	margin-bottom: 1.3em;
}

#site_map dl dd li {
	font-size:20px;
	line-height: 1em;
	list-style-type: none;
}

#site_map dl dd li a,
#site_map dl dd li.nolink {
	font-size:14px;
	line-height: 1em;
	padding-left: 10px;
	margin-left: 2px;
	position: relative;
	top: -1px;
	background: url(../imgs/tn_marker-1.gif) no-repeat left 2px;
}

#site_map dl dd li span {
	font-size:14px;
	line-height: 1em;
}

#site_map dl dd li p {
	font-size:14px;
	line-height: 1em;
	padding-left: 10px;
	margin-left: 2px;
	position: relative;
}

*html #site_map dl dd li a {
	position: static;
}

#site_map dl dd li a:hover {
	background-image: url(../imgs/tn_marker-2.gif);
}




