@CHARSET "utf-8";
/***************************************************************************
// Copyright (C) 2008 System Design Development co.,ltd , All right reserved
//
// システム名      ：地域流通活性化支援情報化モデル事業
// サブシステム名  ：共通画面設定
//==========================================================================
//version       変更日付        変更者          変更内容
//--------------------------------------------------------------------------
//1.00          2008/11/19      J.M             新規作成
//**************************************************************************/

/*--------------------------------------------------------*
 * 画面共通
 *--------------------------------------------------------*/
/*-- 画面ベース領域 --*/
div.base {
	height: 630px;
	width:  790px;
	overflow:hidden;
}

/*--------------------------------------------------------*
 * マスタメンテナンス（全件一覧表示画面用）
 *--------------------------------------------------------*/
/*-- 明細 --*/
div.detail {
	position: absolute;
	left:	0px;
	top:	96px;
	width:	450px;
	height:	472px;
	overflow:auto;
}


/*-- フッター --*/
div.footer {
	position: absolute;
	left:	0px;
	top:	590px;
	width:	450px;
	height:	50px;
}

/*-- 明細 --*/
div.detail_pricerank {
	position: absolute;
	left:	0px;
	top:	96px;
	width:	200px;
	height:	472px;
	overflow:auto;
}


/*-- フッター --*/
div.footer_pricerank {
	position: absolute;
	left:	0px;
	top:	590px;
	width:	200px;
	height:	50px;
}


/*-- 明細 --*/
div.detail_calendar {
	position: absolute;
	left:	10px;
	top:	120px;
	width:	1060px;
	height:	550px;
	overflow:auto;
}

/*-- フッター --*/
div.footer_calendar {
	position: absolute;
	left:	500px;
	top:	700px;
	width:	200px;
	height:	100px;
}

div.calendar_portal {
	position: absolute;
	left:	150px;
	top:	250px;
	width:	550px;
	height:	775px;

}

div.calendar_portal2 {
	position: absolute;
	left:	150px;
	top:	280px;

}



/*--------------------------------------------------------*
 * 関連付けマスタメンテナンス
 *--------------------------------------------------------*/
div.entrybase {
	background-color : #FFFFFF;
	width : 100%;
	height: 100%;
	font : normal normal 11pt 'ＭＳ ゴシック';
}

div.pcinput_entryguide {
	background-color : #376091;
	border-top: 1px #000000 solid;
	font : normal normal 11pt 'ＭＳ ゴシック';
}

div.pcinput_entrylist {
	overflow:scroll;
	background-color : #ffffff;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

table.pcinput_entry {
	border-collapse : collapse;
	font : normal normal 11pt 'ＭＳ ゴシック';
}

table.pcinput_entry td {
	padding: 0px;
	margin:  0px;
}

table.pcinput_entry input,select {
	font : normal normal 11pt 'ＭＳ ゴシック';
	height : 22px;
}

table.pcinput_entrylist {
	background-color: #FFFFFF;
	border-collapse : collapse;
	font : normal normal 11pt 'ＭＳ ゴシック';
	white-space: nowrap;
}
table.pcinput_entrylist tr {
	height:22px;
}
table.pcinput_entrylist td {
	background-color: #ffffff;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	padding-left : 5px;
}
table.pcinput_entrylist input {
	font : normal normal 12pt 'ＭＳ ゴシック';
}


