@charset "UTF-8";


/*　2014年版を改訂　（2019.02.25） */


@import url(../../shared/css/style.css);
@import url(../../shared/css/elements.css);


#bodyArea {
	position: relative;
	clear: both;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

h1 {
	position: absolute;
	top: 30px;
	left: 2px;
}
#homura {
	position: absolute;
	top: 118px;
	left: -8px;
	width: 131px;
	height: 209px;
	background-image: url(../images/chr_muse03.png);
	background-repeat: no-repeat;
	z-index: 5;
}

/*sub menu
------------------------------------------------*/
#subMenu {
	position: absolute;
	right: 0;
	top: 25px;
	width: 315px;
	padding: 13px 34px 20px 36px;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#subMenu2 {
	width: 315px;
	margin:0 auto;
}
ul.subMenu {
	list-style: none;
	background-image:url(../images/submenu.gif);
	background-repeat:no-repeat;
	width: 315px;
	height: 51px;
	display:block;
}
ul.subMenu li {
	list-style: none;
	float: left;
	margin-right: 37px;
}
ul.subMenu li.contents04 {
	margin-right: 0;
}
ul.subMenu li a {
	display: block;
	width: 51px;
	height: 51px;
	margin-bottom: 1ex;
	text-indent:-9999px;
}
ul.subMenu li.contents01 a:link,
ul.subMenu li.contents01 a:visited {
	background-image:url(../images/submenu.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
}
ul.subMenu li.contents01 a:hover,
ul.subMenu li.contents01 a:active,
ul.subMenu li.contents01 a.current {
	background-image:url(../images/submenu.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
ul.subMenu li.contents02 a:link,
ul.subMenu li.contents02 a:visited {
	background-image:url(../images/submenu.gif);
	background-repeat:no-repeat;
	background-position:-88px bottom;
}
ul.subMenu li.contents02 a:hover,
ul.subMenu li.contents02 a:active,
ul.subMenu li.contents02 a.current {
	background-image:url(../images/submenu.gif);
	background-repeat:no-repeat;
	background-position:-88px 0;
}
ul.subMenu li.contents03 a:link,
ul.subMenu li.contents03 a:visited {
	background-image:url(../images/submenu.gif);
	background-repeat:no-repeat;
	background-position:-175px bottom;
}
ul.subMenu li.contents03 a:hover,
ul.subMenu li.contents03 a:active,
ul.subMenu li.contents03 a.current {
	background-image:url(../images/submenu.gif);
	background-repeat:no-repeat;
	background-position:-175px 0;
}
ul.subMenu li.contents04 a:link,
ul.subMenu li.contents04 a:visited {
	background-image:url(../images/submenu.gif);
	background-repeat:no-repeat;
	background-position:-263px bottom;
}
ul.subMenu li.contents04 a:hover,
ul.subMenu li.contents04 a:active,
ul.subMenu li.contents04 a.current {
	background-image:url(../images/submenu.gif);
	background-repeat:no-repeat;
	background-position:-263px 0;
}

ul.subMenu li a.current {
	pointer-events: none;
	cursor: default;
}

#colPlate {
	clear: both;
	width: 760px;
	margin-top: 99px;
	margin-left: 130px;
	padding: 35px 35px 20px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 15px;
}
.section {
	padding: 0 11px 36px;
}
.column {
	margin: 0 36px 36px;
	padding: 1em 2em;
	background-color: #D9EABE;
	border-radius: 15px;
}
.section h2 {
	margin-bottom: 15px;
	color: #17793D;
	font-size: 24px;
	font-weight: bold;
}
.column h2 {
	margin-bottom: 0.75em;
	color: #17793D;
	font-size: 21px;
	border-bottom: 1px solid #66b785;	
}
.section h3 {
	margin-bottom: 0.5em;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.section h4 {
	margin-bottom: 0.5em;
	font-size: 17px;
	font-weight: bold;
	color: #17793D;
	border-bottom: 1px solid #ccc;
}
.column p,
.section p {
	margin-bottom: 1em;
}
.section p.note {
	font-size: 0.8em;
}
.section .leftPrgrph {
	width: 574px;
}
p.rightPh {
	float: right;
	padding-left: 16px;
	text-indent: 0;
}
.rightPh span.cptn {
	display: block;
	font-size: 0.8em;
	line-height: 1.2;
	text-align: center;
}
.rightPh span.cptn2 {
	display: block;
	font-size: 0.8em;
	line-height: 1.2;
	text-align:left;
	text-indent:0;
	padding:0.25em 1em;
}
p.centerImage{
	text-indent:0;
	padding-left:0;
	margin-left:-11px;
}
.section #linkBnnr {
	width: 430px;
	height: 45px;
	margin: 0 auto;
}
.section #linkBnnr a {
	display: block;
	width: 430px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	line-height: 45px;
	/* text-align: center; */
	text-decoration: none;
	text-indent: 60px;
	color: #17783D;
	background-color: #E6F1EB;
	background-image: url(/museum/shared/img/go2bttn.png);
	background-repeat: no-repeat;
	background-position: 17px 5px;
	border-radius: 10px;
}
.section #linkBnnr a:hover {
	background-color: #E0E5BC;	
}
.small {
	font-size: 0.8em;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}




/*index.html
------------------------------------------------*/
/*illust menu*/
#illustMenu {
	width: 760px;
	height:193px;
	background-image:url(../images/illust.jpg);
	background-repeat:no-repeat;
	margin-bottom:50px;
}
#illustMenu ul {
	list-style: none;
	background-image:url(../images/illustmenu.gif);
	background-repeat:no-repeat;
	width: 711px;
	height: 74px;
	display:block;
	padding-left:49px;
}
#illustMenu ul li {
	list-style: none;
	float: left;
	margin-right: 115px;
}
#illustMenu ul li.contents04 {
	margin-right: 0;
}
#illustMenu ul li a {
	display: block;
	width: 74px;
	height: 74px;
	text-indent:-9999px;
}
#illustMenu ul li.contents01 a:link,
#illustMenu ul li.contents01 a:visited {
	background-image:url(../images/illustmenu.gif);
	background-repeat:no-repeat;
	background-position:-49px bottom;
}
#illustMenu ul li.contents01 a:hover,
#illustMenu ul li.contents01 a:active,
#illustMenu ul li.contents01 a.current {
	background-image:url(../images/illustmenu.gif);
	background-repeat:no-repeat;
	background-position:-49px 0;
}
#illustMenu ul li.contents02 a:link,
#illustMenu ul li.contents02 a:visited {
	background-image:url(../images/illustmenu.gif);
	background-repeat:no-repeat;
	background-position:-238px bottom;
}
#illustMenu ul li.contents02 a:hover,
#illustMenu ul li.contents02 a:active,
#illustMenu ul li.contents02 a.current {
	background-image:url(../images/illustmenu.gif);
	background-repeat:no-repeat;
	background-position:-238px 0;
}
#illustMenu ul li.contents03 a:link,
#illustMenu ul li.contents03 a:visited {
	background-image:url(../images/illustmenu.gif);
	background-repeat:no-repeat;
	background-position:-426px bottom;
}
#illustMenu ul li.contents03 a:hover,
#illustMenu ul li.contents03 a:active,
#illustMenu ul li.contents03 a.current {
	background-image:url(../images/illustmenu.gif);
	background-repeat:no-repeat;
	background-position:-426px 0;
}
#illustMenu ul li.contents04 a:link,
#illustMenu ul li.contents04 a:visited {
	background-image:url(../images/illustmenu.gif);
	background-repeat:no-repeat;
	background-position:-616px bottom;
}
#illustMenu ul li.contents04 a:hover,
#illustMenu ul li.contents04 a:active,
#illustMenu ul li.contents04 a.current {
	background-image:url(../images/illustmenu.gif);
	background-repeat:no-repeat;
	background-position:-616px 0;
}

/*indexMenu*/
#indexMenu dl{
	width:700px;
	display:block;
	overflow:hidden;
	margin-left:20px;
	margin-bottom:55px;
}
#indexMenu dl dt{
	width:111px;
	float:left;
}
#indexMenu dl dd{
	width:587px;
	height:80px;
	float:left;
	position:relative;
	padding-top:20px;
}
#indexMenu dl dd a{
	position:absolute;
	height:29px;
	top:32px;
	right:0;
	display:block;
	padding-left:36px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	font-size:16px;
	line-height:29px;
	color:#007a39;
}
#indexMenu dl dd a:link,
#indexMenu dl dd a:visited{
	text-decoration:underline;
}
#indexMenu dl dd a:hover,
#indexMenu dl dd a:active{
	text-decoration:none;
}
#indexMenu dl dd img{
	padding-left:3px;
}
#indexMenu dl dd p{
	text-indent:0;
	font-size:14px;
	line-height:20px;
	padding:8px 0 0 3px;
	border-top:1px solid #ccc;
}


/*contents01 微調整
--------------------------*/
.contents01 #colPlate .section .hideOnSP {
	display:inline-block;
	margin-left: -1em;
}
