@charset "utf-8";
/* CSS Document */
body {
margin:0;
font-size:12px;
}

h1 {
    margin:0;
}

h1,h2,h3,h4 {
	color:#513519;
}

a:link {
	color:#6B3A09;
}

a:visited {
	color:#B57739;
}

a:hover {
	color:#B57739;
	text-decoration:underline;
}

#wrapper {
	margin:0 auto;
	padding:0;
	width:800px;
}

#head {
	width:100%;
	height:120px;
}

#head h1 {
	line-height:120px;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}
