@charset "UTF-8";

/***********************************************************************************
  ヘッダー
***********************************************************************************/

#header {
	height: 86px;
	position: absolute;
}

#header h1,
#header .logo {
	top: 31px;
	left: 31px;
}

#header .switch {
	margin: 12px 0 0 0;
	float: none;
}

#header .switch .display_type {
	margin: 0;
}

#menu {
	margin: 86px 0 0 0;
}

/***********************************************************************************
  メイン
***********************************************************************************/

#main {
	margin: 0 20px 0 200px;
}

/***********************************************************************************
  右サイド
***********************************************************************************/

#right {
	display: none;
}

