@media print {
	/* Header部全体のレイアウト設定 */
	#head{
		width: 95%;
		text-align: left;
	}

	/* ------------------------------
	 head1: 	PRTRイメージ貼り付け部分スタイル指定
		背景色：青
	 head2: 	ログインユーザ、日付情報部分
		背景色：青
	 head3: 	画面サイズ、文字サイズ変更部分
		背景色：青
	 head4: 	ヘルプ、ログアウトボタン部分
		背景色：青
	------------------------------ */
	.head1{
		/* 背景色変更 2022/02/22 mod start */
		/* background: #4FAAEA; */
		background: #2EC5EF;
		/* 背景色変更 2022/02/22 mod end */
		width: 8%;
	}
	.head2{
		/* 背景色変更 2022/02/22 mod start */
		/* background: #4FAAEA; */
		background: #2EC5EF;
		/* 背景色変更 2022/02/22 mod end */
		width: 18%;
	}
	.head3{
		/* 背景色変更 2022/02/22 mod start */
		/* background: #4FAAEA; */
		background: #2EC5EF;
		/* 背景色変更 2022/02/22 mod end */
		width: 30%;
	}
	.head4{
		/* 背景色変更 2022/02/22 mod start */
		/* background: #4FAAEA; */
		background: #2EC5EF;
		/* 背景色変更 2022/02/22 mod end */
		width: 45%;
	}

	/* メイン部全体のレイアウト設定 */
	#main{
		background: #fff5ee;
		height: 100%;
		width: 90%;
	}

	/* メニュー部全体のレイアウト設定 */
	#menu {
		width: 95%;
		float: left;
		margin: 0px;
		padding: 0px;
		background: #ffebcd;
		border-color: #816340;
		border-width: 1px 1px 1px 1px;
		border-style: solid;
	}

	/* パンクズ部全体のレイアウト設定 */
	#navi {
		width: 95%;
		/* 背景色変更 2022/02/22 mod start */
		/* background: #8fbc8f; */
		background: #FFF5EE;
		/* 背景色変更 2022/02/22 mod end */
		float: left;
	}

	/* Infomationメッセージ表示部全体のレイアウト設定 */
	#maininfo {
		width: 95%;
		font-size: 7px;
		background: #FFFFFF;
		margin: 5px 0px 5px 0px;
		float: left;
	}

	/* 一覧部全体のレイアウト設定 */
	#maina {
		background: #fff5ee;
		height: 100%;
		width: 90%;
		float: left;
	}

	/* エラーメッセージ表示部全体のレイアウト設定 */
	#message {
		font-size: 7px;
		width: 90%;
		background: #8fbc8f;
		color: red;
		background: #FFFFFF;
		font-weight: bold;
	}
	.area1{
		width: 90%;
		height: 10%;
	}
	.area2{
		width: 90%;
		height: 10%;
	}
	#loginmain{
		width: 90%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}
