@charset "utf-8";
/** ----------------------------------------------------------------------------

	@ Style Name    : /css/exhibition/hall/top.css

---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Layout
---------------------------------------------------------------------------- **/
/**
 *	mainContents
---------------------------------------------------------------------------- **/
#mainContents {}
/**
 *	headerArea
---------------------------------------------------------------------------- **/
/**
 *	contents
---------------------------------------------------------------------------- **/
#mainContents .headerArea .summary {
	margin:20px 0;
}
#contents .section p {
	text-indent:0;
}
/*-- lending --*/
#contents .section .photo {
	float:left;
	margin:0 15px 0 0;
	overflow:hidden;
	zoom:1;
}
#contents .section .article {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px dashed #ababab;
}
#contents .section .article .body {
	float:left;
	width:495px;
}
#contents .section .article .body h4 {
	margin:-0 0 3px 0;
	font-size:116%;
	font-weight:bold;
}
#contents .section .article .body p.tex {
	font-size:85%;
}
/** ----------------------------------------------------------------------------
 *	Module
---------------------------------------------------------------------------- **/
.article:after {
	visibility:hidden;
	clear:both;
	display:block;
	content:" ";
	height:0;
	font-size:0;
}
* html .article {zoom:1; /* IE6 */}
*:first-child+html .article {zoom:1; /* IE7 */}