@charset "utf-8";

/* 記念室資料展リスト用テーブル */

table.kinen_jyosetsu {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 620px;
	border-collapse: collapse;
	border: solid 1px #999;
	font-size: 80%;
}

table.kinen_jyosetsu th,
table.kinen_jyosetsu td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.kinen_jyosetsu th {
	background: #E6E6E6;
	text-align: center;
	white-space: nowrap;
	color: #000;
}

table.table010 td.fee {
  text-align: right;
  white-space: nowrap;
}
/* 記念室テーマ展示日付ボックス */
.theme-date {
	text-indent:280px;
}

/* プレスリリースリンク */
.press-link {
	margin-top:15px;
	color: #0A74FE;
	font-size:77%;
	height:20px;
}
.press-link A:link {
	color: #0A74FE;
}
.press-link A:visited {
	color: #0A74FE;
}
.press-link A:hover {
	color: #F90;
}
.press-link img {
	text-align:left;
	margin:0px 8px 0px 15px;
	display:inline;
	vertical-align: text-top;
	
}
