	@charset "utf-8"; /*utf-8*/
	@import url("reset.css");
	body {
		/*background-color: #f0f0f0;*/
		background-color: white;
	}
	html{
		font-size:100%
	}
	H1 {
		font-size: 2rem; 
		font-weight:bold; 
		font-style: normal; 
		font-family:'Georgia','Meiryo','メイリオ','sans-serif';  
		text-align:right; 
		color:white; 
		line-height:150%; 
		text-shadow: 0.1rem 0.1rem 0.3rem navy;
		padding:8%; 
		margin:0 0 1rem; 
		padding-left:5%; 
		padding-right:5%; 
		background:url(./img/img_1.jpg) no-repeat; 
		background-size: 100%;
		background-position:right center;
	}
	H1.Top {
		background:url(./img/img_1.jpg) no-repeat; 
		background-size:100%;
	}
	H1.Exhibitions {background:url(./images/img_2.jpg) no-repeat;
		background-size:100%;
	}
	H1.Guests {
		background:url(./images/img_3.jpg) no-repeat; 
		background-size:100%;
	}
	H1.Collaborators {
		background:url(./images/img_4.jpg) no-repeat; 
		background-size:100%;
	}
	H1.Profile {
		background:url(./images/img_5.jpg) no-repeat; 
		background-size:100%;
	}
	H1.gallery {
		font-size: 1.2rem; 
		font-style:normal; 
		font-weight:normal; 
		font-family:'Georgia','Meiryo','メイリオ','sans-serif';  
		text-align:center; 
		/*color:silver;*/ 
		color:silver;
		text-shadow: 0.05rem 0.05rem 0.07rem navy;
		padding:0.2rem 0 0 0; 
		background:url();
	}
	H2 {
		font-style:normal; 
		font-weight:normal; 
		font-size:1.3rem;
		font-family:'Georgia','Meiryo','メイリオ',sans-serif; 
		text-align:left;
       		text-shadow: 0.03rem 0.03rem 0.01rem navy;
		/*color:#6a5acd;*/
		color:silver;
		padding-top: 0.7rem;
		padding-bottom: 0.7rem;
		padding-left: 5%;
		padding-right: 5%;
		line-height:1.7rem;
	}
	.gallery {
		font-style:normal; 
		font-weight: bold;
		font-family:'Georgia','メイリオ','Meiryo','sans-serif';  
		text-shadow: 0.02rem 0.02rem 0.04rem navy;
		text-align:center; 
		/*color:silver;*/ 
		color:silver; 
	}
	H3 {
		font-size:1.1rem; 
		font-family:'Georgia','メイリオ','Meiryo','sans-serif';  
		text-align:center; 
		text-indent:0;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	HR {
		/*color:#2323DC; 
		background-color:#d5d5d5;*/ 
		color:dimgray; 
		background-color:silver; 
		height:4px; 
		width="80%"; 
		align="center"; 
		clear:both; 
	}
	P {
		font-size:1rem; 
		font-family:'Meiryo','メイリオ', 'Georgia', 'sans-serif' ; 
		text-align:center;
	        padding: 0.2rem;	
		/*color:#708090;*/
		color:gray;
		line-height:1.4rem;
	}
	UL, OL {
		font-size:0.9rem; 
		font-family:"Meiryo UI",'Meiryo','メイリオ','Georgia','sans-serif'; 
		text-align:left; color:#708090; 
		text-indent:1em; 
		padding-left: 3%; 
		padding-right:3%; 
		padding-top:0.1rem;
		padding-bottom:0.1rem;
		list-style-type:none;
	}
	UL.Archive_List, ul.Nav_top{
		margin:0; 
		padding:0; 
		overflow:hidden;
	}
	UL.Archive_List li, ul.Nav_top li {
		float:left; width:142px; 
		margin-left:20px; 
		list-style-type:none;
	}
	a:link {
		/*color: #708090;*/
		color: gray;
	}
	a:visited {
		/*color: #b08090;*/
		color: gray;
	}
	a:hover {
	       /*color: #483d82;*/
		color: whitesmoke;
	}
	a:active {
	       /*color: #000000;*/
		color: black;
	}
	li {
		padding:0.1rem
	}
	div.nav_prev {
		float: left; 
		width: 15%; 
		margin-left:15%; 
	}
	div.nav_next {
		float: right; 
		width: 15%; 
		margin-right:15%;
	}
	div.nav_index {
		float: left; 
		width: 15%; 
		margin-left:12.5%;
	}
	div.nav_top a, div.nav_prev a, div.nav_next a, div.nav_index a, ul.Archive_List a, ul.Nav_top a{
		display:block; width:142px; line-height:32px;margin:0 4px 10px 4px; 
		text-align:center; text-decoration:none; background:url(./images/nav_bg.gif);
	}
	nav {
		font-size:0.9rem;
		font-family:'MSゴシック',"ゴシック","Meiryo UI", 'Meiryo','メイリオ', 'sans-serif';
	}
	div.nav_prev a:hover, div.nav_next a:hover, div.nav_index a:hover, ul.Archive_List a:hover, ul.Nav_top a:hover {
		background:url(./images/nav_bg_h.gif);
	}	
	.link {
		font-size:0.8rem; 
		font-family:'MSゴシック','Meiryo','メイリオ','Georgia','sans-serif'; 
		text-align:center; 
		color:#2323DC; Lang="en-US";
	}
	.img {
		text-align:center; 
		padding-top:0.2rem;
	}
	.figcaption {
		font-size:small;
		text-align:center;
	}
	.footer {
		font-size:0.7rem; 
		font-family:'MSゴシック',"Meiryo UI",'Meiryo','メイリオ','Arial','Georgia','sans-serif'; 
		text-align:center; 
		color:#708090; 
		Lang="en-US";
	}
	.jpn {
		LANG="ja-JP";
	}
	.en {
		LANG="en-US";
	}
	.video{
	  position:relative;
	  text-align:center;
	  width:100%;
	  padding-top:2%;  
	}
	.video iframe{
	  /*position:relative;*/
          /*position: absolute;
	  top:0;*/
	  /*right:0;*/
	  width:60% !important;
	  height:60% !important:
	  }	

