﻿/*///////////////////////////////////////////////////
// 
// 中央協会ＡＤＤＳ スタイルシート
// 
// 概要  ：ボタンスタイル
// 
// 作成日：2004/04/13 nomura
// 更新日：2004/06/02 sakamoto
// 		   2004/11/04 sakamoto orderby_button
// 
////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////
// 検索ボタン
/////////////////////////////////////////////////*/
input.search_button {
	height: 24px;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
/*/////////////////////////////////////////////////
// 一覧の中にあるボタン（詳細、更新、削除、資料）
/////////////////////////////////////////////////*/
input.list_button {
	height: 24px;
	font-size: 14px;
	letter-spacing: 1px;
}
/*/////////////////////////////////////////////////
// ページングボタン（前へ、次へ）
/////////////////////////////////////////////////*/
input.paging_button {
	height: 24px;
	font-size: 14px;
	letter-spacing: 1px;
}
/*/////////////////////////////////////////////////
// 並替ボタン
/////////////////////////////////////////////////*/
input.orderby_button {
	height: 24px;
	background-color: #FFCCCC;
	font-size: 14px;
	letter-spacing: 1px;
}
/*/////////////////////////////////////////////////
// 再検索ボタン
/////////////////////////////////////////////////*/
input.re_search_button {
	height: 24px;
	background-color: #FFFFCC;
	font-size: 14px;
	letter-spacing: 1px;
}
/*/////////////////////////////////////////////////
// 画面遷移系ボタン
/////////////////////////////////////////////////*/
input.flow_button {
	height: 24px;
	font-size: 14px;
	letter-spacing: 1px;
}

/*/////////////////////////////////////////////////
// ダウンロードボタン（一覧出力、更新用紙ダウンロード）
/////////////////////////////////////////////////*/
input.download_button {
	height: 24px;
	color: #333333;
	background-color: #FFFFCC;
	border: 2px solid #999933;
	font-weight: bold;
	font-size: 14px;
	cursor: hand;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/*/////////////////////////////////////////////////
// コミット系ボタン（登録、更新、削除）
/////////////////////////////////////////////////*/
input.commit_button {
	height: 24px;
	color: #333333;
	background-color: #FFEEEE;
	border: 2px solid #993333;
	font-weight: bold;
	font-size: 14px;
	cursor: hand;
	letter-spacing: 10px;
}



/*/////////////////////////////////////////////////
// ファイル表示ボタン（表示）
/////////////////////////////////////////////////*/
input.file_button {
	/*height: 24px;*/
	color: #333333;
	background-color: #FFFFCC;
	border: 2px solid #999933;
	font-weight: bold;
	font-size: 14px;
	cursor: hand;
	letter-spacing: 1px;
}
