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

h1 {
    margin:0;
}

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

a:link {
	color:#064A2B;
}

a:visited {
	color:#34A571;
}

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

#wrap {
	margin:0 auto;
	padding:0;
	width:900px;
}

#header-area {
	width:100%;
	height:150px;
}

#header-area h1 {
    line-height:150%;
    padding-top:40px;
    font-size:18px;
}

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