@charset "utf-8";

/*==================================================

	■ヘッダースタイル

	1.基本設定
	2.ロゴタイトル
	3.ユーティリティナビ

===================================================*/


/*-------------------------------------------------
	1.基本設定
---------------------------------------------------*/

#header{
	position:relative;
	height:58px;
}

/*-------------------------------------------------
	2.ロゴタイトル/h1,h2
---------------------------------------------------*/

#header h1{
	margin: 0px;
	padding: 0px;
}

#header h2{
	position: absolute;
	right: 0px;
	top: 0px;
}

/*-------------------------------------------------
	3.ユーティリティナビ
---------------------------------------------------*/


#header #utilityNav{
	position: absolute;
	right: 10px;
	top: 22px;
}

#header #utilityNav li{
	float: left;
}

