@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

#conts h3 {
	margin: 0 0 16px 1px;
}

#conts .tableBox {
	margin: 0 11px;
}

#conts table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}

#conts table th,
#conts table td {
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ccc;
}

#conts table th {
	font-weight: normal;
	text-align: center;
	background: url(../img/exhibition/th_bg.gif) repeat left top;
}

#conts table .head th {
	padding: 10px 2px 10px;
	font-size: 13px;
	font-weight: bold;
	background: url(../img/exhibition/year_bg.jpg) repeat-x left bottom;
}

#conts table td a,
#conts table th a {
	text-decoration: underline;
}

#conts table td a:hover,
#conts table th a:hover {
	color: #B40607;
	text-decoration: none;
}