/*
//********************************************************************
//
// プログラム名	:	multi_select_dialog.css
//
// 内容			:	検索メニュー用
//
// 作成者		:	川村 寿志
//
// 作成日		:	2010/12/31
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	text-align:center;
}

/*ボタン*/
.button1
{
	width:100px;
	height:40px;
	font-size:12pt;
}
.button2
{
	width:60px;
	height:24px;
	font-size:11pt;
}

/*テーブル*/
table.contents_table
{
	/*background-color:#f2ffff;*/
	text-align:center;
}

/*グループボックス*/

fieldset.byomei_fieldset
{
	border-style:solid;
	border-width:2px;
	border-color:#D3D3D3;
	padding:0 10px 5px 10px;
}

legend.byomei_legend
{
	color:black;
	font-weight:bold;

}

