@charset "utf-8";
/* init */

*{
	margin: 0;
	padding: 0;
	}
body {
    color: #333333;
    font-size: 14px;
    line-height: 1.5em;
	font-family: sans-serif;
}
a img{
	border: none;
	}
a:link{
	color: #9b4601;
	font-weight: normal;
	text-decoration: underline;	
	}
a:visited{
	color: #9b4601;
	font-weight: normal;
	text-decoration: underline;	
	}

	
	
/*bugfix*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}