@charset "UTF-8";
/* CSS Document */

#header_sitemap {
	height:40px;
	border-bottom:1px solid #C3C3C3;
	background:url(../images/sitemap/header_sitemap.jpg) 0 0 no-repeat;
}


div#main{
width:920px;
min-height:305px;
height: auto !important;
height: 305px;
float:right;
padding:10px;
margin:0 10px 10px 0px;
background-color:#FFFFFF;
display:inline;
letter-spacing:0;
/*border:1px solid #C3C3C3;*/
}

div#sitemap_box {
	margin-bottom:10px;
	float:left;
}

div#sitemap_box dl {
	float:left;
	padding:0 40px;
}

dl.dl_left {
	border-right:1px dotted #999999;
}

div#sitemap_box dt {
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	padding-left:20px;
	padding-bottom:3px;
	background:url(../images/sitemap/sitemap_arrow_big.gif) 0 0 no-repeat;
	border-bottom:1px solid #33b0de;
}

div#sitemap_box dt, x:-moz-any-link { /*firefox*/
	padding-bottom:5px;
	background-position: 0 2px;
}

*html div#sitemap_box dt {
	padding-bottom:4px;
	background-position: 0 1px;
}

div#sitemap_box dd {
	padding: 5px 28px;
	background:url(../images/sitemap/sitemap_arrow.gif) no-repeat 10px 9px;
}

div#sitemap_box dt a {
	color: #33b0de;
}

div#sitemap_box dt a:hover {
	color: #7adbff;
}

div#sitemap_box dd a {
	color: #666666;
}

div#sitemap_box dd a:hover {
	color: #999999;
	text-decoration:underline;
}


div#modoru{
	width:100px;
	clear:both;
	margin:5px 10px 0;
	/*border:1px solid #C3C3C3;*/
}	

