@charset "utf-8";

*{
}

html {
	background-color: #fff;
}

body {
	margin: 0 auto;
	min-width: 850px;
	padding: 0;
	zoom: 0.69;
}

	.ie body {
		zoom: 1;
	}


/*
***********************************************************************************************
ヘッダー
***********************************************************************************************
*/

#header-inner {
}


/*
***********************************************************************************************
ヘッダのナビゲーション
***********************************************************************************************
*/

#nav-header{

}

	#nav-header ul{

	}


/*
***********************************************************************************************
グローバルナビゲーション（PC専用）
***********************************************************************************************
*/

#nav-global {
}

	#nav-global.fixed {
		position: relative !important;
	}

	/* JSでページ上部に固定された状態 */
	.header-fixed #nav-global {
		position: relative !important;

	}

/*
***********************************************************************************************

***********************************************************************************************
*/

.container{
}


/*
***********************************************************************************************
フッター
***********************************************************************************************
*/

#footer{
}

#footer #footer_inner {
	background-attachment :scroll;
}
