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

h1 {
    margin:0;
}

h1,h2,h3,h4 {
	color:#6A717C;
}

a:link {
	color:#8592A4;
}

a:visited {
	color:#B4C0D2;
}

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

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

#upper {
	width:100%;
	height:200px;
}

#upper h1 {
	margin:0;
	line-height:200px;
	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%;
}
