@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

table,
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#museumArea {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-color: #fcf8ed;
}

div#museumHeader {
	padding-top: 20px;
	background-color: #e8e0d4;
	padding-bottom: 15px;
}

div#museumHeader h1 {
	margin-bottom: 10px;
}

div#museumHeader p {
}

div#museumTop {
	text-align: left;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

div#museumBottom {
	background-color: #fcf8ed;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
	padding-bottom: 0px;
}


div.mTopL {
	float: left;
	width: 260px;
}

div.mTopL h2 {
	font-size: 12px;
}

div.mTopR {
	display: inline;
	float: right;
}

div.noteBox {
	background-color: #FFFFFF;
	border: 1px solid #CECECE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
}

div.noteBox p {
	font-size: 10px;
	line-height: 1.4;
	color: #333333;
	text-indent: 1em;
	margin-top: 3px;
}

div.eventBox {
	background-color: #FAFAFA;
	border: 1px solid #CECECE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	font-size: 12px;
}

div.eventBox h2 {
	color: #B71A39;
}

div.eventBox table {
	font-size: 10px;
	width: 100%;
	border-collapse:collapse;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
}

div.eventBox table td {
	border: 1px solid #CCCCCC;
	padding: 0.2em;
}


div.eventBox ul {
}

div.eventBox ul li {
	list-style-type: none;
	font-size: 10px;
}

.caption {
	font-size: 10px;
	line-height: 1.2;
	text-align: right;
	margin-top: 5px;
}

/* ================================================================================
	Art
================================================================================ */
div.imgBox {
	background-image: url(p03.jpg);
	background-repeat: no-repeat;
	height: 640px;
	width: 670px;
	position: relative;
}

div.imgBox img {
	position: absolute;
}

img.p01 {
	top: 0px;
	left: 230px;
}

img.p02 {
	top: 0px;
	left: 375px;
}

img.p03 {
	top: 0px;
	right: 0px;
}

img.p04 {
	top: 168px;
	left: 0px;
}

img.p05 {
	top: 168px;
	left: 378px;
}

img.p06 {
	top: 168px;
	right: 0px;
}

img.p07 {
	top: 400px;
	left: 378px;
}

img.p08 {
	top: 400px;
	right: 0px;
}



/* ================================================================================
	div#introduction
================================================================================ */
div#introduction {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #a27e39;
	text-align: left;
	padding: 20px;
}



/* ================================================================================
	clearFix
================================================================================ */

.clearFix{
	overflow: hidden;
}

.clearFix:after{
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
	content: "";
}

/*¥*/
* html .clearFix{
	height: 1em;
	overflow: visible;
}
/**/

/* or */
.clear{
	clear: both;
}
