/*
//********************************************************************
//
// プログラム名	:	test.css
//
// 内容			:	検索メニュー用
//
// 作成者		:	川村 寿志
//
// 作成日		:	2010/12/31
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	background-color: #ccffff;
	text-align:center;
}

/*項目タイトル*/
.koumoku_title
{
	font: 13pt;
	font-weight:bold;
	text-decoration: underline;

}

/*ボタン*/
.button
{
	width:130px;
	height:50px;
	font-size:14pt;
}


/*コンボボックス*/
.select_box
{
	width:100px;
}
