#columm12 div.title_image {
	width: 560px;
	box-shadow: 1px 1px 5px #CCC;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	background-color: #FBF49F;/*上部特集展示タイトルの背景色*/
	text-align: center;
	padding-bottom: 10px;
}
#columm12 h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.5em;
	text-align: center;
}
#columm12 table th.th_title {
	height:30px;
	background-color: #FBF49F;/*関連行事タイトルの背景色*/
	text-align: center;
}
#columm12 table th.th_comment {
	text-align: left;
	font-weight: 200;
	padding-left: 50px;
	padding-right: 50px;
}
.oneColFixCtrHdr #container #mainContent #columm12 .head {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #98860A;/*関連行事・展示資料の見出しの色*/
	text-indent: 10px;
	font-size: 1.3em;
	margin-left: 20px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #container #mainContent #columm12 table tr td dl dt {
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #columm12 table tr td dl dd {
	margin-left: 2em;
}
.oneColFixCtrHdr #container #mainContent #columm12 table tr td dl dt p.title {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -2px;
}
.oneColFixCtrHdr #container #mainContent #columm12 table tr td p.explanation{
	margin: 0px 40px 40px 40px;
}


.category{
	text-align:center;
    width:480px;
	margin:auto;
	padding:14px;
	border: 5px solid #87c5ae;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 4px 4px 8px gray;	

}

.category_title{
	font-size:1.4em;
	color:#87c5ae;
	margin-bottom:10px;
	line-height:1.2;
}

.online_exhibition{
	background-color:#87c5ae;
	color:white;
	text-align:left;
	font-size:1.3em;
	padding-left:12px;
	margin-bottom:10px;
	
}