/************************************************
 * 一覧へ戻るボタン用のdiv
 ***********************************************/
.back_button_space
{
	width: 850;
	height: 40px;
	position: relative;
}

.back_button
{
	position: absolute;
	top: 10px;
	left: 0px;
}

/************************************************
 * 詳細のリスト表示用テーブル
 ***********************************************/
table.detail_show
{
	width: 850px;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-collapse: collapse;
}

table.detail_show tbody tr th.detail_title
{
	width: 138px;
	height: 28px;
	text-align: left;
	padding-left: 5px;
	background-color: #fff1e1;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;
}

table.detail_show tbody tr td.detail_content
{
	width: 709px;
	height: 28px;
	text-align: left;
	padding-left: 5px;
	background-color: #ffffff;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;
}

/**********************************************
 * テーブル内に作成したテーブル用スタイルシート
 *********************************************/
.innerShowTable
{
	border: medium none;
	height: auto;
	width: auto;
}

/**********************************************
 * テーブルとfooterを離すための余白
 *********************************************/
.blank_space
{
	padding-bottom: 70px;
	position: relative;
}
