﻿/*このスタイルは指定文化財一覧の表で使用します。*/
/*テーブル諸色*/
.listtable {
	background-color: #ffcccc;
	border: solid 2px #993300;
	border-style: solid;
	border-collapse: collapse;
	margin-top: 20px;
	color: #003300;
	text-align: center;
}
.listtable th {
	border-top:  solid 1px #993300;
	border-right:  solid 1px #993300;
	border-bottom: solid  2px #993300;
	border-left:  solid 1px #993300;
}
/*種別列*/
.shubetu {
	border: solid 1px #993300;
	text-align: center;
	width: 89px;
}
/*名称列*/
.name {
	border: solid 1px #993300;
	text-align:	left;
	width: 230px;
}
/*数量*/
.number {
	border: solid 1px #993300;
	text-align: center;
	width: 90px;
}
/*所有者*/
.belong {
	border: solid 1px #993300;
	text-align: center;
	width: 110px;
}

