@charset "UTF-8";

/*======================================

	sitemap.css
	
=======================================*/


h2{
	margin:0 0 20px 0;
}

div#sitemap{
	margin:0 210px 0 100px;
}

div#left{
	float:left;
	width:300px;
}
div#right{
	float:right;
	width:300px;
}

h3 {
	background-color:#00BC8B;
	padding:3px 5px 3px 20px;
	color:#FFF;
	margin:15px 0 0 0;
	font-size:120%;
	font-weight:normal;
	background-image:url(../img/mark.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

h3 a{
	color:#FFF;
}
ul.list{
	margin:0 0 0 30px;
}
ul.list li{
	list-style-type:square;

}



/* clearfix
=======================================*/
.clearfix:after {
  content: "."; 
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  zoom:1;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


