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

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

---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Layout
---------------------------------------------------------------------------- **/
/**
 *	contents
---------------------------------------------------------------------------- **/
#contents .section .body {
	float:left;
	width:390px;
}
.bnr {
	width:270px;
	margin:10px 0 20px;
/* 	text-align:right; */
	font-size:85%;
}
.bnr img { margin:0 0 3px 0; }
#flash {
	margin:5px 0 0 0;
	font-size:75%;
    line-height:120%;
}
#contents .section .photo {
	float:right;
}

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