﻿/*------------------------------------------------------------
各画面ごとのCSSを定義
-------------------------------------------------------------*/

h1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;container_main
	height: 35px;
}

/*------------------------------------------------------------
全体のスクロールバー
-------------------------------------------------------------*/
html {
	overflow: auto;
	height: 100%;
	width: 100%;
}

body {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:100%;
	width: 100%;
	min-width: 800px; 
	min-height:600px;
	background-image:url(../image/white0047.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#form1 {
	display: block; 
	width: 100%; 
	height: 100%;
}

#main-contents {
	width: 100%; 
	height: auto; 
	display: normal; 
	text-align: center; 
	padding-top: 40px;
}

#login-info {
	border: solid 3px #FFFFFF; 
	background-color: #7A7A7A; 
	display: normal; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 20px; 
	border-radius: 20px;
	min-width: 620px;
	color: #FFFFFF;
	font-weight: normal;
}

#erroMsg {
	width: 620px; 
	height: auto;
	display: none;
	color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
	background-color: #F80000; 
	border-radius: 10px;
}

#infoMsg {
	width: 620px; 
	height: auto;
	display: none;
	color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background-color: #00AF00; 
	border-radius: 10px;
}

.message_text {
	display: inline;
	vertical-align: middle;
}

.td-memo {
	text-align: left; 
	padding-bottom: 1em;
	max-width: 600px;
}

.td-input {
	width: 300px; 
	margin-left: auto; 
	margin-right: auto;
}

.td-button {
	padding-top: 20px;
}

.al-l {
	text-align: left;
}

.al-c {
	text-align: center;
}

.al-r {
	text-align: right;
}
