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

	@ Style Name    : /css/exhibition/layout.css

---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Navigation
---------------------------------------------------------------------------- **/
#nsTop a {
	height:31px;
	background:url(/imgs/exhibition/nav_sidebar.gif) 0 0 no-repeat;
}
#nsHall a {
	height:31px;
	background:url(/imgs/exhibition/nav_sidebar.gif) 0 -31px no-repeat;
}
#nsMovie a {
	height:31px;
	background:url(/imgs/exhibition/nav_sidebar.gif) 0 -62px no-repeat;
}
#nsTravelingexhibition a {
	height:31px;
	background:url(/imgs/exhibition/nav_sidebar.gif) 0 -93px no-repeat;
}
#nsGoods a {
	height:28px;
	background:url(/imgs/exhibition/nav_sidebar.gif) 0 -124px no-repeat;
}
#nsGoods01 a {
	height:37px;
	background:url(/imgs/exhibition/goods/nav_sidebarsub.gif) 0 0 no-repeat;
}
#nsGoods02 a {
	height:38px;
	background:url(/imgs/exhibition/goods/nav_sidebarsub.gif) 0 -37px no-repeat;
}
#nsEbook a {
	height:31px;
	background:url(/imgs/exhibition/nav_sidebar.gif) 0 -152px no-repeat;
}

#nsTop .current,
#nsTop a:hover {background-position:-130px 0;}
#nsHall .current,
#nsHall a:hover {background-position:-130px -31px;}
#nsMovie .current,
#nsMovie a:hover {background-position:-130px -62px;}
#nsTravelingexhibition .current,
#nsTravelingexhibition a:hover {background-position:-130px -93px;}
#nsGoods .current,
#nsGoods a:hover {background-position:-130px -124px;}
#nsGoods01 .current,
#nsGoods01 a:hover {background-position:-110px 0;}
#nsGoods02 .current,
#nsGoods02 a:hover {background-position:-110px -37px;}
#nsEbook .current,
#nsEbook a:hover {background-position:-130px -152px;}

/** ----------------------------------------------------------------------------
 *	Layout
---------------------------------------------------------------------------- **/
/**
 *	mainContents
---------------------------------------------------------------------------- **/
#mainContents {}
#contents .article em {
	padding:0 0 0 10px;
	font-size:85%;
	color:#F05018;
}

/**
 *	contents
---------------------------------------------------------------------------- **/
#contents {}

/**
 *	sidebar
---------------------------------------------------------------------------- **/
#sidebar {
	padding:89px 0 0 0;
	background:url(/imgs/exhibition/bg_sidebar.gif) 0 0 no-repeat;
}

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