@charset "utf-8";

/*
***************************************************************************************************
	見出し
***************************************************************************************************
*/
/*
	大見出し(ロゴ)
*/
h1
{
	float				: left;
}

h1 a
{
	text-decoration		: none;
}

/*
***************************************************************************************************
	ナビゲーション
***************************************************************************************************
*/
.navigation li
{
	float				: left;
}

#navigation a
{
	color				: white;
	text-decoration		: none;
}

/*
***************************************************************************************************
	クリアランス
***************************************************************************************************
*/
.clearance
{
	clear				: both;
}

/* clearfix */
.clearfix:after
{
	height				: 0;
	visibility			: hidden;
	content				: ".";
	display				: block;
	clear				: both;
}

* html .clearfix
{
	zoom				: 100%;
}

*+html .clearfix
{
	zoom				: 100%;
}

/*
***************************************************************************************************
	ヘッダー(ナビゲーションより上位)部分
***************************************************************************************************
*/
#headerArea
{
	width				: 800px;
	margin				: 0 auto;
	padding-bottom		: 10px;
}

html>/**/body #headerArea
{
	padding-bottom		: 63px;
}

#headerArea .utility
{
	float				: right;
}

.utility li
{
	float				: left;
	margin-left			: 10px;
}

.containerLv2 .utility
{
	margin				: 20px 0 2px 0;
}

.containerLv2 .utility li
{
	margin-left			: 45px;
}


/*
***************************************************************************************************
	フッター(著作権表示)部分
***************************************************************************************************
*/
address
{
	color				: white;
	font-size			: 0.8em;
	font-style			: normal;
}

