/*----------------------------------------
 見積書エリア
----------------------------------------*/
#estimate_area
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border-color: #000000;
	border-top-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}

#estimate_area > img#number_hint
{
	position: absolute;
	margin-left: 649px;
	margin-top: 5px;
}

#estimate_area > img.estimate_button
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 484px;
}


/*----------------------------------------
 見積書エリアのテーブル
----------------------------------------*/
table.estimate_area_table
{
	width: 552px;
	font-size: 12px;
	border-collapse: collapse;
	margin-left: 62px;
}

/*----------------------------------------
 見積書エリアのテーブル（開始の要素に適用）
----------------------------------------*/
table.estimate_area_table:first-child
{
	margin-top: 50px;
}

/*----------------------------------------
 見積書エリアのテーブル（最後の要素に適用）
----------------------------------------*/
table.estimate_area_table:last-child
{
	margin-bottom: 100px;
}

/*----------------------------------------
 見積書エリアのテーブル（列、行）
----------------------------------------*/
table.estimate_area_table tr, table.estimate_area_table td, table.estimate_area_table th
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

table.estimate_area_table td, table.estimate_area_table th
{
	height: 24px;
}

.estimate_area_head
{
	text-align:center;
	margin-left: 62px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top:2px;
	border-radius:4px;
	-moz-border-radius:4px;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	height: 20px;
	width: 90px;
}


/*----------------------------------------
 見積書カラム（共通）
----------------------------------------*/
.estimate_column
{
	text-align: center;
}

/*----------------------------------------
 見積書インデックスカラム
----------------------------------------*/
.estimate_table_index_column
{
	font-size: 9px;
	width: 13px;
}

/*----------------------------------------
 見積書品番カラム
----------------------------------------*/
th.estimate_table_number_column
{
	font-size: 12px;
	width: 99px;
}

td.estimate_table_number_column
{
	font-size: 12px;
	width: 99px;
	text-align: left;
}

/*----------------------------------------
 見積書パーツ・ユニット名カラム
----------------------------------------*/
th.estimate_table_unit_name_column
{
	font-size: 12px;
	width: 219px;
}

td.estimate_table_unit_name_column
{
	font-size: 12px;
	width: 219px;
	text-align: left;
}

/*----------------------------------------
 見積書数量カラム
----------------------------------------*/
th.estimate_table_amount_column
{
	font-size: 12px;
	width: 39px;
}

td.estimate_table_amount_column
{
	font-size: 12px;
	width: 39px;
	text-align: center;
}

/*----------------------------------------
 見積書単価（税込）カラム
----------------------------------------*/
th.estimate_table_price_column
{
	font-size: 12px;
	width: 89px;
}

td.estimate_table_price_column
{
	font-size: 12px;
	width: 89px;
	text-align: right;
}

/*----------------------------------------
 見積書金額（税込）カラム
----------------------------------------*/
th.estimate_table_sum_price_column
{
	font-size: 12px;
	width: 89px;
}

td.estimate_table_sum_price_column
{
	font-size: 12px;
	width: 89px;
	text-align: right;
}


/*----------------------------------------
 見積書合計金額（税込）カラム
----------------------------------------*/
.estimate_table_total_price_column
{
	font-size: 12px;
	text-align: right;
}


/*----------------------------------------
 合計金額（税込）
----------------------------------------*/
#estimate_table_total_price
{
	text-align: right;
}

/*----------------------------------------
 IPAフォントライセンスの注意事項	
----------------------------------------*/
#ipa_font_notes
{
	width: 552px;
	margin-top: 30px;
	margin-left: 62px;
	margin-bottom: 20px;
	font-size: 10px;
}

