@charset "utf-8";
@import url(common.css);
body{
	font-family: helvetica, arial, sans-serif;
	height: 90%;
	background-color: #f8f8f8;
}
#top-menu {
	
  width: 100%;
  background-color: rgba( 255, 255, 255, 0);;
  position: top;
  top: 0px;
  left: 0px;

  /*background-color: rgba( 255, 255, 255, 0 );*/
}
.cv_right{
	text-align: right;
	position: absolute;
	margin-top: 10px;
	width: 98%;
	font-size: 1.9em;
	
}

#fixed-menu p{
	font-family: helvetica, arial, sans-serif;
	color: black;
	font-size: 1.9em;
	font-weight: bold;
	margin:10px 0 0 20px;

}
#fixed-menu ul{
	text-align: center;
	margin:8px 0 0 0px;
}

#fixed-menu li{
	font-family: helvetica, arial, sans-serif;
	color: black;
	font-size: 1.5em;
	margin:3px 0 0 30px;
	

}




#top {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

#top2 {
	
	font-size: 1.5em;
	text-align: center;
}



#fixed-low-menu{
	width: 99.5	%;
	font-size: 1.4em;
	
  background-color: rgba( 255, 255, 255, 0);;
  
  position: fixed;
  bottom:5px;
  left: 0px;
  right: 0px;

  text-align: right;
}
#fixed-low-menu ul{
	margin:5px 5px 0px 0px;}

/*#fixed-low-menu li{
	margin:10px 10px 0 0px;}*/



/*contents*/

#contents{
	display: block;
	text-align: center;
	padding: 0;
	margin: 85px 0px 0px 15px;
}


figure {
	display: inline-table;
	margin: 15px 18px 0px 18px;
	padding: 0;
	/*width: 72px;*/
}

figure.left {
	/*text-align: left;*/
}
figure img {
	margin: 0;
	padding: 0;
	vertical-align: center;

}

.caption-title{
	font-size: 1.2em;
	font-weight: bold;
}
.caption{
	font-size: 1.1em;
	margin-top: 3px;
	
}
.exhibition-title{
	margin-top: 3px;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
	

	
}
.caption-bottom{
	font-size: 1.1em;
	margin: 10px 0 0 0;
}

.detail-title{
	font-weight: bold;
}


.copyright{
	text-align: left;

	position: absolute;
	font-size: 0.9em;
	bottom: 0px;
	left: 5px;
}
.mailto{
	margin bottom: 0px;
	right: 0px;
	font-size: 1em;
}
