body { 
	background-color: #EFEFDE;
	margin: 0;
	padding: 0;
}


/*====================================
展示会一覧ページ
=====================================*/
.tenjikai {
	width: 840px;
	overflow: hidden;
	border-bottom: 2px solid #f4f4e7;
	height: 56px;
}

.tenji_title {
	width: 110px;
	float: left;
	padding-top: 8px;
	padding-left: 20px;
}

.back_tenji {
	width: 680px;
	float: right;
	font-size: 12px;
	color: #5f5f3f;
}
.back_tenji ul {
	-webkit-padding-start: 0;
	margin-top: 4px;
}

.back_tenji li {
	float: left;
	list-style-type: none;
	margin-bottom: 5px;
}

.back_tenji li.lileft {
	float: none;
}

.back_tenji li a {
	text-decoration: none;
	color: #5f5f3f;
}
.back_tenji li a:hover {
	text-decoration: underline;
	color: #a32b38;
}

h1,
h1 img{
	margin: 0;
	padding: 0;
}

/*====================================
所蔵作品紹介ページ
=====================================*/

#collection{
	width: 840px;
	margin-left: 30px;
}

#collection .sakuhin,
#collection .sakuhin-3 {
	width: 280px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
}

#collection .sakuhin,
#collection .sakuhin-3 {
	float: left;
}

#collection .sakuhin .img-box,
#collection .sakuhin-3 .img-box{
	height: 195px;
	width: 280px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#collection .sakuhin .img-box img,
#collection .sakuhin-3 .img-box img{
	border: solid 1px #666;
}

#collection h2{
	margin: 8px auto;
	padding: 6px 0;
	font-size: 18px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 100px;
}

#collection h3{
	margin: 0 0 2px;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}

#collection h3 .seisaku-nen{
	font-size: 12px;
	padding-left: 8px;
}

#collection .sakuhin-link {
	width: 280px;
	clear: both;
}

#collection a{
	font-size: 14px;
}

#collection .comment, 
#collection-c .comment{
	width: 100%;
	text-align: center;
	color: #808080;
	font-size: 12px;
}


#collection-c {
	width: 670px;
	margin-left: 30px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

#collection-c .saku-back{
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

#collection-c .saku-img{
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}
#collection-c h2{
	width: 300px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	margin: auto;
	padding: 10px;
	font-size: 20px;
}

#collection-c h2 .kana{
	font-weight: normal;
	font-size: 14px;
}

#collection-c h3{
	margin: auto;
	font-weight: normal;
	padding: 30px 0 20px;
	text-align: center;
	font-size: 18px;
}
#collection-c h3 .kana {
	font-size: 14px;
}

#collection-c .saku-title{
	background: #090;
	padding: 4px 10px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

#collection-c .saku-kaisetu {
	margin: 14px 0 30px;
	text-align: left;
}

#collection-c .saku-kaisetu p{
	margin: 0 0 10px;
	line-height: 1.5;
}

#collection-c .saku-kaisetu p.sei{
	margin-bottom: 14px;
}

/*====================================
交通のご案内ページ
=====================================*/
#access h3{
	margin: 0px 0px 0px 0px;
}
