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

h1 {
    margin:0;
}

h2,h3,h4 {
	color:#50321a;
}

a:link {
	color:#6f543d;
}

a:visited {
	color:#b69478;
}

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

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

#upper {
	width:100%;
	height:200px;
	background-image:url(/default/img/0/header.png);
}

#upper h1 {
	margin:0;
	padding:150px 0 0 0;
	width:100%;
	color:#000000;
	text-align:right;
}

.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%;
}
