/* ------------------------------
 Header部全体のレイアウト設定
 サイズ：中
------------------------------ */
#head{
	width: 974px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border-width: 1px 1px 1px 1px;
}
/* ------------------------------
 head1: 	PRTRイメージ貼り付け部分スタイル指定
		背景色：青
 head2: 	ログインユーザ、日付情報部分
		背景色：青
 head3: 	画面サイズ、文字サイズ変更部分
		背景色：青
		文字サイズリンクが枠をはみ出すため、paddingする
 head4: 	ヘルプ、ログアウトボタン部分
		背景色：青
------------------------------ */
.head1{
	/* 背景色変更 2022/02/22 mod start */
	/* background: #4FAAEA; */
	background: #2EC5EF;
	/* 背景色変更 2022/02/22 mod end */
	width: 128px;
}
.head2{
	/* 背景色変更 2022/02/22 mod start */
	/* background: #4FAAEA; */
	background: #2EC5EF;
	/* 背景色変更 2022/02/22 mod end */
	width: 372px;
}
.head3{
	/* 背景色変更 2022/02/22 mod start */
	/* background: #4FAAEA; */
	background: #2EC5EF;
	/* 背景色変更 2022/02/22 mod end */
	width: 230px;
	padding-bottom: 3px;
}
.head4{
	/* 背景色変更 2022/02/22 mod start */
	/* background: #4FAAEA; */
	background: #2EC5EF;
	/* 背景色変更 2022/02/22 mod end */
	width: 244px;
}
/* ------------------------------
 メイン部全体のレイアウト設定
 サイズ：中
------------------------------ */
#main{
	background: #fff5ee;
	height: 100%;
	width: 744px;
}
/* ------------------------------
 メニュー部全体のレイアウト設定
 サイズ：中
------------------------------ */
#menu {
	width: 280px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #ffebcd;
	border-color: #816340;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}
/* ------------------------------
 パンクズ部全体のレイアウト設定
 サイズ：中
------------------------------ */
#navi {
	width: 974px;
	/* 背景色変更 2022/02/22 mod start */
	/* background: #8fbc8f; */
	background: #FFF5EE;
	/* 背景色変更 2022/02/22 mod end */
	float: none;
}
/* ------------------------------
 Infomationメッセージ表示部全体のレイアウト設定
 サイズ：中
------------------------------ */
#maininfo {
	width: 974px;
	font-size: 16px;
	background: #FFFFFF;
	margin: 5px 0px 5px 0px;
	float: left;
}
/* ------------------------------
 一覧部全体のレイアウト設定
 サイズ：中
------------------------------ */
#maina {
	background: #fff5ee;
	height: 100%;
	width: 974px;
	float: left;
}
/* ------------------------------
 エラーメッセージ表示部全体のレイアウト設定
 サイズ：中
------------------------------ */
#message {
	font-size: 16px;
	width: 974px;
	font-weight: bold;
	clear: both;
}
#message #error {
	color: red;
	background: #FFCCCC;
}
#message #warning {
	color: red;
	background: #FFFF33;
}
.area1{
	width: 540px;
	height: 100px;
}

.area2{
	width: 480px;
	height: 100px;
}

/* ------------------------------
 ログイン系画面表示部全体のレイアウト設定
 サイズ：中
------------------------------ */
#loginmain{
	width: 974px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
