@charset "utf-8";


/*================初期化======================*/
*{
	margin: 0;
	padding: 0;
    font-family:Myriad Pro, Arial, MS Sans Serif;
}
html, body {margin:0; padding:0;}
html {overflow-y:scroll;}
a img { border: none;}

ul {
	margin:0;
	padding:0;
}

li {list-style:none;}

/*-- CONTAINER --*/

#container {
	margin-top:20px;
	padding:0;
	width:980px;
	height:auto;
}

/*-- TOP PAGE PRODUCTS BUTTON --*/

#exhibitions_top {
    margin:0;
	clear:both;
	float:left;
	width:980px;
	height:auto;
	display:inline;
}
#exhibitions_top _title {
    margin:0;
	padding:0;
	float:left;
	width:980px;
	height:22px;
	display:block;
}

#exhibitions_top_box {
    margin-top:20px;
	padding:0;
	clear:both;
	float:left;
	width:980px;
	height:auto;
	display:inline;
}
ul#each_exhibitions {
	margin-top:20px;
	padding:0;
	clear:left;
	float:left;
	width:980px;
	height:auto;
	display: block;
    font-family:Myriad Pro, Arial, MS Sans Serif;
	line-height:120%;
}
ul#each_exhibitions li {
	margin:0;
	padding:0;
	width:180px;
	height:190px;
	display:inline;
	float:left;
}
ul#each_exhibitions a {
	display: block;
	float:left;
	width:180px;
	height:190px;
	text-decoration: none;
}
ul#each_exhibitions img {
	display: block;
	float:left;
	width:180px;
	height:120px;
	text-decoration: none;
}
ul#each_exhibitions li#exhibitions_first {
	margin-right:20px;
}
ul#each_exhibitions li#exhibitions_first a:hover {
    background-color:#E0E0E0;
}
ul#each_exhibitions li#exhibitions_second {
	margin-right:20px;
}
ul#each_exhibitions li#exhibitions_second  a:hover {
    background-color:#E0E0E0;
}
ul#each_exhibitions li#exhibitions_third {
	margin-right:20px;
}
ul#each_exhibitions li#exhibitions_third a:hover {
    background-color:#E0E0E0;
}
ul#each_exhibitions li#exhibitions_fourth {
	margin-right:20px;
}
ul#each_exhibitions li#exhibitions_fourth a:hover {
    background-color:#E0E0E0;
}
ul#each_exhibitions li#exhibitions_last {
	margin:0;
}
ul#each_exhibitions li#exhibitions_last a:hover {
    background-color:#E0E0E0;
}

#each_exhibitions p.each_exhibitions_single{
    margin-top:27px;
	padding:0;
	text-align:center;
	width:180px;
	clear:both;
	float:left;
	font-size:12px;
	line-height:120%;
}
#each_exhibitions p.each_exhibitions_double{
    margin-top:20px;
	padding:0;
	text-align:center;
	width:180px;
	clear:both;
	float:left;
	font-size:12px;
	line-height:120%;
}
#each_exhibitions p.each_exhibitions_tripple{
    margin-top:14px;
	padding:0;
	text-align:center;
	width:180px;
	clear:both;
	float:left;
	font-size:12px;
	line-height:120%;
}

#exhibitions_top_page {
    margin:0;
	padding:0;
	float:left;
	width:980px;
	height:auto;
	display:inline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#exhibitions_top_page p{
    margin:0;
	padding-top:20px;
	text-align:center;
	width:980px;
	height:auto;
	float:left;
	font-size:12px;
	line-height:100%;
}
#exhibitions_top_page p a{
	text-decoration:none;
}
#exhibitions_top_page p a.underline{
    text-decoration:underline;
}
#exhibitions_top_page p a.grey{
	text-decoration:none;
	color:#CCCCCC;
}