/*
//********************************************************************
//
// プログラム名	:	kyukyutai_ichiran.css
//
// 内容			:	救急隊一覧用
//
// 作成者		:	川村 寿志
//
// 作成日		:	2010/12/31
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	text-align:center;
}

/*テーブル*/
table.mainte_table
{
	width:70%;
	border-collapse:collapse;
	border-style:solid;
	border-width:2px;
	border-color:black;
}

/*テーブルセル*/
td
{
	border-style:solid;
	border-width:1px;
	border-color:black;
}

td.table_head_cell
{
	font-size:15pt;
	font-weight:bold;
	text-align:center;
	background-color:#DCDCDC;
}
td.table_data_cell
{

}

/*ボタン*/
.button1
{
	width:100px;
	height:40px;
	font-size:12pt;
}
.button2
{
	width:60px;
	height:24px;
	font-size:11pt;
}

