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

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

---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Layout
---------------------------------------------------------------------------- **/
/**
 *	contents
---------------------------------------------------------------------------- **/
#contents h4 {
	margin:10px 0 5px 0;
	padding:0 0 0 10px;
	border-left: 7px solid #f98d21;
	font-size:116%;
	font-weight:bold;
}
.fun {
	margin:5px 0 0 0;
	font-weight:bold;
}	
.fun span { font-weight:normal;}

/** ----------------------------------------------------------------------------
 *	Module
---------------------------------------------------------------------------- **/
#pagination {
	clear:both;
	margin:0 -30px 0 0;
}
#pagination p {
	float:left;
	margin:20px 30px 0 0;
}

/** ----------------------------------------------------------------------------
 *	@@. Clearfix
---------------------------------------------------------------------------- **/
.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 */}