  @charset "utf-8";

/* mainVisual
------------------------------------------------------ */
/*　#mainVisual　*/
#mainVisual {
	position: relative;
	width: 100%;
	height: 490px;
	margin: 0 auto;
	z-index: 2;
}
#mainVisual div {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}
#mainVisual .slideImg01 {
	background: url(/museum/images/index_bg001.png) 50% top no-repeat;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#mainVisual .slideImg02 {
	background: url(/museum/images/index_bg002.jpg) 50% top no-repeat;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#mainVisual .slideImg03 {
	background: url(/museum/images/index_bg003.jpg) 50% top no-repeat;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#mainVisual .slideImg04 {
	background: url(/museum/images/index_bg004.jpg) 50% top no-repeat;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#mainVisual .slideImg05 {
	background: url(/museum/images/index_bg012.jpg) 50% top no-repeat;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
/*#mainVisual div a {
	display: block;
}*/
#mainVisual .current {
	display: block;
	z-index: 3;
}
#mainVisual #naviList {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1000;
}
#mainVisual #naviList li {
	float: left;
	margin-left: 20px;
	z-index: 5;
}
#mainVisual #naviList li:first-child {
	margin-left: 0;
}
#mainVisual #naviList a {
	display: block;
	width: 92px;
	height: 14px;
	text-indent: -9999em;
	outline: none;
	background: url(/museum/images/index_bt001.png) left top no-repeat;
}
#mainVisual #naviList a:hover,
#mainVisual #naviList .current a {
	background: url(/museum/images/index_bt001on.png) left top no-repeat;
}

/* .mainContents
------------------------------------------------------ */
/*　.mainContents　*/
#globalContents #contents .mainContents {
	display: block;
	width: 100%;
	height: 1953px;
	background: url(/museum/images/index_bg005.jpg) 50% 100% no-repeat;
}

/*　.section01　*/
#globalContents #contents .mainContents .section01 {
	display: block;
	width: 100%;
	min-height: 360px;
	background: url(/museum/images/index_bg006.png) 10% top no-repeat;
	margin-bottom: 50px;
}
#globalContents #contents .mainContents .section01 .fbArea {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	padding-top: 15px;
}
#globalContents #contents .mainContents .section01 .newsArea {
	width: 960px;
	margin: 40px auto 0;
}
#globalContents #contents .mainContents .section01 .newsArea .newsList02 li {
	width: 900px;
	padding-bottom: 20px;
	background: url(/museum/images/index_bg007.png) left bottom no-repeat;
	margin-bottom: 20px;
	font-size: 107%;
	letter-spacing: 1px;
}

#globalContents #contents .mainContents .section01 .newsArea .newsList02 li:last-child {	
	background:none;
}


#globalContents #contents .mainContents .section01 .newsArea .newsList02 dt {
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	width: 127px;
}
#globalContents #contents .mainContents .section01 .newsArea .newsList02 dd {
	overflow: hidden;
	padding-right: 10px;
}

#globalContents #contents .mainContents .section01 .history {
	width: 991px;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
}

#globalContents #contents .mainContents .section01 .history > p {
	font-size: 121%;
	line-height: 2.0;
}

