@charset "utf-8";



#contents h4 {
	margin-bottom:0px;
}

#contents dl {
	padding-bottom:20px;
	padding-right:20px; padding-left:20px;
	margin-bottom:20px;
}

#contents dl dt {
	margin-top:10px;
}

#contents div.floatRight {
	margin-left:20px; margin-right:20px;
	margin-bottom:20px;
}

#contents h5 {
	clear:both;
	padding-bottom:10px;
	border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#FF8598;
}



.exhibitView ul {
	padding-right:20px; padding-left:20px;
}

.exhibitView ul li {
	list-style-type:none;
	text-align:center;
	margin-top:25px;
	display:block;
	width:600px; text-align:center;
}



.exhibitView div.viewFrame {
	margin-top:25px; margin-left:20px;
	width:600px; height:500px;
	background-color:#4F4A46;
	margin-bottom:5px;
}

.exhibitView div.view {
	width:600px; height:400px;
	background-position:center;
	background-repeat:no-repeat;
}

.exhibitView div.thumbs {
	width:600px; height:100px;
	background-color:#4F4A46;
}

.exhibitView div.thumbs div {
	float:left;
	width:150px; height:100px;
	text-align:center;
}

.exhibitView div.thumbs div img {
	cursor:pointer;
}

