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

h1 {
    margin:0;
}

h2,h3,h4 {
	color:#224362;
}

a:link {
	color:#667e96;
}

a:visited {
	color:#9ab3cb;
}

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

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

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

#title h1 {
	padding:150px 10px 0 0;
	width:100%;
	color:#212121;
	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%;
}
