/*--------------------------------------------------*/
/*	おかえり便 機密書類回収システム用CSS			*/
/*	styles-kimitsu.css								*/
/*	CREATE：2007/09/14	K.Hiroe						*/
/*	UPDATE：2012/01/26	K.Shibata					*/
/*	UPDATE：2019/03/01	S.Miyagawa					*/
/*--------------------------------------------------*/
body{
	background-color:#efefef;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	font-size:10pt;
	}

#contents{
	background-color:#ffffff;
	margin-top:auto;
/* (STR) 2012/01/26 K11-254 K.Shibata */
/*	margin-left:auto; */
/* (END) 2012/01/26 K11-254 K.Shibata */
	margin-right:auto;
	width:600px;
	border:1px solid #888888;
	}

/* ヘッダ */

#header{
	background-color:#6699ff;
	border-bottom:3px solid #3366ff;
		background-image:url("/pic/seino_logo_02.jpg");
		background-position:100% 50% ;
		background-repeat:no-repeat;
	}

h1{
	font-size:14pt;
	margin:0px;
	padding: 4px 4px 4px 4px;
	color:#ffffff;
	width:400px;
	}

#header img{
	float:right;
	}

h2{	font-size:14pt;
	margin:4px 48px 0px 48px;
	padding: 4px 4px 0px 4px;
	border-bottom:double 3px #3366ff;
	}


#main{
	background-image:url("/pic/box.jpg");
	background-position:right bottom ;
	background-repeat:no-repeat;
}

#main p{
	margin-left:64px;
	margin-right:64px;

	}

		fieldset {
			width:470px;
			margin-top:20px;
			margin-left:auto;
			margin-right:auto;
			padding: 8px 0 8px 0;
			}

#main table{
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	width:450px;
	}

		#main table tr{
			height:24px;
			}

		#main table th{
			background-color:#efefef;
			border-bottom:1px dotted #aaaaaa;
			width:150px;
			padding:3px;
			font-weight:normal;
			}
	
		#main table td{
			border-bottom:1px dotted #aaaaaa;
			padding:3px;
			}

		#main ol{
			margin-top:32px;
			margin-bottom:32px;
/* (STR) 2019.03.01 K18-501 S.Miyagawa DEL */
/* 			margin-left:auto; */
/* 			margin-right:auto; */
/* (END) 2019.03.01 K18-501 S.Miyagawa DEL */
			width:450px;
			font-size:90%;
			}
			
		#main li{
			margin-left:24px;
			margin-bottom:8px;
			}
			

		#button-area{
				text-align:center;
				margin-bottom:120px;
		}

		#submit{
			margin-left:auto;
			margin-right:auto;
			}
			
#footer{
	text-align:center;
	background-color:#6699ff;
	padding: 0px 4px 4px 4px;
	font-size:80%;
	color:#ffffff;
	border-top:1px Solid #8989cd;
	}

#footer hr{
	visibility:hidden;
	}

/*------------------------------------------*/
/*■処理状況メッセージ■					*/
/*	フォント色設定：白色(#ffffff)			*/
/*------------------------------------------*/
.status_message {
	color:#ffffff;
	font-weight:bold;
	}

.status_message2 {
/*当日受注用*/
	color:#ff0000;
	font-weight:bold;
	}


.must {
/*必須項目は太字*/
	font-weight:bold;
	}

.err_value {
/*エラー項目（未入力フィールド）*/
	background-color:#ffcccc;
	}

.imeon {
/*通常 日本語入力箇所*/
	text-align:left;
	ime-mode:active;
	}

.imeoff {
/*通常 日本語入力禁止箇所*/
	text-align:left;
	ime-mode:disabled;
	}

.offn {
/*通常 数字入力箇所*/
	text-align:right;
	ime-mode:disabled;
	}

.inp_date {
/*通常 日付入力箇所*/
	text-align:right;
	ime-mode:disabled;
	}

.inp_code {
/*通常 コード入力箇所*/
	text-align:right;
	ime-mode:disabled;
	}

.inp_numb {
/*通常 数字入力箇所*/
	text-align:right;
	ime-mode:disabled;
	}

.err_imeon {
/*エラー 日本語入力箇所*/
	background-color:#ffcccc;
	text-align:left;
	ime-mode:active;
	}

.err_imeoff {
/*エラー 日本語入力禁止箇所*/
	background-color:#ffcccc;
	text-align:left;
	ime-mode:disabled;
	}

.err_offn {
/*エラー 数字入力箇所*/
	background-color:#ffcccc;
	text-align:right;
	ime-mode:disabled;
	}

.err_data {
/*エラー 箇所テキスト*/
	color:#ff0000;
	}

.warning_data {
/*ワーニング 箇所テキスト*/
	color:#0000ff;
	}

.focus {
/*フォーカスのあたった現入力箇所*/
	background-color:#fffeba;
	}

.column_disabled {
/*バラ数入力箇所（デフォルト入力不可）*/
	background-color:#eeeeee;
	}

.column_enabled {
/*バラ数入力箇所（入力可能時）*/
	background-color:#ffffff;
	}

.center {
/*中央寄せ（コード、日付など）*/
	text-align:center;
	}

.left {
/*左寄せ（通常）*/
	text-align:left;
	}

.right {
/*右寄せ（金額、数量など）*/
	text-align:right;
	}

form {
/*フォームタグ用*/
	margin:0px;
	}

input {
/*インプットタグ用*/
	font-family:monospace;
	}

select {
/*セレクトタグ用*/
	font-family:monospace;
	}

textarea {
/*テキストエリアタグタグ用*/
	font-family:monospace;
	}





