/*
//********************************************************************
//
// プログラム名	:	kyukyu_search_option.css
//
// 内容			:	検索用
//
// 作成者		:	川村 寿志
//
// 作成日		:	2010/12/31
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	text-align:center;
}

/*テーブル*/
table
{
	width:87%;
	border-collapse:collapse;
}

/*テーブルセル*/
td.table_head_koumoku_cell
{
	font-size:15pt;
	font-weight:bold;
	text-align:center;
	background-color:#DCDCDC;
	border-width:1px;

}
td.table_head_contents_cell
{
	font-size:15pt;
	font-weight:bold;
	text-align:center;
	background-color:#DCDCDC;
	width:79%;
	border-width:1px;
}
td.table_contents_koumoku_cell
{
	font-size:13pt;
	font-weight:bold;
	vertical-align:top;
	/*background-color:#ccffff;*/
	border-style:solid;
	border-color:black;
	border-width:1px;
}
td.table_contents_contents_cell
{
	/*background-color:#ccffff;*/
	vertical-align:top;
	border-style:solid;
	border-color:black;
	border-width:1px;
}
td.calendar_button_cell
{
	text-align:center;
}


/*ボタン*/
.button1
{
	width:100px;
	height:40px;
	font-size:12pt;
}
.button2
{
	width:60px;
	height:24px;
	font-size:11pt;
}

