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

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

---------------------------------------------------------------------------- **/
/**
 *	headerArea
---------------------------------------------------------------------------- **/
#mainContents .headerArea { margin:0 0 10px 0;}
.headerArea h3 { margin:-5px 0 5px 0;}
.headerArea #detail dt {
	float:left;
	width:3em;
}
#icoPeriod {
	background:url(/imgs/exhibition/hall/ico_period.gif) no-repeat 0 0;
	padding:0 0 0 18px;	
}
#icoPlace {
	background:url(/imgs/exhibition/hall/ico_place.gif) no-repeat 0 0;
	padding:0 0 0 18px;	
}
.headerArea #detail dd{
	float:left;
	padding:0 0 0 0;
	margin:0 20px 0 0;
	font-weight:bold;
}
/**
 *	contents
---------------------------------------------------------------------------- **/
#contents { margin:-5px 0 0 0;}


.attention {
	color:#F05018;
}
/**
 *	aide
---------------------------------------------------------------------------- **/
#aside .newsArea dt {color:#f6901c;}

/** ----------------------------------------------------------------------------
 *	@@. Clearfix
---------------------------------------------------------------------------- **/
.article:after,
.headerArea #detail:after,
#pagination:after {
	visibility:hidden;
	clear:both;
	display:block;
	content:" ";
	height:0;
	font-size:0;
}
* html .article,
* html .headerArea #detail,
* html #pagination {zoom:1; /* IE6 */}

*:first-child+html .article,
*:first-child+html .headerArea #detail,
*:first-child+html #pagination {zoom:1; /* IE7 */}