@charset "UTF-8";
*{
margin:0;
padding:0;
}

img {
border: none;
vertical-align: bottom;
}



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

.floatclear {
display: inline-table;
}
/* Hides from IE-mac \*/
* html .floatclear {height: 1%;}
*+html .floatclear {min-height: 1%;}
.floatclear {display: block;}
/* End hide from IE-mac */


body {
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0em;
	}
h1 {
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
}
#logo {
	float: left;
	width: 247px;
	margin-left: 10px;
}
.global_navi {
	float: right;
	margin-right: 10px;
	padding-top: 24px;
	font-size: 90%;
}
#header {
	border-bottom: 4px solid #5b98d2;
	height: 62px;
}
