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

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

---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Layout
---------------------------------------------------------------------------- **/
.headerArea {
	position:relative;
	z-index:75;
}
/**
 *	contents
---------------------------------------------------------------------------- **/
#contents .section h4 {
	margin:0 0 5px 0;
	border-left: 7px solid #f98d21;
	font-size:116%;
	font-weight:bold;
	text-indent:0;
}
#contents .section #nanahushiTex {
	float:left;
	width:405px;
	position:relative;
	z-index:100;
}
#contents .section #nanahushiPhoto {
	float:right;
	margin:-130px 0 0 0;
	position:relative;
	z-index:50;
}
#contents .section #haigyoTex {
	float:left;
	width:315px;
}
#contents .section #haigyoPhoto {
	width:390px;
	margin:10px auto;
}

/** ----------------------------------------------------------------------------
 *	Module
---------------------------------------------------------------------------- **/
#pagination {
	clear:both;
	margin:0 -30px 20px 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 */}