@charset "utf-8";
/***************************************************************************
// Copyright (C) 2008 System Design Development co.,ltd , All right reserved
//
// システム名      ：地域流通活性化支援情報化モデル事業
// サブシステム名  ：共通スタイルシート
//==========================================================================
//version       変更日付        変更者          変更内容
//--------------------------------------------------------------------------
//1.00          2008/11/04      S.T             新規作成
//**************************************************************************/

/*==========================================================================
 *テーブル内セル強制改行 IE＆safariのみ
 *
 *=========================================================================*/
 td {
	word-break: break-all;
 }
/*==========================================================================
 *フォームタグの改行防止
 *
 *=========================================================================*/
 body form{
 	display:inline;
 	margin: 0;
 	padding:0;
 }

/*==========================================================================
 *Pager
 *
 *=========================================================================*/
div.pager {
	font : normal normal 12pt 'ＭＳ ゴシック';
	height : 20px;
	margin-left : 10px;
}

/*==========================================================================
 *テーブル
 *=========================================================================*/
/* フォント指定 */
table.font01 {
	font : normal normal 12pt 'ＭＳ ゴシック';
}

table.font01 input {
	font : normal normal 12pt 'ＭＳ ゴシック';
}

/* フォント指定 */
table.font02 {
	font : normal bold 20pt 'ＭＳ ゴシック';
}

/* マスターメンテナンス機能タイトル */
table.ms_title {
	background-color: #376091;
	border: 1px #000000 solid;
	font : normal bold 11pt 'ＭＳ ゴシック';
	color: #ffffff;
	height: 30px;
	width: 98%
}
table.ms_title td{
	white-space: nowrap;
}

/* マスターメンテナンス検索条件 */
table.ms_search {
	font : normal normal 11pt 'ＭＳ ゴシック';
	color: #000000;
}
table.ms_search input{
	font : normal normal 11pt 'ＭＳ ゴシック';
	color: #000000;
}
table.ms_search td{
	white-space: nowrap;
}

/* マスターメンテナンス一覧表示 */
table.ms_list {
	border-collapse : collapse ;
	font : normal normal 11pt 'ＭＳ ゴシック';
	width: 98%
}
table.ms_list thead{
	background-color: #376091;
	height: 22px;
	color: #ffffff;
}
table.ms_list tbody{
	background-color: #ffffff;
	height: 22px;
	color: #000000;
}
table.ms_list td{
	border: 1px #000000 solid;
	border-style : solid ;
	white-space: nowrap;
}

table.ms_list input{
	font : normal normal 10pt 'ＭＳ ゴシック';
}

/* 2 */
table.ms_list2 {
	border-collapse : collapse ;
	font : normal normal 10pt 'ＭＳ ゴシック';
}
table.ms_list2 thead{
	height: 50px;
	color: #000000;
}
table.ms_list2 tbody{
	background-color: #ffffff;
	height: 25px;
	color: #000000;
}
table.ms_list2 td{
	border: 1px #000000 solid;
	border-left: 0px;
	white-space: nowrap;
	vertical-align:middle;
	padding:2px;
}
table.ms_list2 input{
	vertical-align:middle;
	font : normal normal 10pt 'ＭＳ ゴシック';
}
table.ms_list2 select{
	vertical-align:middle;
	font : normal normal 10pt 'ＭＳ ゴシック';
}

/* 3 */
table.ms_list3 {
	border-collapse : collapse ;
	font : normal normal 11pt 'ＭＳ ゴシック';
	width: 32%
}
table.ms_list3 thead{
	background-color: #376091;
	height: 22px;
	color: #ffffff;
}
table.ms_list3 tbody{
	background-color: #ffffff;
	height: 22px;
	color: #000000;
}
table.ms_list3 td{
	border: 1px #000000 solid;
	border-style : solid ;
	white-space: nowrap;
}
table.ms_list3 input{
	font : normal normal 10pt 'ＭＳ ゴシック';
}


/* 4 */
/* マスターメンテナンス一覧表示 */
table.ms_list4 {
	border-collapse : collapse ;
	font : normal normal 11pt 'ＭＳ ゴシック';
	width: 90%
}
table.ms_list4 thead{
	background-color: #376091;
	height: 22px;
	color: #ffffff;
}
table.ms_list4 tbody{
	background-color: #ffffff;
	height: 22px;
	color: #000000;
}
table.ms_list4 td{
	border: 1px #000000 solid;
	border-style : solid ;
	white-space: normal;
}

/* マスターメンテナンス画像画面 */
table.ms_file {
	font : normal normal 11pt 'ＭＳ ゴシック';
	color: #000000;
	width: 950px;
}
table.ms_file td{
	white-space: nowrap;

}
/* マスターメンテナンス登録画面 */
table.ms_entry {
	font : normal normal 11pt 'ＭＳ ゴシック';
	color: #000000;
}
table.ms_entry td{
	white-space: nowrap;
}
table.ms_entry input,select,textarea{
	font : normal normal 11pt 'ＭＳ ゴシック';
	color: #000000;
}

.imeon {
	ime-mode: active;
}

.imeoff {
	ime-mode: disabled;
}


table.calendar{
	border-collapse : collapse ;
	font : normal normal 11pt 'ＭＳ ゴシック';
	width: 98%
}
table.calendar thead{
	background-color: #376091;
	color: #ffffff;
}
table.calendar tbody{
	background-color: #ffffff;
	color: #000000;
}
table.calendar td{
	border: 1px #000000 solid;
	border-style : solid ;
	white-space: nowrap;
}
table.calendar td.calendar_td{
	background-color: #FFFFCC;
	white-space: nowrap;
}
table.calendar td.calendar_td2{
	background-color: #CCCCFF;
	white-space: nowrap;
}


 /*==========================================================================
 * 集計処理 実行ログ
 *
 *=========================================================================*/
div.summary_log {
	border: 1px solid gray;
	width:	600px;
	height:	254px;
	overflow-y: scroll;
	padding-left:2px;
}

 /*==========================================================================
 * 一覧入力形式テーブル設定
 *
 *=========================================================================*/
.steadfast {
	z-index: 10;
	position: relative;
	top: expression(this.offsetParent.scrollTop)
}

 /*==========================================================================
 * イメージ表示用
 *
 *=========================================================================*/
div.image {
	border: 1px #000000 solid;
	overflow:hidden;
}

 /*==========================================================================
 * フレームメニュー用
 *
 *=========================================================================*/
table.frame_menu {
	font : normal normal 11pt 'ＭＳ ゴシック';
}
table.ms_entry td{
	white-space: nowrap;
}

/*==========================================================================
 * 通販保守
 *
 *=========================================================================*/
/* 表示領域1 */
.mailodr_base1 {
	width: 900px;
}
/* タイトル */
table.mailodr_mnt_title {
	background-color: #f79646;
	border: 1px #000000 solid;
	font : normal bold 11pt 'ＭＳ ゴシック';
	color: #000000;
	height: 30px;
	width: 100%;
	margin-left:10px;
}
table.mailodr_mnt_title td{
	white-space: nowrap;
}

/* アンカー(通常) */
a.mailodr_mnt_normal:link { color: #000000 }
a.mailodr_mnt_normal:visited { color: #000000  }
a.mailodr_mnt_normal:hover { color: #888888 }
a.mailodr_mnt_normal:active { color: #000000 }

/* アンカー(顧客) */
a.mailodr_mnt_kokyaku:link { color: #0000FF }
a.mailodr_mnt_kokyaku:visited { color: #0000FF  }
a.mailodr_mnt_kokyaku:hover { color: #000066 }
a.mailodr_mnt_kokyaku:active { color: #0000FF }

/* アンカー(赤) */
a.mailodr_mnt_red:link { color: #ff0000 }
a.mailodr_mnt_red:visited { color: #ff0000  }
a.mailodr_mnt_red:hover { color: #660000 }
a.mailodr_mnt_red:active { color: #ff0000 }

/* マスターメンテナンス検索条件 */
table.mailodr_mnt_search {
	font : normal normal 11pt 'ＭＳ ゴシック';
	color: #000000;
}
table.mailodr_mnt_search input{
	font : normal normal 11pt 'ＭＳ ゴシック';
	color: #000000;
}
table.mailodr_mnt_search td{
	white-space: nowrap;
}

/* マスターメンテナンス一覧表示 */
table.mailodr_mnt_list {
	border-collapse : collapse ;
	font : normal normal 11pt 'ＭＳ ゴシック';
}
table.mailodr_mnt_list thead{
	background-color: #f79646;
	height: 22px;
	color: #000000;
}
table.mailodr_mnt_list tbody{
	background-color: #ffffff;
	height: 22px;
	color: #000000;
}
table.mailodr_mnt_list td{
	border: 1px #000000 solid;
	border-style : solid ;
	white-space: nowrap;
}
table.mailodr_mnt_list input{
	font : normal normal 11pt 'ＭＳ ゴシック';
}

/* 発注予定日 */
table.mailodr_mnt_yoteibi {
	font : normal normal 11pt 'ＭＳ ゴシック';
	color: #000000;
}
table.mailodr_mnt_yoteibi td#title{
	height: 22px;
	border: 0px;
	white-space: nowrap;
}
table.mailodr_mnt_yoteibi td#contents{
	height: 22px;
	border: 1px #000000 solid;
	white-space: nowrap;
}

/* 顧客情報 */
table.mailodr_mnt_kokyaku {
	font : normal normal 11pt 'ＭＳ ゴシック';
	color: #000000;
}
table.mailodr_mnt_kokyaku td#title{
	height: 22px;
	border-bottom: 1px #000000 solid;
	white-space: nowrap;
}
table.mailodr_mnt_kokyaku td#contents{
	height: 22px;
	border-bottom: 1px #000000 solid;
	white-space: nowrap;
}

div.mailodr_mnt_button1{
}

div.mailodr_mnt_button1 input {
	height:50px;
	width: 150px;
	font : normal normal 12pt 'ＭＳ ゴシック';
}

