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

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

table,
img {
	border: none;
}

div#museumArea {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #666666;
}

div#museumTop {
	background-color: #e7380d;
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 25px;
	padding-left: 45px;
}

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

div.mTopL table {
	border-collapse:collapse;
	font-size: 12px;
	width: 100%;
	color: #fffac6;
}

div.mTopL table span {
	font-size: 10px;
	line-height: 12px;
}
div.mTopL table tr th,
div.mTopL table tr td {
	vertical-align: top;
	padding-bottom: 5px;
}
div.mTopL table tr th {
	width: 4.5em;
	text-align: left;
}

div.mTopL table tr td {
}

div.mTopL table tr td.pointer {
	color: #FFFFFF;
	font-size: 8px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 12px;
}


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

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

div.eventBox h2 {
	color:#47cc55;
	font-size:12px;
	margin-bottom: 5px;
}

div.eventBox h2 span {
	font-size:10px;
}

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

div.eventBox ul {
	font-size:12px;
	list-style-type: none;
	margin-bottom: 5px;
}

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

div.mTopR {
	float: right;
	height: 413px;
	width: 360px;
}

div.mTopR img {
}

/* ================================================================================
	div#museumBottom
================================================================================ */
div#museumBottom {
	background-color: #fcecdb;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
}

/* ================================================================================
	div#captionArea
================================================================================ */
div#captionArea {
	margin-bottom: 30px;
}

div#captionArea img {
	float: left;
	width: 198px;
	margin-right: 20px;
}

div#captionArea p {
	float: right;
	font-size: 11px;
	line-height: 1.5em;
	width: 412px;
	color: #4B3F39;
}




/* ================================================================================
	div#backInfoArea
================================================================================ */
div#backInfoArea {
}


div#writingArea {
	float: left;
}

div#imgArea {
	background-image: url(img/p03.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 632px;
	width: 245px;
	position: relative;
}

div#imgArea img {
	position: absolute;
}

img#p01 {
	top: 0px;
	left: 0px;
	height: 265px;
	width: 245px;
}

img#p02 {
	top: 280px;
	left: 0px;
	height: 140px;
	width: 140px;
}

img#p03 {
	top: 280px;
	height: 145px;
	width: 90px;
	right: 0px;
}

img#p04 {
	top: 435px;
	right: 0px;
	height: 195px;
	width: 245px;
}

img#p05 {
	top: 210px;
	left: 0px;
	height: 156px;
	width: 180px;
}


/* ================================================================================
	div.niUnit
================================================================================ */
/*div.niUnit {
	margin-bottom: 10px;
}

div.niUnit h2 {
	background-color: #B71A39;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.2em;
	margin-bottom: 4px;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}

div.niUnit h2 span {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	margin-left: 0.5em;
	padding: 2px;
	line-height: 12px;
}

div.niUnit h3 {
	font-size: 12px;
	line-height: 1.2em;
}

div.niUnit ul {
	margin-left: -10px;
	margin-bottom: 4px;
}

div.niUnit li {
	list-style-type: none;
	float: left;
	display: inline;
	width: 75px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	zoom : 1;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	height: 14px;
}

div.niUnit li img {
	display: block;
}

div.niUnit ul.wideList {
	margin-left: -20px;
}

div.niUnit ul.wideList li {
	width: 118px;
	margin-left: 20px;
}

div.niUnit strong {
	color: #954414;
	font-weight: normal;
}*/


div#museumArea .note {
	text-indent: 0em;
	font-size: 10px;
}
div#museumArea .caption {
	font-size: 10px;
	line-height: 1.2px;
	text-align: right;
	margin-top: 5px;
}



/* ================================================================================
	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;
}
