@charset "utf-8";
/* CSS Document */

#subsidebar .column {
	padding: 3px;
	margin-bottom: 15px;
	border: 1px dotted #006600;
}
#subsidebar .column h2 {
	font-size: 100%;
	background-color: #F3F3F3;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}
#categoryList h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

#categoryList dt {
	font-size: 1.17em;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #dfdfdf;
}
#categoryList dd {
	font-size: 1.17em;
	background-color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #dfdfdf;
}
#categoryList dl a {
	color: #004600;
	text-decoration: none;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 20px;
}
#categoryList dl a:hover {
	background-color: #ffffb3;
}
#categoryList .news-even {
	background-color: #F6F6F6;
}
#main #footmark {
	margin-bottom: 10px;
}
#main #samefolderlist h4 {
	color: #006600;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #006600;
}
#main #samefolderlist li {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 15px;
	padding-left: 20px;
}
#main ul.sitemap, #main ul.sitemap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main ul.sitemap li {
	background-image: url(img/sitemap-listmark.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
#main ul.sitemap a {
	text-decoration: none;
	display: block;
}
#main ul.sitemap a:hover {
	background-color: #FFFF00;
}

