/*****************************************************/
/* 図書資料照会画面
/*****************************************************/
/* 全体構造
---------------------------------------------------- */
BODY {
	margin:20px;
	padding:0px;
	color: #333333;
	text-align:center;
}

/* タイトル
---------------------------------------------------- */
#Page_Title
{
	width:750px;
	margin: 0px;
	margin-top: 10px;
	font-weight: bold;
	font-size: xx-large;
	color: blue;
	font-style: italic;
	position: static;
	text-align: center;
	text-decoration: underline;
}

/* 絞込み条件入力
---------------------------------------------------- */
#Condition_Input
{
	margin-top: 20px;
	font-size: medium;
	width: 750px;
	color: black;
	position: static;
	text-align: left;
}

/* ジャンル選択ドロップダウンリスト */
.Select1
{
	WIDTH: 150px;
	HEIGHT: 22px;
}

/* 検索項目選択ドロップダウンリスト */
.Select2
{
	WIDTH: 80px;
	HEIGHT: 22px;
}

/* 検索条件入力 */
.Text1
{
	WIDTH: 250px;
	HEIGHT: 22px;
}

.Button1
{
	WIDTH: 80px;
	HEIGHT: 22px;
}

/* 一覧
---------------------------------------------------- */
#Book_List
{
	border-right: black 1px;
	border-top: black 1px;
	font-size: medium;
	margin: 20px 0px 0px;
	border-left: black 1px;
	width: 750px;
	color: black;
	border-bottom: black 1px;
	position: static;
	border-collapse: collapse;
	background-color: transparent;
}
#Table1
{
}

/* 表タイトル */
.Table_Head
{
	font-weight: bold;
	font-size: small;
	color: black;
	position: static;
	background-color: silver;
	text-align: center;
}

/* 表 */
.Table_Detail
{
	border-right: black thin solid;
	border-top: black thin solid;
	font-weight: normal;
	font-size: small;
	border-left: black thin solid;
	color: black;
	border-bottom: black thin solid;
	position: static;
	border-collapse: separate;
	background-color: white;
}

/* フッダ
---------------------------------------------------- */
#Page_Fudder
{
	width: 750px;
	margin-top: 20px;
	position: static;
	text-align: right;
}


