/*
//********************************************************************
//
// プログラム名	:	ichiran_result.css
//
// 内容			:	検索結果用
//
// 作成者		:	川村 寿志
//
// 作成日		:	2010/12/31
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	text-align:center;
}

/*検索条件文字列*/
.search_option_str
{
	font-size:14pt;
	font-weight:bold;
}

/*テーブル行*/
tr.table_head_row
{
	background-color:#DCDCDC;
}
tr.table_result_row_1
{
	background-color:#FAEBDD;
}
tr.table_result_row_0
{
	background-color:#f5f5ff;
}
tr.table_delete_row
{
	background-color:#C0C0C0;
}

/*テーブルセル*/
td
{
	white-space:nowrap;
	text-align:center;

}
td.table_head_cell
{
	font-weight: bold;
	border-width:2px;
}

td.table_result_cell
{
	border-width:1px;
}

/*ボタン*/
.button1
{
	width:80px;
	height:40px;
	font-size:11pt;
}
.button2
{
	width:50px;
	height:25px;
	font-size:11pt;
}
