@charset "utf-8";

/* exhibition
--------------------------------------------------------------------------------*/
h2, h3 {
	margin: 0 0 20px 0;
}

.exbTbl, .enExbTbl {
	margin: 10px 0 0 0;
}

.exbTbl th, .exbTbl td, .enExbTbl th, .enExbTbl td {
	border-top: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	padding: 4px 8px;
}
.exbTbl th {
	width: 7em;
	vertical-align: top;
	background: #FFEDE5;
}
.enExbTbl th {
	width: 8.5em;
	vertical-align: top;
	background: #FFEDE5;
}
.exbTbl td, .enExbTbl td {
	border-right: 1px solid #AFAFAF;
}

.exbTbl td.ttl, .enExbTbl td.ttl {
	background: #F8F8F8;
}
.exbTbl th.btm, .exbTbl td.btm, .enExbTbl th.btm, .enExbTbl td.btm {
	border-bottom: 1px solid #AFAFAF;
}




/* index ------------------- */
.idxCont01 {
	width: 560px;
	margin: 0 10px;
}
.idxCont01 a:link, .idxCont01 a:visited {
	color: #025BB6;
	text-decoration: underline;
}
.idxCont01 a:hover, .idxCont01 a:active {
	color: #025BB6;
	text-decoration: none;
}

.idxTtlBg {
	background: url(../../exhibition/images/idx_ttl_bg.gif) no-repeat;
}
.idxTtlBg a {
	color: #646464;
}

.idxTtlBg ul {
	list-style-type: none;
	text-align: right;
	margin: 7px 10px 0 0;
}
.idxTtlBg li img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}



