@charset "utf-8";

/* header
------------------------------------------------ */
#header {
	height:119px;
	background:#ffffff url(../images/bg_header.jpg) no-repeat 0 0;
	overflow:hidden;
}
#header h1 {
	float:left;
	padding:4px 0 0 10px;
}
#header .headinfo{
	float:right;
	width:298px;
}
#header .headinfo ul{
	list-style:none;
	margin:8px 0 10px 0;
}
#header .headinfo ul li{
	display:inline;
	float:left;
	width:auto;
}

/* gloval navigation
------------------------------------------------ */
#gnavi{
	margin:0 0 0 0;
}
#gnavi ul{
	list-style:none;
	overflow:hidden;
	position:relative;
}
#gnavi ul li{
	float:left;
}
