@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	color: #333;
	border: none;
}
body {
	font-size:78%;
	line-height: 1.7;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 40px 0 0 0;
	background: #FFF;
}
.clear {
	clear: both;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	color: #FFF;
}
.small {
	font-size: x-small;
}

div.header-logo {
	width: 246px;
	float: left;
}
div.header-language {
	width: 119px;
	float: right;
}
div.header-language p a,
div.header-language p span {
	display: block;
	float: left;
}
div.header-language p a:hover,
div.header-language p span {
	opacity: 0.2;
	filter: alpha(opacity=20);
}



div.h1 {
	padding: 85px 0 52px 0;
}
body.en div.container p {

}

div.navi {
	position: absolute;
	top: 120px;
}
div.navi ul li {
	display: inline;
}
div.navi ul li a {
	display: block;
	float: left;
}
body.private div.navi ul li a.private,

body.news div.navi ul li a.news,
body.artists div.navi ul li a.artists,
body.exhibitions div.navi ul li a.exhibitions,
body.publication div.navi ul li a.publication,
body.edition div.navi ul li a.edition,
body.magazine div.navi ul li a.magazine,
body.information div.navi ul li a.information,
body.links div.navi ul li a.links,
body.news-details div.navi ul li a.news,
div.navi ul li a:hover {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
body.news-details div.navi ul li a.exhibitions{
	opacity: 1;
	filter: alpha(opacity=100);
}
div.navi ul li ul.sub1 {
	position: absolute;
	top: 24px;
	left: 160px;
	display: none;
}
body.exhibitions div.navi ul li ul.sub1 {
	display: block;
}


div.footer-top {
	width: 450px;
	float: right;
	text-align: right;
	padding: 2em 0 1.5em 0;
	font-size: x-small;
}
div.footer-top p a {
	text-decoration: none;
}
div.footer-copy {
	width: 400px;
	float: left;
	font-size: x-small;
	padding: 2em 0 1.5em 0;
}

/*追記5/8 アーティストpdf */

.container-2{
overflow:hidden;
width:905px;
display:inline;
float:left;
}
span.bold_txt{
font-weight:bold;
}
p.pdf_ex a {
	text-decoration: none;
}
p.pdf_ex a:hover {
	text-decoration: none;
	color: #999;
}
p.pdf_ex a:active {
	color: #FFF;
}

/*追記2011/1 clearfix */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

